Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c3877 char *std_entries[] = {"dev", "lu", "root", in cleanup_zonepath() local
3909 for (i = 0; std_entries[i] != NULL; i++) in cleanup_zonepath()
3910 if (strcmp(dp->d_name, std_entries[i]) == 0) in cleanup_zonepath()
3913 if (std_entries[i] == NULL) in cleanup_zonepath()
3927 for (i = 0; std_entries[i] != NULL; i++) { in cleanup_zonepath()
3931 zonepath, std_entries[i]) >= sizeof (tmpbuf) || in cleanup_zonepath()