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, 63 if (bfs_ops != &bbootfs_ops) in BRD_UNMOUNTROOT() 64 bbootfs_ops.fsw_closeall(1); in BRD_UNMOUNTROOT() 81 fd = bbootfs_ops.fsw_open(file, flags); in BRD_OPEN() 83 if (bfs_ops == &bbootfs_ops) in BRD_OPEN() 96 return (bbootfs_ops.fsw_close(fd & ~BFD_F_SYSTEM_BOOT)); in BRD_CLOSE() 105 return (bbootfs_ops.fsw_read(fd & ~BFD_F_SYSTEM_BOOT, in BRD_READ() 116 return (bbootfs_ops.fsw_lseek(fd & ~BFD_F_SYSTEM_BOOT, in BRD_SEEK() 127 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 | 318 struct boot_fs_ops bbootfs_ops = { variable
|