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

/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg.c2906 * cfg_open
2910 cfg_open(char *name) function
2919 (void) fprintf(stderr, "cfg_open\n");
2925 "cfg_open: malloc failed");
2933 (void) fprintf(stderr, "cfg_open: Using non-standard name\n");
2943 /* Handle cfg_open(""), which is an open from boot tools */
2962 "cfg_open: unable to open configuration location");
2971 "cfg_open: unable to read configuration header");
2978 "cfg_open: unable to seek configuration header");
2996 "cfg_open
[all...]

Completed in 49 milliseconds