Searched refs:bfs_ops (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/boot/installgrub/ |
H A D | pcfs_glue.c | 42 struct boot_fs_ops *bfs_ops; variable in typeref:struct:boot_fs_ops 129 bfs_ops = bfs_tab[i]; 130 if (BRD_MOUNTROOT(bfs_ops, name) == 0) 139 return (BRD_UNMOUNTROOT(bfs_ops)); 145 return (BRD_OPEN(bfs_ops, (char *)filename, flags)); 151 return (BRD_CLOSE(bfs_ops, fd)); 157 return (BRD_READ(bfs_ops, fd, buf, size));
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | bootrd.c | 44 struct boot_fs_ops *bfs_ops; variable in typeref:struct:boot_fs_ops 60 if (bfs_ops != &bbootfs_ops) 80 if (bfs_ops == &bbootfs_ops) 180 bfs_ops = bfs_tab[i]; 181 if (BRD_MOUNTROOT(bfs_ops, "dummy") == 0) 196 (void) BRD_UNMOUNTROOT(bfs_ops);
|
H A D | kobj.c | 4578 return (BRD_FSTAT(bfs_ops, fd, stp)); 4599 return (BRD_OPEN(bfs_ops, filename, flags)); 4612 return (BRD_CLOSE(bfs_ops, fd)); 4623 return (BRD_SEEK(bfs_ops, fd, lo, SEEK_SET)); 4633 return (BRD_READ(bfs_ops, fd, buf, size));
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | bootvfs.h | 68 extern struct boot_fs_ops *bfs_ops;
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | fakebop.c | 586 fd = BRD_OPEN(bfs_ops, "/boot/solaris/bootenv.rc", 0); 596 bytes_read = BRD_READ(bfs_ops, fd, line + c, 1); 680 (void) BRD_CLOSE(bfs_ops, fd);
|
Completed in 104 milliseconds