Searched refs:_device (Results 1 – 4 of 4) sorted by relevance
| /trueos/usr.sbin/apmd/contrib/ |
| HD | pccardq.c | 165 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/ |
| HD | pci.h | 79 #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/ |
| HD | ib_verbs.h | 398 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument 400 (_ptr)->device = _device; \
|
| /trueos/sys/dev/bwn/ |
| HD | if_bwn.c | 1210 #define BWN_ISDEV(_vendor, _device, _subvendor, _subdevice) \ in bwn_sprom_bugfixes() argument 1212 (siba_get_pci_device(dev) == _device) && \ in bwn_sprom_bugfixes()
|