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 in typeref:struct:mnttab
53 * Description : Populate the mountTable Array with mnttab entries
78 mountTable = NULL;
83 mountTable = _z_realloc(mountTable,
86 entp = &mountTable[mountTableSize++];
120 if (strcmp(a_path, mountTable[i].mnt_mountp) == 0) {
121 if (hasmntopt(&mountTable[i], MNTOPT_RO) != NULL) {
191 if (mountTable == NULL) {
196 free(mountTable[
[all...]

Completed in 72 milliseconds