Searched refs:GET_MSG_STR (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_scsi.c141 const char *led = GET_MSG_STR(CMD_LED_DEV);
142 const char *locator = GET_MSG_STR(CMD_LOCATOR_DEV);
H A Dcfga_scsi.h345 #define GET_MSG_STR(i) (str_tbl[msg_idx(i)].msgstr) macro
H A Dcfga_utils.c528 const char *s = GET_MSG_STR(hw_cmds[i].str_id);
682 sp->str = dgettext(TEXT_DOMAIN, GET_MSG_STR(a));
684 sp->str = GET_MSG_STR(a);
H A Dcfga_list.c781 cp = (char *)GET_MSG_STR(ERR_UNAVAILABLE);
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.h410 #define GET_MSG_STR(i) (str_tbl[msg_idx(i)].msgstr) macro
H A Dcfga_utils.c757 sp->str = dgettext(TEXT_DOMAIN, GET_MSG_STR(a));
759 sp->str = GET_MSG_STR(a);
H A Dcfga_list.c3016 (char *)GET_MSG_STR(ERR_UNAVAILABLE));
3073 (char *)GET_MSG_STR(ERR_UNAVAILABLE), CFGA_TYPE_LEN);
3340 cp = (char *)GET_MSG_STR(ERR_UNAVAILABLE);
3348 cp = (char *)GET_MSG_STR(ERR_UNAVAILABLE);

Completed in 33 milliseconds