Home
last modified time | relevance | path

Searched refs:MPR_PRINTFIELD_START (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mpr/
H A Dmpr_table.c273 MPR_PRINTFIELD_START(sc, "IOCFacts"); in mpr_print_iocfacts()
314 MPR_PRINTFIELD_START(sc, "PortFacts"); in mpr_print_portfacts()
324 MPR_PRINTFIELD_START(sc, "EventReply"); in mpr_print_evt_generic()
335 MPR_PRINTFIELD_START(sc, "SAS Device Page 0"); in mpr_print_sasdev0()
473 MPR_PRINTFIELD_START(sc, "SAS Expander Page 1 #%d", buf->Phy); in mpr_print_expander1()
513 MPR_PRINTFIELD_START(sc, "SAS PHY Page 0"); in mpr_print_sasphy0()
H A Dmprvar.h766 #define MPR_PRINTFIELD_START(sc, tag...) \ macro