Searched defs:mount_table (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c199 static struct mtab_entry *mount_table; /* array of mtab_entry's */ variable in typeref:struct:mtab_entry
528 mount_table = xmalloc(
537 mount_table = xrealloc(mount_table,
541 mtep = &mount_table[mount_table_entries++];
667 struct mtab_entry *mtep = &mount_table[i];
706 struct mtab_entry *mtep = &mount_table[i];
718 struct mtab_entry *mtep = &mount_table[i];
788 entryp = mount_table[i].mte_mount;
828 match = &mount_table[best_inde
[all...]

Completed in 62 milliseconds