Home
last modified time | relevance | path

Searched refs:sc_repo_doorname (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/svc/svccfg/
H A Dsvccfg_engine.c389 if (old->sc_repo_doorname != NULL) in engine_source()
390 est->sc_repo_doorname = safe_strdup(old->sc_repo_doorname); in engine_source()
456 if (est->sc_repo_doorname != NULL) in engine_source()
457 free((void *)est->sc_repo_doorname); in engine_source()
500 est->sc_repo_doorname = safe_strdup(cp); in engine_init()
H A Dsvccfg.h354 const char *sc_repo_doorname; member
H A Dsvccfg_libscf.c769 if (est->sc_repo_doorname != NULL) in start_private_repository()
770 free((void *)est->sc_repo_doorname); in start_private_repository()
772 est->sc_repo_doorname = tempnam(est->sc_repo_doordir, "scfdr"); in start_private_repository()
773 if (est->sc_repo_doorname == NULL) in start_private_repository()
776 fd = open(est->sc_repo_doorname, O_CREAT | O_EXCL | O_RDWR, 0600); in start_private_repository()
789 "-d", est->sc_repo_doorname, "-r", est->sc_repo_filename, in start_private_repository()
814 fd = open(est->sc_repo_doorname, O_RDWR); in start_private_repository()
817 est->sc_repo_doorname); in start_private_repository()
840 (void) unlink(est->sc_repo_doorname); in lscf_cleanup()
876 if (est->sc_repo_doorname != NULL) { in lscf_prep_hndl()
[all …]