Searched refs:bbootfs_ops (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | bootrd.c | 41 extern struct boot_fs_ops bufs_ops, bhsfs_ops, bbootfs_ops, bcpio_ops; 47 &bufs_ops, &bhsfs_ops, &bbootfs_ops, &bcpio_ops, NULL, 64 if (bfs_ops != &bbootfs_ops) in BRD_UNMOUNTROOT() 65 bbootfs_ops.fsw_closeall(1); in BRD_UNMOUNTROOT() 82 fd = bbootfs_ops.fsw_open(file, flags); in BRD_OPEN() 84 if (bfs_ops == &bbootfs_ops) in BRD_OPEN() 97 return (bbootfs_ops.fsw_close(fd & ~BFD_F_SYSTEM_BOOT)); in BRD_CLOSE() 106 return (bbootfs_ops.fsw_read(fd & ~BFD_F_SYSTEM_BOOT, in BRD_READ() 117 return (bbootfs_ops.fsw_lseek(fd & ~BFD_F_SYSTEM_BOOT, in BRD_SEEK() 128 return (bbootfs_ops.fsw_fstat(fd & ~BFD_F_SYSTEM_BOOT, bsp)); in BRD_FSTAT()
|
/illumos-gate/usr/src/common/fs/ |
H A D | bootfsops.c | 311 struct boot_fs_ops bbootfs_ops = { variable
|