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

/osnet-11/usr/src/lib/libast/common/port/
H A Dastconf.c321 error(-2, "astconf synthesize name=%s path=%s value=%s fp=%p%s", fp->name, path, value, fp, state.synthesizing ? " SYNTHESIZING" : "");
458 error(-3, "astconf synthesize %s", state.data - state.prefix);
494 error(-2, "astconf initialize name=%s path=%s command=%s succeed=%s fail=%s fp=%p%s", fp->name, path, command, succeed, fail, fp, state.synthesizing ? " SYNTHESIZING" : "");
521 error(-2, "astconf initialize name=%s ok=%d PATH=%s", fp->name, ok, p);
610 error(-2, "astconf format name=%s path=%s value=%s flags=%04x fp=%p%s", fp->name, path, value, flags, fp, state.synthesizing ? " SYNTHESIZING" : "");
771 error(-2, "astconf feature name=%s path=%s value=%s flags=%04x fp=%p%s", name, path, value, flags, fp, state.synthesizing ? " SYNTHESIZING" : "");
876 error(-2, "astconf normal name=%s standard=%d section=%d call=%d flags=%04x elements=%d", look->name, look->standard, look->section, look->call, flags, conf_elements);
883 error(-3, "astconf lookup name=%s mid=%s", name, mid->name);
918 error(-2, "astconf lookup name=%s standard=%d:%d section=%d:%d call=%d:%d", look->name, look->standard, mid->standard, look->section, mid->section, look->call, mid->call);
973 error(-1, "astconf nam
1493 astconf(const char* name, const char* path, const char* value) function
[all...]

Completed in 24 milliseconds