Searched defs:cfg_perror_str (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg.c87 char *cfg_perror_str; variable
249 cfg_perror_str = dgettext("cfg",
411 cfg_perror_str = dgettext("cfg", CFG_EINVAL);
417 cfg_perror_str = dgettext("cfg", CFG_NOTLOCKED);
444 cfg_perror_str = dgettext("cfg", CFG_EINVAL);
460 cfg_perror_str = dgettext("cfg", CFG_RDFAILED);
486 cfg_perror_str = dgettext("cfg", strerror(errno));
510 cfg_perror_str =
530 cfg_perror_str = dgettext("cfg", strerror(errno));
563 cfg_perror_str
[all...]

Completed in 60 milliseconds