Home
last modified time | relevance | path

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

/src/sys/dev/bhnd/bhndb/
H A Dbhndb_pcivar.h102 #define BHNDB_PCI_CORE(_device, _quirks) { \ argument
103 { BHND_MATCH_CORE(BHND_MFGID_BCM, BHND_COREID_ ## _device) }, \
/src/usr.sbin/apmd/contrib/
H A Dpccardq.c164 char *_device; in get_slot_info() local
193 if ((_device = strsep(&s, "~")) == NULL) in get_slot_info()
208 if ((*device = strdup(_device)) == NULL) { in get_slot_info()
/src/sys/compat/linuxkpi/common/include/acpi/
H A Dacpi_bus.h33 #define acpi_device _device
/src/sys/sys/
H A Dtypes.h275 typedef struct _device *device_t;
H A Dpcpu.h188 struct _device *pc_device; /* CPU device handle */
/src/sys/dev/bhnd/
H A Dbhnd.h394 #define _BHND_DEVICE(_vendor, _device, _desc, _quirks, \ argument
397 BHND_COREID_ ## _device) }, _desc, _quirks, \
400 #define BHND_DEVICE(_vendor, _device, _desc, _quirks, ...) \ argument
401 _BHND_DEVICE(_vendor, _device, _desc, _quirks, \
/src/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h87 #define PCI_VDEVICE(_vendor, _device) \ argument
88 .vendor = PCI_VENDOR_ID_##_vendor, .device = (_device), \
90 #define PCI_DEVICE(_vendor, _device) \ argument
91 .vendor = (_vendor), .device = (_device), \
/src/sys/kern/
H A Dsubr_bus.c100 typedef TAILQ_HEAD(device_list, _device) device_list_t;
134 struct _device { struct
144 TAILQ_ENTRY(_device) link; /**< list of devices in parent */
145 TAILQ_ENTRY(_device) devlink; /**< global device list membership */
/src/sys/ofed/include/rdma/
H A Dib_verbs.h684 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument
686 (_ptr)->device = _device; \
/src/sys/dev/iwx/
H A Dif_iwx.c9681 #define _IWX_DEV_INFO(_device, _subdevice, _mac_type, _mac_step, _rf_type, \ argument
9683 { .device = (_device), .subdevice = (_subdevice), .cfg = &(_cfg), \
9688 #define IWX_DEV_INFO(_device, _subdevice, _cfg) \ argument
9689 _IWX_DEV_INFO(_device, _subdevice, IWX_CFG_ANY, IWX_CFG_ANY, \
/src/sys/dev/bwn/
H A Dif_bwn.c912 #define BWN_ISDEV(_device, _subvendor, _subdevice) \ in bwn_sprom_bugfixes() argument
913 ((sc->sc_board_info.board_devid == PCI_DEVID_##_device) && \ in bwn_sprom_bugfixes()