Searched refs:initpath (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | main.c | 146 exec_init(const char *initpath, const char *args) argument 165 alen = strlen(initpath) + 1 + strlen(args) + 1; 167 (void) snprintf(scratchargs, alen, "%s %s", initpath, args); 291 "exec(%s) failed (file not found).\n", initpath); 300 initpath, error); 306 "exec(%s) failed with errno %d.", initpath, error);
|
/illumos-gate/usr/src/cmd/zoneadmd/ |
H A D | zoneadmd.c | 810 char zpath[MAXPATHLEN], initpath[MAXPATHLEN], init_file[MAXPATHLEN]; local 897 (void) snprintf(initpath, sizeof (initpath), "%s%s", zpath, init_file); 899 if (stat(initpath, &st) == -1) { 900 zerror(zlogp, B_TRUE, "could not stat %s", initpath); 905 zerror(zlogp, B_FALSE, "%s is not executable", initpath);
|
Completed in 81 milliseconds