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

/illumos-gate/usr/src/cmd/avs/dscfglockd/
H A Ddscfgcli.c137 if ((cfg = cfg_open(NULL)) == NULL) {
138 perror("cfg_open");
/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg.h65 CFGFILE *cfg_open(char *filename);
H A Dcfg_vols.c133 cfg = cfg_open(NULL);
311 cfg = cfg_open(NULL);
997 cfg = cfg_open(NULL);
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...]
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiboot.c332 if (!(cfg = cfg_open(""))) {
404 if (!(cfg = cfg_open(""))) {
466 if ((cfg = cfg_open("")) == NULL) {
467 spcs_log("ii", NULL, "iiboot cfg_open failed, errno %d",
569 if ((cfg = cfg_open("")) == NULL) {
570 spcs_log("ii", NULL, "iiboot cfg_open failed, errno %d",
H A Diicpbmp.c92 if ((cfg = cfg_open(NULL)) == NULL) {
H A Diicpshd.c98 if ((cfg = cfg_open(NULL)) == NULL) {
H A Diiadm.c487 if ((cfg = cfg_open(NULL)) == NULL) {
/illumos-gate/usr/src/lib/librdc/common/
H A Drdcpersist.c477 if ((cfg = cfg_open(NULL)) == NULL) {
547 cfg = cfg_open(NULL);
600 if ((cfg = cfg_open(NULL)) == NULL) {
653 if ((cfg = cfg_open(NULL)) == NULL) {
H A Drdcrules.c98 if ((cfg = cfg_open(NULL)) == NULL) {
/illumos-gate/usr/src/cmd/avs/dscfg/
H A Ddscfg.c443 * -r prepend bootdir to beginning of path for cfg_open
686 if ((cfg = cfg_open(loc)) == NULL) {
693 if ((cfg = cfg_open(loc)) == NULL) {
765 if ((cfg = cfg_open(loc)) == NULL) {
782 if ((cfg = cfg_open(loc)) == NULL) {
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrsyncd.c405 if ((cfg = cfg_open(NULL)) == NULL) {
714 if ((cfg = cfg_open(NULL)) == NULL) {
791 if ((cfg = cfg_open(NULL)) == NULL) {
958 if ((cfg = cfg_open(NULL)) == NULL) {
1198 if ((cfg = cfg_open(NULL)) == NULL) {
1414 if ((cfg = cfg_open(NULL)) == NULL) {
1605 if ((cfg = cfg_open(NULL)) == NULL) {
H A Dsndrsubr.c373 if ((cfg = cfg_open(NULL)) == NULL) {
H A Dsndradm.c269 if ((cfg = cfg_open(NULL)) == NULL)
686 if ((cfg = cfg_open(NULL)) == NULL)
857 if ((cfg = cfg_open(NULL)) == NULL)
935 if ((cfg = cfg_open(NULL)) == NULL)
1074 if ((cfg = cfg_open(NULL)) == NULL)
1290 if ((cfg = cfg_open(NULL)) == NULL)
1680 if ((cfg = cfg_open(NULL)) == NULL)
2319 if ((cfg = cfg_open(NULL)) == NULL)
2498 if ((cfg = cfg_open(NULL)) == NULL) {
2742 if ((cfg = cfg_open(NUL
[all...]
H A Dsndrboot.c685 if ((cfg = cfg_open("")) == NULL)
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dscmadm.c277 if ((cfg = cfg_open(NULL)) == NULL) {
385 cfg = cfg_open(NULL);
432 cfg = cfg_open(NULL);
534 cfg = cfg_open(NULL);
793 if ((cfg = cfg_open(NULL)) == NULL) {
858 if ((cfg = cfg_open(NULL)) == NULL) {
1500 if ((cfg = cfg_open(NULL)) == NULL) {
/illumos-gate/usr/src/cmd/avs/nsctl/
H A Dnskernd.c337 cfg = cfg_open("");
361 cfg = cfg_open("");
365 "nskernd: Failed cfg_open, deferred bitmap\n"));
469 cfg = cfg_open("");
473 gettext("nskernd: cfg_open failed: %s\n"),
/illumos-gate/usr/src/cmd/avs/ncall/
H A Dncalladm.c91 if ((cfg = cfg_open(NULL)) == NULL) {
/illumos-gate/usr/src/cmd/avs/sv/
H A Dsvboot.c385 if ((cfg = cfg_open("")) == NULL) {
H A Dsvadm.c113 cfg = cfg_open(NULL);

Completed in 134 milliseconds