Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c206 static struct mtab_entry *mount_table; /* array of mtab_entry's */ variable
534 mount_table = xmalloc( in mtab_read_file()
543 mount_table = xrealloc(mount_table, in mtab_read_file()
547 mtep = &mount_table[mount_table_entries++]; in mtab_read_file()
672 struct mtab_entry *mtep = &mount_table[i]; in resource_mount_entry()
711 struct mtab_entry *mtep = &mount_table[i]; in bdev_mount_entry()
723 struct mtab_entry *mtep = &mount_table[i]; in devid_matches()
793 entryp = mount_table[i].mte_mount; in path_mount_entry()
833 match = &mount_table[best_index]; in path_mount_entry()
1776 struct extmnttab *mtp = mount_table[i].mte_mount; in create_request_list()
[all …]