Searched refs:bbootfs_ops (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/krtld/
H A Dbootrd.c40 extern struct boot_fs_ops bufs_ops, bhsfs_ops, bbootfs_ops;
45 struct boot_fs_ops *bfs_tab[] = {&bufs_ops, &bhsfs_ops, &bbootfs_ops, NULL};
60 if (bfs_ops != &bbootfs_ops)
61 bbootfs_ops.fsw_closeall(1);
78 fd = bbootfs_ops.fsw_open(file, flags);
80 if (bfs_ops == &bbootfs_ops)
93 return (bbootfs_ops.fsw_close(fd & ~BFD_F_SYSTEM_BOOT));
102 return (bbootfs_ops.fsw_read(fd & ~BFD_F_SYSTEM_BOOT,
113 return (bbootfs_ops.fsw_lseek(fd & ~BFD_F_SYSTEM_BOOT,
124 return (bbootfs_ops
[all...]
/illumos-gate/usr/src/common/fs/
H A Dbootfsops.c318 struct boot_fs_ops bbootfs_ops = { variable in typeref:struct:boot_fs_ops

Completed in 70 milliseconds