Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_lofs.c47 static struct mnttab *mountTable; variable
78 mountTable = NULL; in z_createMountTable()
83 mountTable = _z_realloc(mountTable, in z_createMountTable()
86 entp = &mountTable[mountTableSize++]; in z_createMountTable()
120 if (strcmp(a_path, mountTable[i].mnt_mountp) == 0) { in findPathRWStatus()
121 if (hasmntopt(&mountTable[i], MNTOPT_RO) != NULL) { in findPathRWStatus()
191 if (mountTable == NULL) { in z_destroyMountTable()
196 free(mountTable[i].mnt_mountp); in z_destroyMountTable()
197 free(mountTable[i].mnt_fstype); in z_destroyMountTable()
198 free(mountTable[i].mnt_special); in z_destroyMountTable()
[all …]