Searched refs:ERR_STR (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/ |
H A D | cfga_sata.c | 488 set_msg(errstring, ERR_STR(rv), NULL); in sata_err_msg() 493 set_msg(errstring, ERR_STR(rv), NULL); in sata_err_msg() 521 set_msg(errstring, ERR_STR(rv), "ap_id: ", ap_id, "", NULL); in sata_err_msg() 531 set_msg(errstring, ERR_STR(rv), errno_str, in sata_err_msg() 541 set_msg(errstring, ERR_STR(rv), "ap_id: ", ap_id, "\n", in sata_err_msg() 547 set_msg(errstring, ERR_STR(CFGA_SATA_INTERNAL_ERROR), NULL); in sata_err_msg() 826 ERR_STR(CFGA_SATA_DEVICE_UNCONFIGURED)); in cfga_change_state()
|
H A D | cfga_sata.h | 206 #define ERR_STR(msg_idx) \ macro
|
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_usb.h | 172 #define ERR_STR(msg_idx) \ macro
|
H A D | cfga_usb.c | 351 set_msg(errstring, ERR_STR(rv), NULL); in usb_err_msg() 368 (void) set_msg(errstring, ERR_STR(rv), in usb_err_msg() 380 set_msg(errstring, ERR_STR(rv), errno_str, in usb_err_msg() 390 set_msg(errstring, ERR_STR(rv), "ap_id: ", ap_id, "\n", in usb_err_msg() 397 set_msg(errstring, ERR_STR(CFGA_USB_INTERNAL_ERROR), NULL); in usb_err_msg()
|
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/ |
H A D | cfga_ib.h | 149 #define ERR_STR(msg_idx) \ macro
|
H A D | cfga_ib.c | 418 ib_set_msg(errstring, ERR_STR(rv), NULL); in ib_err_msg() 443 ib_set_msg(errstring, ERR_STR(rv), "ap_id: ", ap_id, "", NULL); in ib_err_msg() 448 ib_set_msg(errstring, ERR_STR(rv), errno_str, in ib_err_msg() 460 ib_set_msg(errstring, ERR_STR(rv), "ap_id: ", ap_id, "\n", in ib_err_msg() 465 ib_set_msg(errstring, ERR_STR(CFGA_IB_INTERNAL_ERR), NULL); in ib_err_msg()
|