Searched refs:cfg_location (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libdscfg/common/ |
H A D | cfg.h | 110 char *cfg_location(char *location, int mode, char *altroot);
|
H A D | cfg.c | 2252 * cfg_location 2258 cfg_location(char *location, int mode, char *altroot) function 2290 "cfg_location: filename too big or missing"); 2325 "cfg_location: write to well known failed"); 2338 "cfg_location: read from well known failed"); 2940 cfp->cf_name = cfg_location(NULL, CFG_LOC_GET_LOCAL, NULL); 2949 cfg_location(NULL, CFG_LOC_GET_CLUSTER, NULL);
|
/illumos-gate/usr/src/cmd/avs/dscfg/ |
H A D | dscfg.c | 79 char *locname; /* config location from cfg_location */ 626 locname = cfg_location(config_file, CFG_LOC_SET_CLUSTER, 639 locname = cfg_location(NULL,
|
Completed in 49 milliseconds