Home
last modified time | relevance | path

Searched refs:cfgstr (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig.c263 char *cfgstr, *equals; in config_cook() local
292 if (!*cfgstr) in config_cook()
294 (void *)(cfgstr + 1)); in config_cook()
297 cfgstr++; in config_cook()
301 cfgstr = cdata->begin; in config_cook()
303 while (*cfgstr == '/' && cfgstr < cdata->nextfree) { in config_cook()
305 "next string (%p) is %s", (void *)cfgstr, cfgstr); in config_cook()
322 cfgstr += strlen(cfgstr) + 1; in config_cook()
329 cfgstr); in config_cook()
337 pn = stable(cfgstr); in config_cook()
[all …]
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_nswcfgst.c51 char *cfgstr; member
128 ck->cfgstr, ck->cfg, NULL); in _nscd_cfg_switch_notify()
234 ck->cfgstr = nswcfgstr; in _nscd_cfg_switch_verify()
H A Dnscd_nswconfig.c287 const char *cfgstr, in _nscd_create_sw_struct() argument
312 cstr = strdup(cfgstr); in _nscd_create_sw_struct()
430 nsw_cfg->nsw_cfg_str = strdup(cfgstr); in _nscd_create_sw_struct()
495 "config = %s)\n", dbn, cfgstr); in _nscd_create_sw_struct()
H A Dnscd_switch.h360 const char *cfgstr,