Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig.c263 char *cfgstr, *equals; in config_cook() local
272 if ((cfgstr = cdata->begin) == cdata->nextfree) { in config_cook()
290 "nextfree is %p\n%p ", (void *)cdata->nextfree, (void *)cfgstr); in config_cook()
291 while (cfgstr < cdata->nextfree) { in config_cook()
292 if (!*cfgstr) in config_cook()
294 (void *)(cfgstr + 1)); in config_cook()
296 out(O_ALTFP|O_VERB3|O_NONL, "%c", *cfgstr); in config_cook()
297 cfgstr++; in config_cook()
301 cfgstr = cdata->begin; in config_cook()
302 while (cfgstr < cdata->nextfree) { in config_cook()
[all …]
/titanic_50/usr/src/cmd/nscd/
H A Dnscd_nswcfgst.c53 char *cfgstr; member
130 ck->cfgstr, ck->cfg, NULL); in _nscd_cfg_switch_notify()
236 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,