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

1234567891011>>

/freebsd-10-stable/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-stable/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-stable/contrib/amd/amd/
H A Dtest1.sh2 ./amd -v 2> /dev/null
/freebsd-10-stable/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-stable/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
74 ofw_bus_map_intr(device_t dev, phandle_t iparent, int icells, pcell_t *intr) argument
[all...]
/freebsd-10-stable/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-stable/sys/dev/mlx5/
H A Dsrq.h31 #include <dev/mlx5/driver.h>
33 void mlx5_init_srq_table(struct mlx5_core_dev *dev);
34 void mlx5_cleanup_srq_table(struct mlx5_core_dev *dev);
/freebsd-10-stable/contrib/libpcap/
H A Dchmod_bpf18 chgrp admin /dev/bpf*
19 chmod g+rw /dev/bpf*
/freebsd-10-stable/sys/ofed/include/linux/
H A Dkdev_t.h33 #define MAJOR(dev) major((dev))
34 #define MINOR(dev) minor((dev))
/freebsd-10-stable/tools/regression/netinet/arphold/
H A Darphold.t5 make arphold 2>&1 > /dev/null
/freebsd-10-stable/tools/regression/netinet/tcpfullwindowrst/
H A Dtcpfullwindowrst.t5 make tcpfullwindowrsttest 2>&1 > /dev/null
/freebsd-10-stable/tools/test/sort/regression/
H A Dcmp.sh4 diff $1 $2 | grep '^-' >/dev/null && echo DIFFER: $1 $2 && exit 0 || exit 0
/freebsd-10-stable/sys/dev/drm/
H A Ddrm_irq.c29 __FBSDID("$FreeBSD: stable/10/sys/dev/drm/drm_irq.c 331410 2018-03-23 02:34:45Z emaste $");
36 #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 local
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-stable/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-stable/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...]
/freebsd-10-stable/tests/sys/geom/class/raid3/
H A D12_test.sh16 dd if=/dev/random of=/dev/${us0} count=$nblocks1 >/dev/null 2>&1
17 dd if=/dev/random of=/dev/${us1} count=$nblocks1 >/dev/null 2>&1
18 dd if=/dev/random of=/dev/${us2} count=$nblocks1 >/dev/null 2>&1
20 graid3 label -w $name /dev/
[all...]
/freebsd-10-stable/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 */
65 #include <contrib/dev/acpic
[all...]
H A Daccommon.h54 #include <contrib/dev/acpica/include/acconfig.h> /* Global configuration constants */
55 #include <contrib/dev/acpica/include/acmacros.h> /* C macros */
56 #include <contrib/dev/acpica/include/aclocal.h> /* Internal data types */
57 #include <contrib/dev/acpica/include/acobject.h> /* ACPI internal object */
58 #include <contrib/dev/acpica/include/acstruct.h> /* Common structures */
59 #include <contrib/dev/acpica/include/acglobal.h> /* All global variables */
60 #include <contrib/dev/acpica/include/achware.h> /* Hardware defines and interfaces */
61 #include <contrib/dev/acpica/include/acutils.h> /* Utility interfaces */
63 #include <contrib/dev/acpica/include/acclib.h> /* C library interfaces */
/freebsd-10-stable/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-stable/sys/dev/drm2/
H A Ddrm_context.c46 #include <dev/drm2/drmP.h>
55 * \param dev DRM device.
62 void drm_ctxbitmap_free(struct drm_device * dev, int ctx_handle) argument
65 dev->ctx_bitmap == NULL) {
71 DRM_LOCK(dev);
72 clear_bit(ctx_handle, dev->ctx_bitmap);
73 dev->context_sareas[ctx_handle] = NULL;
74 DRM_UNLOCK(dev);
80 * \param dev DRM device.
86 static int drm_ctxbitmap_next(struct drm_device * dev) argument
130 drm_ctxbitmap_init(struct drm_device * dev) argument
162 drm_ctxbitmap_cleanup(struct drm_device * dev) argument
189 drm_getsareactx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
222 drm_setsareactx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
264 drm_context_switch(struct drm_device * dev, int old, int new) argument
292 drm_context_switch_complete(struct drm_device *dev, struct drm_file *file_priv, int new) argument
320 drm_resctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
351 drm_addctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
387 drm_modctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
402 drm_getctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
423 drm_switchctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
443 drm_newctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
465 drm_rmctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
[all...]
/freebsd-10-stable/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-stable/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...]

Completed in 276 milliseconds

1234567891011>>