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

/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c651 char *epath; /* executable file path */ local
662 * and epath ends in a colon (to make for easy
671 if ((epath = malloc(strlen(EPATH) + strlen(cpath) + 1)) == NULL) {
675 (void) strcpy(epath, EPATH);
676 (void) strcat(epath, cpath);
677 if (putenv(epath) < 0) {
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c2190 char epath[PATH_MAX + 1], *end; local
2208 (void) snprintf(epath, sizeof (epath), "%s/%s", cdir, mname);
2210 if ((dlhandle = dlopen(epath, RTLD_LAZY)) == NULL) {
2212 err_print(DLOPEN_FAILED, epath,
2220 vprint(MODLOAD_MID, "dlsym(%s, %s): symbol not found\n", epath,
2224 fcn, epath, _DEVFSADM_CREATE_REG);
2231 epath, _DEVFSADM_REMOVE_REG);
2234 epath, _DEVFSADM_REMOVE_REG);
2237 vprint(MODLOAD_MID, "module %s loaded\n", epath);
[all...]

Completed in 73 milliseconds