Searched refs:ERR_STR (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/cfgadm_plugins/ib/common/ |
H A D | cfga_ib.h | 148 #define ERR_STR(msg_idx) \ macro
|
H A D | cfga_ib.c | 417 ib_set_msg(errstring, ERR_STR(rv), NULL); 442 ib_set_msg(errstring, ERR_STR(rv), "ap_id: ", ap_id, "", NULL); 447 ib_set_msg(errstring, ERR_STR(rv), errno_str, 459 ib_set_msg(errstring, ERR_STR(rv), "ap_id: ", ap_id, "\n", 464 ib_set_msg(errstring, ERR_STR(CFGA_IB_INTERNAL_ERR), NULL);
|
/osnet-11/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 | 348 set_msg(errstring, ERR_STR(rv), NULL); 365 (void) set_msg(errstring, ERR_STR(rv), 377 set_msg(errstring, ERR_STR(rv), errno_str, 387 set_msg(errstring, ERR_STR(rv), "ap_id: ", ap_id, "\n", 394 set_msg(errstring, ERR_STR(CFGA_USB_INTERNAL_ERROR), NULL);
|
/osnet-11/usr/src/lib/cfgadm_plugins/sata/common/ |
H A D | cfga_sata.h | 206 #define ERR_STR(msg_idx) \ macro
|
H A D | cfga_sata.c | 485 set_msg(errstring, ERR_STR(rv), NULL); 490 set_msg(errstring, ERR_STR(rv), NULL); 518 set_msg(errstring, ERR_STR(rv), "ap_id: ", ap_id, "", NULL); 528 set_msg(errstring, ERR_STR(rv), errno_str, 538 set_msg(errstring, ERR_STR(rv), "ap_id: ", ap_id, "\n", 544 set_msg(errstring, ERR_STR(CFGA_SATA_INTERNAL_ERROR), NULL); 833 ERR_STR(CFGA_SATA_DEVICE_UNCONFIGURED));
|
Completed in 34 milliseconds