Home
last modified time | relevance | path

Searched refs:cfga_strs (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c165 cfga_strs[] = { variable
845 led_strs[led], cfga_strs[UNKNOWN]); in prt_led_mode()
1596 cfga_msg(msgp, cfga_strs[HELP_CONFIG]); in cfga_help()
1597 cfga_msg(msgp, cfga_strs[HELP_ENABLE_SLOT]); in cfga_help()
1598 cfga_msg(msgp, cfga_strs[HELP_DISABLE_SLOT]); in cfga_help()
1599 cfga_msg(msgp, cfga_strs[HELP_ENABLE_AUTOCONF]); in cfga_help()
1600 cfga_msg(msgp, cfga_strs[HELP_DISABLE_AUTOCONF]); in cfga_help()
1601 cfga_msg(msgp, cfga_strs[HELP_LED_CNTRL]); in cfga_help()
1633 failed = dgettext(TEXT_DOMAIN, cfga_strs[FAILED]); in cfga_err()
1647 s[++n] = cfga_strs[FAILED]; in cfga_err()
[all …]
/illumos-gate/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c163 cfga_strs[] = { variable
980 cfga_strs[UNKNOWN]); in prt_led_mode()
1739 cfga_msg(msgp, cfga_strs[HELP_CONFIG]); in cfga_help()
1740 cfga_msg(msgp, cfga_strs[HELP_ENABLE_SLOT]); in cfga_help()
1741 cfga_msg(msgp, cfga_strs[HELP_DISABLE_SLOT]); in cfga_help()
1742 cfga_msg(msgp, cfga_strs[HELP_ENABLE_AUTOCONF]); in cfga_help()
1743 cfga_msg(msgp, cfga_strs[HELP_DISABLE_AUTOCONF]); in cfga_help()
1744 cfga_msg(msgp, cfga_strs[HELP_LED_CNTRL]); in cfga_help()
1776 failed = dgettext(TEXT_DOMAIN, cfga_strs[FAILED]); in cfga_err()
1790 s[++n] = cfga_strs[FAILED]; in cfga_err()
[all …]
/illumos-gate/usr/src/lib/cfgadm_plugins/sysctrl/common/
H A Dcfga.c150 cfga_strs[] = { variable
230 #define cfga_str(i) cfga_strs[(i)]