Searched defs:MSG_TBL_SZ (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.h150 #define MSG_TBL_SZ(table) (sizeof ((table)) / sizeof (msgcvt_t)) macro
209 (get_msg((msg_idx), sata_msgs, MSG_TBL_SZ(sata_msgs)))
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.h125 #define MSG_TBL_SZ(table) (sizeof ((table)) / sizeof (msgcvt_t)) macro
173 (get_msg((msg_idx), usb_error_msgs, MSG_TBL_SZ(usb_error_msgs)))
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.h98 #define MSG_TBL_SZ(table) (sizeof ((table)) / sizeof (msgcvt_t)) macro
150 (ib_get_msg((msg_idx), ib_error_msgs, MSG_TBL_SZ(ib_error_msgs)))

Completed in 46 milliseconds