Searched refs:cfg_get_options (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libdscfg/common/ |
H A D | cfg.h | 52 int cfg_get_options(CFGFILE *cfg, int section, const char *basekey,
|
H A D | cfg.c | 1139 * cfg_get_options 1149 cfg_get_options(CFGFILE *cfg, int section, const char *basekey, char *tag, function
|
/illumos-gate/usr/src/cmd/avs/rdc/ |
H A D | sndradm.c | 3510 if (cfg_get_options(cfg, CFG_SEC_CONF, key, tag, CFG_MAX_BUF, val, 3518 } while (cfg_get_options(cfg, CFG_SEC_CONF, NULL, tag, 3610 if (cfg_get_options(cfg, CFG_SEC_CONF, key, tag, 3618 } while (cfg_get_options(cfg, CFG_SEC_CONF, 3742 if (cfg_get_options(cfg, CFG_SEC_CONF, key, tag, CFG_MAX_BUF, val, 3751 } while (cfg_get_options(cfg, CFG_SEC_CONF, NULL, tag,
|
Completed in 75 milliseconds