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

1234567891011>>

/freebsd-11-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-11-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-11-stable/contrib/amd/amd/
H A Dtest1.sh2 ./amd -v 2> /dev/null
/freebsd-11-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-11-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-11-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-11-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-11-stable/sys/dev/drm2/
H A Ddrm_platform.c28 __FBSDID("$FreeBSD: stable/11/sys/dev/drm2/drm_platform.c 317011 2017-04-16 08:07:38Z mmel $");
30 #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
44 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...]
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-11-stable/contrib/libpcap/
H A Dchmod_bpf18 chgrp admin /dev/bpf*
19 chmod g+rw /dev/bpf*
/freebsd-11-stable/contrib/unbound/contrib/ios/
H A Dinstall_tools.sh5 brew update 1>/dev/null
8 brew install curl perl 1>/dev/null
/freebsd-11-stable/tools/regression/netinet/arphold/
H A Darphold.t5 make arphold 2>&1 > /dev/null
/freebsd-11-stable/tools/regression/netinet/tcpfullwindowrst/
H A Dtcpfullwindowrst.t5 make tcpfullwindowrsttest 2>&1 > /dev/null
/freebsd-11-stable/tools/test/sort/regression/
H A Dcmp.sh4 diff $1 $2 | grep '^-' >/dev/null && echo DIFFER: $1 $2 && exit 0 || exit 0
/freebsd-11-stable/sys/dev/pci/
H A Dpci_iov.h26 * $FreeBSD: stable/11/sys/dev/pci/pci_iov.h 306461 2016-09-29 22:52:24Z jhb $
36 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_NAME(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.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-11-stable/sys/dev/mlx5/mlx5_lib/
H A Dmlx5.h32 * $FreeBSD: stable/11/sys/dev/mlx5/mlx5_lib/mlx5.h 341572 2018-12-05 14:11:20Z slavash $
38 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-11-stable/sys/dev/drm/
H A Ddrm_irq.c29 __FBSDID("$FreeBSD: stable/11/sys/dev/drm/drm_irq.c 331409 2018-03-23 02:33:30Z 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
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...]
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-11-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-11-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-11-stable/etc/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-11-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-11-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...]

Completed in 277 milliseconds

1234567891011>>