Searched refs:msgcvt_t (Results 1 - 10 of 10) sorted by relevance
/osnet-11/usr/src/lib/cfgadm_plugins/ib/common/ |
H A D | cfga_ib.h | 91 } msgcvt_t; typedef in typeref:struct:__anon896 97 #define MSG_TBL_SZ(table) (sizeof ((table)) / sizeof (msgcvt_t))
|
H A D | cfga_ib.c | 47 static const char *ib_get_msg(uint_t, msgcvt_t *, uint_t); 114 static msgcvt_t ib_error_msgs[] = { /* Error messages */ 309 * Given the index into a table (msgcvt_t) of messages, 316 ib_get_msg(uint_t msg_index, msgcvt_t *msg_tbl, uint_t tbl_size)
|
/osnet-11/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_usb.h | 121 } msgcvt_t; typedef in typeref:struct:__anon946 125 #define MSG_TBL_SZ(table) (sizeof ((table)) / sizeof (msgcvt_t))
|
H A D | cfga_usb.c | 68 static msgcvt_t 256 * Given the index into a table (msgcvt_t) of messages, get the message 261 get_msg(uint_t msg_index, msgcvt_t *msg_tbl, uint_t tbl_size)
|
/osnet-11/usr/src/lib/cfgadm_plugins/sata/common/ |
H A D | cfga_sata.h | 143 } msgcvt_t; typedef in typeref:struct:msgcvt 148 #define MSG_TBL_SZ(table) (sizeof ((table)) / sizeof (msgcvt_t))
|
H A D | cfga_sata.c | 77 static msgcvt_t sata_msgs[] = { 391 * Given the index into a table (msgcvt_t) of messages, get the message 396 get_msg(uint_t msg_index, msgcvt_t *msg_tbl, uint_t tbl_size)
|
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_scsi.h | 319 } msgcvt_t; typedef in typeref:struct:__anon932 443 extern msgcvt_t str_tbl[];
|
H A D | cfga_utils.c | 71 msgcvt_t str_tbl[] = {
|
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_fp.h | 384 } msgcvt_t; typedef in typeref:struct:__anon887 541 extern msgcvt_t str_tbl[];
|
H A D | cfga_utils.c | 87 msgcvt_t str_tbl[] = {
|
Completed in 47 milliseconds