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

/illumos-gate/usr/src/uts/common/krtld/
H A Dbootrd.c45 struct boot_fs_ops *bfs_tab[] = {&bufs_ops, &bhsfs_ops, &bbootfs_ops, NULL}; variable in typeref:struct:boot_fs_ops
179 for (i = 0; bfs_tab[i] != NULL; i++) {
180 bfs_ops = bfs_tab[i];
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dpcfs_glue.c43 struct boot_fs_ops *bfs_tab[] = {&bpcfs_ops, NULL}; variable in typeref:struct:boot_fs_ops
127 /* try ops in bfs_tab and return the first successful one */
128 for (i = 0; bfs_tab[i] != NULL; i++) {
129 bfs_ops = bfs_tab[i];

Completed in 44 milliseconds