Searched refs:MPR_EVENTFIELD (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/sys/dev/mpr/ |
| HD | mpr_table.c | 254 MPR_EVENTFIELD(sc, event, EventDataLength, %d); in mpr_print_event() 255 MPR_EVENTFIELD(sc, event, AckRequired, %d); in mpr_print_event() 258 MPR_EVENTFIELD(sc, event, EventContext, 0x%x); in mpr_print_event() 306 MPR_EVENTFIELD(sc, data, PhysicalPort, %d); in mpr_print_evt_sas() 326 MPR_EVENTFIELD(sc, data, EnclosureHandle, 0x%x); in mpr_print_evt_sas() 327 MPR_EVENTFIELD(sc, data, ExpanderDevHandle, 0x%x); in mpr_print_evt_sas() 328 MPR_EVENTFIELD(sc, data, NumPhys, %d); in mpr_print_evt_sas() 329 MPR_EVENTFIELD(sc, data, NumEntries, %d); in mpr_print_evt_sas() 330 MPR_EVENTFIELD(sc, data, StartPhyNum, %d); in mpr_print_evt_sas() 334 MPR_EVENTFIELD(sc, data, PhysicalPort, %d); in mpr_print_evt_sas() [all …]
|
| HD | mprvar.h | 609 #define MPR_EVENTFIELD(sc, facts, attr, fmt) \ macro
|