Searched refs:device (Results 251 - 275 of 834) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cq.c115 cq->device = dev;
157 (void)cq->device->destroy_cq(cq);
/freebsd-11-stable/share/man/man5/
H A DMakefile18 device.hints.5 \
87 MAN+= bluetooth.device.conf.5 \
/freebsd-11-stable/usr.sbin/bluetooth/bthidd/
H A Dlexer.l56 device_word device
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c54 #include <linux/device.h>
95 uint16_t device; local
100 device = pci_get_device(dev);
108 (PCI_ANY_ID == id->device || device == id->device) &&
166 pdev->device = dinfo->cfg.device;
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Ddev.c55 unsigned device; \
64 .device = (__DeviceID), \
143 context->ibv_ctx.device = ibdev;
148 PDBG("%s T6/T5/T4 device\n", __FUNCTION__);
150 PDBG("%s T5/T4 device\n", __FUNCTION__);
152 PDBG("%s T4 device\n", __FUNCTION__);
418 unsigned vendor, device, fw_maj, fw_min; local
446 if (strstr(value, "device=")) {
447 strncpy(ib_param, strstr(value, "device=") +
448 strlen("device
[all...]
/freebsd-11-stable/lib/libomp/
H A Domp-tools.h121 macro (ompt_callback_device_initialize, ompt_callback_device_initialize_t, 12) /* device initialize */ \
122 macro (ompt_callback_device_finalize, ompt_callback_device_finalize_t, 13) /* device finalize */ \
124 macro (ompt_callback_device_load, ompt_callback_device_load_t, 14) /* device load */ \
125 macro (ompt_callback_device_unload, ompt_callback_device_unload_t, 15) /* device unload */ \
591 ompt_device_t *device
595 ompt_device_t *device
599 ompt_device_t *device,
604 ompt_device_t *device,
610 ompt_device_t *device,
616 ompt_device_t *device,
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-dag.c729 * Get a handle for a live capture from the given DAG device. Passing a NULL
730 * device will result in a failure. The promisc flag is ignored because DAG
746 char * device = p->opt.device; local
752 if (device == NULL) {
753 pcap_snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "device is NULL");
758 newDev = (char *)malloc(strlen(device) + 16);
762 errno, "Can't allocate string for device name");
766 /* Parse input name to get dag device and stream number if provided */
767 if (dag_parse_name(device, newDe
1028 dag_create(const char *device, char *ebuf, int *is_ours) argument
1452 pcap_create_interface(const char *device, char *errbuf) argument
[all...]
H A Dpcap.c195 "This operation isn't properly handled by that device");
643 * Give the "any" device an artificially high instance
650 * A number at the end of the device name string is
695 * Try to get a description for a given device.
712 * string based on the device type or something such as that.
823 * a device with a name of the form usbusN, label it as a USB
863 * Look for a given device in the specified list of devices.
886 * We don't have IFF_LOOPBACK, so look at the device name to
887 * see if it looks like a loopback device.
903 * Attempt to find an entry for this device; i
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_arbiter.c97 #define DEVICE "/dev/gps%d" /* device name and unit */
160 char device[20]; local
165 snprintf(device, sizeof(device), DEVICE, unit);
166 fd = refclock_open(device, SPEED232, LDISC_CLK);
H A Drefclock_ulink.c69 #define DEVICE "/dev/wwvb%d" /* device name and unit */
123 char device[20]; local
128 snprintf(device, sizeof(device), DEVICE, unit);
129 fd = refclock_open(device, SPEED232, LDISC_CLK);
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_ctl_defs.h127 struct device *pdev; /* associated PCI device */
/freebsd-11-stable/sys/dev/drm2/i915/
H A Ddvo_ch7xxx.c184 uint8_t vendor, device; local
207 if (!ch7xxx_readb(dvo, CH7xxx_REG_DID, &device))
210 if (device != CH7xxx_DID) {
218 DRM_DEBUG_KMS("Detected %s chipset, vendor/device ID 0x%02x/0x%02x\n",
219 name, vendor, device);
/freebsd-11-stable/sys/dev/bhnd/bcma/
H A Dbcma_eromvar.h43 device_t dev; /**< EROM parent device */
52 uint16_t device; /**< core's device identifier */ member in struct:bcma_erom_core
/freebsd-11-stable/gnu/usr.bin/groff/src/libs/libgroff/
H A DMakefile6 device.cpp errarg.cpp error.cpp fatal.cpp filename.cpp\
/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwl_pci.c87 uint16_t device; member in struct:mwl_pci_ident
104 mwl_pci_lookup(int vendor, int device) argument
109 if (vendor == ident->vendor && device == ident->device)
224 /* check if device was removed */
/freebsd-11-stable/sys/dev/ipmi/
H A Dipmi_pci.c55 u_int16_t device; member in struct:ipmi_ident
63 ipmi_pci_match(uint16_t vendor, uint16_t device) argument
68 if (m->vendor == vendor && m->device == device)
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscif_sas_high_priority_request_queue.c140 if (fw_io->parent.device->domain != fw_domain)
151 // The request was intended for a device in the domain. Put it
H A Dscif_sas_request.h142 * This field represents the remote device object to which this IO
145 struct SCIF_SAS_REMOTE_DEVICE * device; member in struct:SCIF_SAS_REQUEST
/freebsd-11-stable/sys/dev/tdfx/
H A Dtdfx_vars.h103 int device; member in struct:tdfx_pio_data
/freebsd-11-stable/contrib/ofed/libibcm/
H A Dcm.h98 struct ib_cm_device *device; member in struct:ib_cm_id
258 * @device: CM device to retrieve the event.
269 int ib_cm_get_event(struct ib_cm_device *device, struct ib_cm_event **event);
282 * ib_cm_open_device - Returns the device the CM uses to submit requests
283 * and retrieve events, corresponding to the specified verbs device.
285 * The CM device contains the file descriptor that the CM uses to
297 * ib_cm_close_device - Close a CM device.
298 * @device: Device to close.
300 void ib_cm_close_device(struct ib_cm_device *device);
[all...]
/freebsd-11-stable/sys/modules/vxge/
H A DMakefile47 SRCS += vxgehal-device.c
/freebsd-11-stable/sys/dev/mlx4/
H A Ddriver.h36 #include <dev/mlx4/device.h>
/freebsd-11-stable/lib/ofed/libibverbs/
H A DMakefile17 device.c \
/freebsd-11-stable/usr.sbin/mlxcontrol/
H A Dmlxcontrol.h49 extern int mlx_scsi_inquiry(int unit, int bus, int target, char **vendor, char **device, char **revision);
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_iov.c54 uint16_t device; member in struct:__anon4
129 if (d == t4iov_pciids[i].device) {
149 if (d == t5iov_pciids[i].device) {
169 if (d == t6iov_pciids[i].device) {
210 * with port 0, etc.). Ask the PF4 driver for the device for

Completed in 149 milliseconds

<<11121314151617181920>>