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

1234567891011>>

/freebsd-12-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-12-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-12-stable/contrib/amd/amd/
H A Dtest1.sh2 ./amd -v 2> /dev/null
/freebsd-12-stable/sys/cam/mmc/
H A Dmmc_bus.h5 #include <dev/mmc/bridge.h>
/freebsd-12-stable/sys/dev/ppbus/
H A Dppbio.h39 #define ppb_outsb_epp(dev,buf,cnt) \
40 (PPBUS_IO(device_get_parent(dev), PPB_OUTSB_EPP, buf, cnt, 0))
41 #define ppb_outsw_epp(dev,buf,cnt) \
42 (PPBUS_IO(device_get_parent(dev), PPB_OUTSW_EPP, buf, cnt, 0))
43 #define ppb_outsl_epp(dev,buf,cnt) \
44 (PPBUS_IO(device_get_parent(dev), PPB_OUTSL_EPP, buf, cnt, 0))
46 #define ppb_insb_epp(dev,buf,cnt) \
47 (PPBUS_IO(device_get_parent(dev), PPB_INSB_EPP, buf, cnt, 0))
48 #define ppb_insw_epp(dev,buf,cnt) \
49 (PPBUS_IO(device_get_parent(dev), PPB_INSW_EP
[all...]
/freebsd-12-stable/sys/dev/ofw/
H A Dofw_bus.h36 #include <dev/ofw/openfirm.h>
41 ofw_bus_get_compat(device_t dev) argument
44 return (OFW_BUS_GET_COMPAT(device_get_parent(dev), dev));
48 ofw_bus_get_model(device_t dev) argument
51 return (OFW_BUS_GET_MODEL(device_get_parent(dev), dev));
55 ofw_bus_get_name(device_t dev) argument
58 return (OFW_BUS_GET_NAME(device_get_parent(dev), dev));
62 ofw_bus_get_node(device_t dev) argument
69 ofw_bus_get_type(device_t dev) argument
76 ofw_bus_map_intr(device_t dev, phandle_t iparent, int icells, pcell_t *intr) argument
[all...]
/freebsd-12-stable/sys/dev/bhnd/nvram/
H A Dbhnd_spromvar.h35 #include <dev/bhnd/bhnd.h>
41 int bhnd_sprom_probe(device_t dev);
42 int bhnd_sprom_attach(device_t dev, bus_size_t offset);
43 int bhnd_sprom_resume(device_t dev);
44 int bhnd_sprom_suspend(device_t dev);
45 int bhnd_sprom_detach(device_t dev);
52 device_t dev; member in struct:bhnd_sprom_softc
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkdev_t.h36 #define MAJOR(dev) major(dev)
37 #define MINOR(dev) minor(dev)
41 old_encode_dev(dev_t dev) argument
43 return ((MAJOR(dev) << 8) | MINOR(dev));
/freebsd-12-stable/sys/arm/ti/
H A Dti_hwmods.h31 clk_ident_t ti_hwmods_get_clock(device_t dev);
32 int ti_hwmods_contains(device_t dev, const char *hwmod);
35 int ti_hwmods_get_unit(device_t dev, const char *hwmod);
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_platform.c30 #include <dev/drm2/drmP.h>
32 static void drm_platform_free_irq(struct drm_device *dev) argument
34 if (dev->irqr == NULL)
37 bus_release_resource(dev->dev, SYS_RES_IRQ,
38 dev->irqrid, dev->irqr);
40 dev->irqr = NULL;
41 dev->irq = 0;
44 static const char *drm_platform_get_name(struct drm_device *dev) argument
49 drm_platform_set_busid(struct drm_device *dev, struct drm_master *master) argument
82 drm_platform_get_irq(struct drm_device *dev) argument
118 drm_get_platform_dev(device_t kdev, struct drm_device *dev, struct drm_driver *driver) argument
[all...]
/freebsd-12-stable/contrib/unbound/contrib/ios/
H A Dinstall_tools.sh5 brew update 1>/dev/null
8 brew install curl perl 1>/dev/null
/freebsd-12-stable/contrib/libpcap/
H A Dchmod_bpf18 chgrp admin /dev/bpf*
19 chmod g+rw /dev/bpf*
/freebsd-12-stable/sys/dev/pci/
H A Dpci_iov.h36 int pci_iov_attach_name(device_t dev, struct nvlist *pf_schema,
40 pci_iov_attach(device_t dev, struct nvlist *pf_schema, struct nvlist *vf_schema) argument
42 return (PCI_IOV_ATTACH(device_get_parent(dev), dev, pf_schema,
43 vf_schema, device_get_nameunit(dev)));
47 pci_iov_detach(device_t dev) argument
49 return (PCI_IOV_DETACH(device_get_parent(dev), dev));
H A Dfixup_pci.c43 #include <dev/pci/pcivar.h>
44 #include <dev/pci/pcireg.h>
54 static int fixup_pci_probe(device_t dev);
55 static void fixwsc_natoma(device_t dev);
56 static void fixc1_nforce2(device_t dev);
76 fixup_pci_probe(device_t dev) argument
78 switch (pci_get_devid(dev)) {
80 fixwsc_natoma(dev);
83 fixc1_nforce2(dev);
90 fixwsc_natoma(device_t dev) argument
129 fixc1_nforce2(device_t dev) argument
[all...]
/freebsd-12-stable/tools/regression/netinet/arphold/
H A Darphold.t5 make arphold 2>&1 > /dev/null
/freebsd-12-stable/tools/regression/netinet/tcpfullwindowrst/
H A Dtcpfullwindowrst.t5 make tcpfullwindowrsttest 2>&1 > /dev/null
/freebsd-12-stable/tools/test/sort/regression/
H A Dcmp.sh4 diff $1 $2 | grep '^-' >/dev/null && echo DIFFER: $1 $2 && exit 0 || exit 0
/freebsd-12-stable/sys/dev/mlx5/mlx5_lib/
H A Dmlx5.h38 void mlx5_init_reserved_gids(struct mlx5_core_dev *dev);
39 void mlx5_cleanup_reserved_gids(struct mlx5_core_dev *dev);
40 int mlx5_core_reserve_gids(struct mlx5_core_dev *dev, unsigned int count);
41 void mlx5_core_unreserve_gids(struct mlx5_core_dev *dev, unsigned int count);
42 int mlx5_core_reserved_gid_alloc(struct mlx5_core_dev *dev, int *gid_index);
43 void mlx5_core_reserved_gid_free(struct mlx5_core_dev *dev, int gid_index);
/freebsd-12-stable/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
209 drm_irq_uninstall(struct drm_device *dev) argument
243 drm_control(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
271 drm_vblank_count(struct drm_device *dev, int crtc) argument
276 drm_update_vblank_count(struct drm_device *dev, int crtc) argument
302 drm_vblank_get(struct drm_device *dev, int crtc) argument
329 drm_vblank_put(struct drm_device *dev, int crtc) argument
343 drm_modeset_ctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
397 drm_wait_vblank(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
486 drm_handle_vblank(struct drm_device *dev, int crtc) argument
[all...]
/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_uar.c36 int mthca_uar_alloc(struct mthca_dev *dev, struct mthca_uar *uar) argument
38 uar->index = mthca_alloc(&dev->uar_table.alloc);
42 uar->pfn = (pci_resource_start(dev->pdev, 2) >> PAGE_SHIFT) + uar->index;
47 void mthca_uar_free(struct mthca_dev *dev, struct mthca_uar *uar) argument
49 mthca_free(&dev->uar_table.alloc, uar->index);
52 int mthca_init_uar_table(struct mthca_dev *dev) argument
56 ret = mthca_alloc_init(&dev->uar_table.alloc,
57 dev->limits.num_uars,
58 dev->limits.num_uars - 1,
59 dev
70 mthca_cleanup_uar_table(struct mthca_dev *dev) argument
[all...]
/freebsd-12-stable/stand/kshim/
H A Dbsd_global.h35 #include <dev/usb/usb_freebsd_loader.h>
36 #include <dev/usb/usb_endian.h>
37 #include <dev/usb/usb.h>
38 #include <dev/usb/usbdi.h>
39 #include <dev/usb/usb_core.h>
40 #include <dev/usb/usb_debug.h>
41 #include <dev/usb/usb_process.h>
42 #include <dev/usb/usb_busdma.h>
43 #include <dev/usb/usb_dynamic.h>
44 #include <dev/us
[all...]
/freebsd-12-stable/libexec/rc/rc.d/
H A Dbluetooth75 if expr "$_line" : "[a-zA-Z0-9_]*=" > /dev/null 2>&1; then
94 dev=$1
100 ngctl mkpeer ${dev}: hci ${hook} drv \
101 > /dev/null 2>&1 || return 1
103 ngctl name ${dev}:${hook} ${dev}hci \
104 > /dev/null 2>&1 || return 1
106 ngctl msg ${dev}hci: set_debug ${bluetooth_device_hci_debug_level} \
107 > /dev/null 2>&1 || return 1
110 ngctl mkpeer ${dev}hc
[all...]
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Dacpi.h164 #include <contrib/dev/acpica/include/platform/acenv.h> /* Environment-specific items */
165 #include <contrib/dev/acpica/include/actypes.h> /* ACPICA data types and structures */
166 #include <contrib/dev/acpica/include/platform/acenvex.h> /* Extra environment-specific items */
167 #include <contrib/dev/acpica/include/acnames.h> /* Common ACPI names and strings */
168 #include <contrib/dev/acpica/include/acexcep.h> /* ACPICA exceptions */
169 #include <contrib/dev/acpica/include/actbl.h> /* ACPI table definitions */
170 #include <contrib/dev/acpica/include/acoutput.h> /* Error output and Debug macros */
171 #include <contrib/dev/acpica/include/acrestyp.h> /* Resource Descriptor structs */
172 #include <contrib/dev/acpica/include/acpiosxf.h> /* OSL interfaces (ACPICA-to-OS) */
173 #include <contrib/dev/acpic
[all...]
/freebsd-12-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...]

Completed in 130 milliseconds

1234567891011>>