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

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Disreloc.c57 * there is a reloc directory by scanning pkginstdir. If that fails to
59 * the directories aren't in place) it inspects the pkgmap in pkginstdir
69 isreloc(char *pkginstdir) argument
77 if ((dirfp = opendir(pkginstdir)) != NULL) {
101 "%s/pkgmap", pkginstdir);

Completed in 71 milliseconds