Searched refs:dev (Results 1 - 25 of 4951) sorted by relevance

1234567891011>>

/freebsd-10.0-release/sys/dev/ofw/
H A Dofw_bus.h34 #include <dev/ofw/openfirm.h>
39 ofw_bus_get_compat(device_t dev) argument
42 return (OFW_BUS_GET_COMPAT(device_get_parent(dev), dev));
46 ofw_bus_get_model(device_t dev) argument
49 return (OFW_BUS_GET_MODEL(device_get_parent(dev), dev));
53 ofw_bus_get_name(device_t dev) argument
56 return (OFW_BUS_GET_NAME(device_get_parent(dev), dev));
60 ofw_bus_get_node(device_t dev) argument
67 ofw_bus_get_type(device_t dev) argument
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.coverage.exe29 while true; do env > /dev/null; done
H A Dtst.emptystack.exe29 exec find / > /dev/null 2>&1
/freebsd-10.0-release/contrib/opie/
H A Dconfig.testeflag2 if test -e README >/dev/null 2>/dev/null
4 if test -e a.non-existant-file >/dev/null 2>/dev/null
/freebsd-10.0-release/sys/dev/ppbus/
H A Dppbio.h37 #define ppb_outsb_epp(dev,buf,cnt) \
38 (PPBUS_IO(device_get_parent(dev), PPB_OUTSB_EPP, buf, cnt, 0))
39 #define ppb_outsw_epp(dev,buf,cnt) \
40 (PPBUS_IO(device_get_parent(dev), PPB_OUTSW_EPP, buf, cnt, 0))
41 #define ppb_outsl_epp(dev,buf,cnt) \
42 (PPBUS_IO(device_get_parent(dev), PPB_OUTSL_EPP, buf, cnt, 0))
44 #define ppb_insb_epp(dev,buf,cnt) \
45 (PPBUS_IO(device_get_parent(dev), PPB_INSB_EPP, buf, cnt, 0))
46 #define ppb_insw_epp(dev,buf,cnt) \
47 (PPBUS_IO(device_get_parent(dev), PPB_INSW_EP
[all...]
/freebsd-10.0-release/sys/boot/usb/
H A Dbsd_global.h33 #include <dev/usb/usb_freebsd_loader.h>
34 #include <dev/usb/usb_endian.h>
35 #include <dev/usb/usb.h>
36 #include <dev/usb/usbdi.h>
37 #include <dev/usb/usb_core.h>
38 #include <dev/usb/usb_debug.h>
39 #include <dev/usb/usb_process.h>
40 #include <dev/usb/usb_busdma.h>
41 #include <dev/usb/usb_dynamic.h>
42 #include <dev/us
[all...]
/freebsd-10.0-release/contrib/libpcap/
H A Dchmod_bpf18 chgrp admin /dev/bpf*
19 chmod g+rw /dev/bpf*
/freebsd-10.0-release/sys/ofed/include/linux/
H A Dkdev_t.h32 #define MAJOR(dev) major((dev))
33 #define MINOR(dev) minor((dev))
/freebsd-10.0-release/tools/regression/netinet/arphold/
H A Darphold.t5 make arphold 2>&1 > /dev/null
/freebsd-10.0-release/tools/regression/netinet/tcpfullwindowrst/
H A Dtcpfullwindowrst.t5 make tcpfullwindowrsttest 2>&1 > /dev/null
/freebsd-10.0-release/tools/test/sort/regression/
H A Dcmp.sh4 diff $1 $2 | grep '^-' >/dev/null && echo DIFFER: $1 $2 && exit 0 || exit 0
/freebsd-10.0-release/sys/dev/drm/
H A Ddrm_irq.c36 #include "dev/drm/drmP.h"
37 #include "dev/drm/drm.h"
39 int drm_irq_by_busid(struct drm_device *dev, void *data, argument
44 if ((irq->busnum >> 8) != dev->pci_domain ||
45 (irq->busnum & 0xff) != dev->pci_bus ||
46 irq->devnum != dev->pci_slot ||
47 irq->funcnum != dev->pci_func)
50 irq->irq = dev->irq;
61 struct drm_device *dev = arg; local
63 DRM_SPINLOCK(&dev
70 struct drm_device *dev = (struct drm_device *)arg; local
103 drm_vblank_cleanup(struct drm_device *dev) argument
124 drm_vblank_init(struct drm_device *dev, int num_crtcs) argument
155 drm_irq_install(struct drm_device *dev) argument
215 drm_irq_uninstall(struct drm_device *dev) argument
249 drm_control(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
277 drm_vblank_count(struct drm_device *dev, int crtc) argument
282 drm_update_vblank_count(struct drm_device *dev, int crtc) argument
308 drm_vblank_get(struct drm_device *dev, int crtc) argument
335 drm_vblank_put(struct drm_device *dev, int crtc) argument
349 drm_modeset_ctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
403 drm_wait_vblank(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
492 drm_handle_vblank(struct drm_device *dev, int crtc) argument
[all...]
H A Dvia_drv.c34 #include "dev/drm/drmP.h"
35 #include "dev/drm/drm.h"
36 #include "dev/drm/via_drm.h"
37 #include "dev/drm/via_drv.h"
38 #include "dev/drm/drm_pciids.h"
45 static void via_configure(struct drm_device *dev) argument
47 dev->driver->driver_features =
50 dev->driver->buf_priv_size = sizeof(drm_via_private_t);
51 dev->driver->load = via_driver_load;
52 dev
83 struct drm_device *dev = device_get_softc(kdev); local
96 struct drm_device *dev = device_get_softc(kdev); local
[all...]
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_uar.c38 int mthca_uar_alloc(struct mthca_dev *dev, struct mthca_uar *uar) argument
40 uar->index = mthca_alloc(&dev->uar_table.alloc);
44 uar->pfn = (pci_resource_start(dev->pdev, 2) >> PAGE_SHIFT) + uar->index;
49 void mthca_uar_free(struct mthca_dev *dev, struct mthca_uar *uar) argument
51 mthca_free(&dev->uar_table.alloc, uar->index);
54 int mthca_init_uar_table(struct mthca_dev *dev) argument
58 ret = mthca_alloc_init(&dev->uar_table.alloc,
59 dev->limits.num_uars,
60 dev->limits.num_uars - 1,
61 dev
72 mthca_cleanup_uar_table(struct mthca_dev *dev) argument
[all...]
H A Dmthca_pd.c39 int mthca_pd_alloc(struct mthca_dev *dev, int privileged, struct mthca_pd *pd) argument
46 pd->pd_num = mthca_alloc(&dev->pd_table.alloc);
51 err = mthca_mr_alloc_notrans(dev, pd->pd_num,
56 mthca_free(&dev->pd_table.alloc, pd->pd_num);
62 void mthca_pd_free(struct mthca_dev *dev, struct mthca_pd *pd) argument
65 mthca_free_mr(dev, &pd->ntmr);
66 mthca_free(&dev->pd_table.alloc, pd->pd_num);
69 int mthca_init_pd_table(struct mthca_dev *dev) argument
71 return mthca_alloc_init(&dev->pd_table.alloc,
72 dev
77 mthca_cleanup_pd_table(struct mthca_dev *dev) argument
[all...]
/freebsd-10.0-release/etc/rc.d/
H A Dbluetooth74 if expr "$_line" : "[a-zA-Z0-9_]*=" > /dev/null 2>&1; then
93 dev=$1
99 ngctl mkpeer ${dev}: hci ${hook} drv \
100 > /dev/null 2>&1 || return 1
102 ngctl name ${dev}:${hook} ${dev}hci \
103 > /dev/null 2>&1 || return 1
105 ngctl msg ${dev}hci: set_debug ${bluetooth_device_hci_debug_level} \
106 > /dev/null 2>&1 || return 1
109 ngctl mkpeer ${dev}hc
[all...]
H A Dmixer48 ( cd /dev ; ls mixer* 2>/dev/null )
56 local dev
58 dev="/dev/${1}"
59 if [ -r ${dev} ]; then
60 /usr/sbin/mixer -f ${dev} -s > /var/db/${1}-state 2>/dev/null
69 local file dev
71 dev
[all...]
/freebsd-10.0-release/sys/dev/pci/
H A Dfixup_pci.c41 #include <dev/pci/pcivar.h>
42 #include <dev/pci/pcireg.h>
52 static int fixup_pci_probe(device_t dev);
53 static void fixwsc_natoma(device_t dev);
54 static void fixc1_nforce2(device_t dev);
74 fixup_pci_probe(device_t dev) argument
76 switch (pci_get_devid(dev)) {
78 fixwsc_natoma(dev);
81 fixc1_nforce2(dev);
88 fixwsc_natoma(device_t dev) argument
127 fixc1_nforce2(device_t dev) argument
[all...]
/freebsd-10.0-release/sys/dev/drm2/
H A Ddrm_context.c38 #include <dev/drm2/drmP.h>
44 void drm_ctxbitmap_free(struct drm_device *dev, int ctx_handle) argument
47 dev->ctx_bitmap == NULL) {
53 DRM_LOCK(dev);
54 clear_bit(ctx_handle, dev->ctx_bitmap);
55 dev->context_sareas[ctx_handle] = NULL;
56 DRM_UNLOCK(dev);
60 int drm_ctxbitmap_next(struct drm_device *dev) argument
64 if (dev->ctx_bitmap == NULL)
67 DRM_LOCK(dev);
97 drm_ctxbitmap_init(struct drm_device *dev) argument
121 drm_ctxbitmap_cleanup(struct drm_device *dev) argument
134 drm_getsareactx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
155 drm_setsareactx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
183 drm_context_switch(struct drm_device *dev, int old, int new) argument
200 drm_context_switch_complete(struct drm_device *dev, int new) argument
216 drm_resctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
236 drm_addctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
261 drm_modctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
267 drm_getctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
277 drm_switchctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
286 drm_newctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
296 drm_rmctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
[all...]
/freebsd-10.0-release/sys/dev/drm2/radeon/
H A Dradeon_kms.h8 #include <dev/drm2/drmP.h>
10 int radeon_driver_load_kms(struct drm_device *dev, unsigned long flags);
11 int radeon_driver_unload_kms(struct drm_device *dev);
13 int radeon_driver_firstopen_kms(struct drm_device *dev);
14 void radeon_driver_lastclose_kms(struct drm_device *dev);
15 int radeon_driver_open_kms(struct drm_device *dev, struct drm_file *file_priv);
16 void radeon_driver_postclose_kms(struct drm_device *dev,
18 void radeon_driver_preclose_kms(struct drm_device *dev,
20 u32 radeon_get_vblank_counter_kms(struct drm_device *dev, int crtc);
21 int radeon_enable_vblank_kms(struct drm_device *dev, in
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Dacpi.h56 #include <contrib/dev/acpica/include/platform/acenv.h> /* Environment-specific items */
57 #include <contrib/dev/acpica/include/acnames.h> /* Common ACPI names and strings */
58 #include <contrib/dev/acpica/include/actypes.h> /* ACPICA data types and structures */
59 #include <contrib/dev/acpica/include/acexcep.h> /* ACPICA exceptions */
60 #include <contrib/dev/acpica/include/actbl.h> /* ACPI table definitions */
61 #include <contrib/dev/acpica/include/acoutput.h> /* Error output and Debug macros */
62 #include <contrib/dev/acpica/include/acrestyp.h> /* Resource Descriptor structs */
63 #include <contrib/dev/acpica/include/acpiosxf.h> /* OSL interfaces (ACPICA-to-OS) */
64 #include <contrib/dev/acpica/include/acpixf.h> /* ACPI core subsystem external interfaces */
/freebsd-10.0-release/sys/ofed/drivers/net/mlx4/
H A Dxrcd.c39 int mlx4_xrcd_alloc(struct mlx4_dev *dev, u32 *xrcdn) argument
41 struct mlx4_priv *priv = mlx4_priv(dev);
51 void mlx4_xrcd_free(struct mlx4_dev *dev, u32 xrcdn) argument
53 mlx4_bitmap_free(&mlx4_priv(dev)->xrcd_bitmap, xrcdn);
57 int __devinit mlx4_init_xrcd_table(struct mlx4_dev *dev) argument
59 struct mlx4_priv *priv = mlx4_priv(dev);
62 (1 << 16) - 1, dev->caps.reserved_xrcds + 1, 0);
65 void mlx4_cleanup_xrcd_table(struct mlx4_dev *dev) argument
67 mlx4_bitmap_cleanup(&mlx4_priv(dev)->xrcd_bitmap);
H A Dmain.c252 int mlx4_check_port_params(struct mlx4_dev *dev, argument
257 for (i = 0; i < dev->caps.num_ports - 1; i++) {
259 if (!(dev->caps.flags & MLX4_DEV_CAP_FLAG_DPDP)) {
260 mlx4_err(dev, "Only same port types supported "
267 for (i = 0; i < dev->caps.num_ports; i++) {
268 if (!(port_type[i] & dev->caps.supported_type[i+1])) {
269 mlx4_err(dev, "Requested port type for port %d is not "
277 static void mlx4_set_port_mask(struct mlx4_dev *dev) argument
281 for (i = 1; i <= dev->caps.num_ports; ++i)
282 dev
285 mlx4_dev_cap(struct mlx4_dev *dev, struct mlx4_dev_cap *dev_cap) argument
500 mlx4_how_many_lives_vf(struct mlx4_dev *dev) argument
519 mlx4_get_parav_qkey(struct mlx4_dev *dev, u32 qpn, u32 *qkey) argument
537 mlx4_sync_pkey_table(struct mlx4_dev *dev, int slave, int port, int i, int val) argument
548 mlx4_put_slave_node_guid(struct mlx4_dev *dev, int slave, __be64 guid) argument
559 mlx4_get_slave_node_guid(struct mlx4_dev *dev, int slave) argument
570 mlx4_is_slave_active(struct mlx4_dev *dev, int slave) argument
583 slave_adjust_steering_mode(struct mlx4_dev *dev, struct mlx4_dev_cap *dev_cap, struct mlx4_init_hca_param *hca_param) argument
598 mlx4_slave_cap(struct mlx4_dev *dev) argument
767 mlx4_change_port_types(struct mlx4_dev *dev, enum mlx4_port_type *port_types) argument
800 show_port_type(struct device *dev, struct device_attribute *attr, char *buf) argument
820 set_port_type(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
924 show_port_ib_mtu(struct device *dev, struct device_attribute *attr, char *buf) argument
940 set_port_ib_mtu(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
984 mlx4_load_fw(struct mlx4_dev *dev) argument
1018 mlx4_init_cmpt_table(struct mlx4_dev *dev, u64 cmpt_base, int cmpt_entry_sz) argument
1078 mlx4_init_icm(struct mlx4_dev *dev, struct mlx4_dev_cap *dev_cap, struct mlx4_init_hca_param *init_hca, u64 icm_size) argument
1283 mlx4_free_icms(struct mlx4_dev *dev) argument
1306 mlx4_slave_exit(struct mlx4_dev *dev) argument
1316 map_bf_area(struct mlx4_dev *dev) argument
1337 unmap_bf_area(struct mlx4_dev *dev) argument
1343 mlx4_read_clock(struct mlx4_dev *dev) argument
1365 map_internal_clock(struct mlx4_dev *dev) argument
1379 unmap_internal_clock(struct mlx4_dev *dev) argument
1387 mlx4_close_hca(struct mlx4_dev *dev) argument
1401 mlx4_init_slave(struct mlx4_dev *dev) argument
1469 mlx4_parav_master_pf_caps(struct mlx4_dev *dev) argument
1497 choose_steering_mode(struct mlx4_dev *dev, struct mlx4_dev_cap *dev_cap) argument
1549 mlx4_init_hca(struct mlx4_dev *dev) argument
1724 mlx4_init_counters_table(struct mlx4_dev *dev) argument
1753 mlx4_cleanup_counters_table(struct mlx4_dev *dev) argument
1760 __mlx4_counter_alloc(struct mlx4_dev *dev, u32 *idx) argument
1774 mlx4_counter_alloc(struct mlx4_dev *dev, u32 *idx) argument
1792 __mlx4_counter_free(struct mlx4_dev *dev, u32 idx) argument
1798 mlx4_counter_free(struct mlx4_dev *dev, u32 idx) argument
1813 mlx4_setup_hca(struct mlx4_dev *dev) argument
2015 mlx4_enable_msi_x(struct mlx4_dev *dev) argument
2077 mlx4_init_port_info(struct mlx4_dev *dev, int port) argument
2137 mlx4_init_steering(struct mlx4_dev *dev) argument
2155 mlx4_clear_steering(struct mlx4_dev *dev) argument
2196 mlx4_get_ownership(struct mlx4_dev *dev) argument
2216 mlx4_free_ownership(struct mlx4_dev *dev) argument
2237 struct mlx4_dev *dev; local
2571 struct mlx4_dev *dev = pci_get_drvdata(pdev); local
2646 struct mlx4_dev *dev = pci_get_drvdata(pdev); local
[all...]
/freebsd-10.0-release/usr.sbin/pc-sysinstall/backend-query/
H A Dtest-netup.sh38 rm ${TMPDIR}/.testftp >/dev/null 2>/dev/null
40 ping -c 2 www.pcbsd.org >/dev/null 2>/dev/null
47 ping6 -c 2 www.pcbsd.org >/dev/null 2>/dev/null
54 ping -c 2 www.freebsd.org >/dev/null 2>/dev/null
61 ping6 -c 2 www.freebsd.org >/dev/null 2>/dev/nul
[all...]
/freebsd-10.0-release/sys/arm/ti/twl/
H A Dtwl_clks.h33 int twl_clks_enable(device_t dev, const char *name);
34 int twl_clks_disable(device_t dev, const char *name);
35 int twl_clks_is_enabled(device_t dev, const char *name, int *enabled);

Completed in 181 milliseconds

1234567891011>>