Home
last modified time | relevance | path

Searched refs:ERR_STR (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.h172 #define ERR_STR(msg_idx) \ macro
H A Dcfga_usb.c350 set_msg(errstring, ERR_STR(rv), NULL); in usb_err_msg()
367 (void) set_msg(errstring, ERR_STR(rv), in usb_err_msg()
379 set_msg(errstring, ERR_STR(rv), errno_str, in usb_err_msg()
389 set_msg(errstring, ERR_STR(rv), "ap_id: ", ap_id, "\n", in usb_err_msg()
396 set_msg(errstring, ERR_STR(CFGA_USB_INTERNAL_ERROR), NULL); in usb_err_msg()
/titanic_50/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.h149 #define ERR_STR(msg_idx) \ macro
H A Dcfga_ib.c417 ib_set_msg(errstring, ERR_STR(rv), NULL); in ib_err_msg()
442 ib_set_msg(errstring, ERR_STR(rv), "ap_id: ", ap_id, "", NULL); in ib_err_msg()
447 ib_set_msg(errstring, ERR_STR(rv), errno_str, in ib_err_msg()
459 ib_set_msg(errstring, ERR_STR(rv), "ap_id: ", ap_id, "\n", in ib_err_msg()
464 ib_set_msg(errstring, ERR_STR(CFGA_IB_INTERNAL_ERR), NULL); in ib_err_msg()
/titanic_50/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.h208 #define ERR_STR(msg_idx) \ macro
H A Dcfga_sata.c486 set_msg(errstring, ERR_STR(rv), NULL); in sata_err_msg()
491 set_msg(errstring, ERR_STR(rv), NULL); in sata_err_msg()
519 set_msg(errstring, ERR_STR(rv), "ap_id: ", ap_id, "", NULL); in sata_err_msg()
529 set_msg(errstring, ERR_STR(rv), errno_str, in sata_err_msg()
539 set_msg(errstring, ERR_STR(rv), "ap_id: ", ap_id, "\n", in sata_err_msg()
545 set_msg(errstring, ERR_STR(CFGA_SATA_INTERNAL_ERROR), NULL); in sata_err_msg()
824 ERR_STR(CFGA_SATA_DEVICE_UNCONFIGURED)); in cfga_change_state()