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; local
272 if ((cfgstr = cdata->begin) == cdata->nextfree) {
290 "nextfree is %p\n%p ", (void *)cdata->nextfree, (void *)cfgstr);
291 while (cfgstr < cdata->nextfree) {
292 if (!*cfgstr)
294 (void *)(cfgstr + 1));
296 out(O_ALTFP|O_VERB3|O_NONL, "%c", *cfgstr);
297 cfgstr++;
301 cfgstr = cdata->begin;
302 while (cfgstr < cdat
[all...]
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_nswcfgst.c53 char *cfgstr; member in struct:__anon1021
130 ck->cfgstr, ck->cfg, NULL);
236 ck->cfgstr = nswcfgstr;
H A Dnscd_nswconfig.c287 const char *cfgstr,
312 cstr = strdup(cfgstr);
430 nsw_cfg->nsw_cfg_str = strdup(cfgstr);
495 "config = %s)\n", dbn, cfgstr);
283 _nscd_create_sw_struct( int dbi, int compat_basei, const char *dbn, const char *cfgstr, void *swcfgv1, nscd_nsw_params_t *params) argument
H A Dnscd_switch.h360 const char *cfgstr,

Completed in 56 milliseconds