Home
last modified time | relevance | path

Searched refs:_device (Results 1 – 4 of 4) sorted by relevance

/trueos/usr.sbin/apmd/contrib/
HDpccardq.c165 char *_device; in get_slot_info() local
194 if ((_device = strsep(&s, "~")) == NULL) in get_slot_info()
209 if ((*device = strdup(_device)) == NULL) { in get_slot_info()
/trueos/sys/ofed/include/linux/
HDpci.h79 #define PCI_VDEVICE(_vendor, _device) \ argument
80 .vendor = PCI_VENDOR_ID_##_vendor, .device = (_device), \
82 #define PCI_DEVICE(_vendor, _device) \ argument
83 .vendor = (_vendor), .device = (_device), \
/trueos/sys/ofed/include/rdma/
HDib_verbs.h398 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument
400 (_ptr)->device = _device; \
/trueos/sys/dev/bwn/
HDif_bwn.c1210 #define BWN_ISDEV(_vendor, _device, _subvendor, _subdevice) \ in bwn_sprom_bugfixes() argument
1212 (siba_get_pci_device(dev) == _device) && \ in bwn_sprom_bugfixes()