Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dpcfs_glue.c43 struct boot_fs_ops *bfs_tab[] = {&bpcfs_ops, NULL}; variable
128 for (i = 0; bfs_tab[i] != NULL; i++) { in mountroot()
129 bfs_ops = bfs_tab[i]; in mountroot()
/illumos-gate/usr/src/uts/common/krtld/
H A Dbootrd.c46 struct boot_fs_ops *bfs_tab[] = { variable
185 for (i = 0; bfs_tab[i] != NULL; i++) { in kobj_boot_mountroot()
186 bfs_ops = bfs_tab[i]; in kobj_boot_mountroot()