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

/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c3868 char *std_entries[] = {"dev", "lu", "root", local
3870 /* (MAXPATHLEN * 3) is for the 3 std_entries dirs */
3900 for (i = 0; std_entries[i] != NULL; i++)
3901 if (strcmp(dp->d_name, std_entries[i]) == 0)
3904 if (std_entries[i] == NULL)
3918 for (i = 0; std_entries[i] != NULL; i++) {
3922 zonepath, std_entries[i]) >= sizeof (tmpbuf) ||

Completed in 68 milliseconds