Searched refs:BRD_READ (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | bootvfs.h | 76 extern ssize_t BRD_READ(struct boot_fs_ops *, int, caddr_t, size_t); 86 #define BRD_READ(ops, fd, buf, s) ((ops)->fsw_read)(fd, buf, s) macro
|
/illumos-gate/usr/src/cmd/boot/installgrub/ |
H A D | pcfs_glue.c | 157 return (BRD_READ(bfs_ops, fd, buf, size));
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | bootrd.c | 99 BRD_READ(struct boot_fs_ops *ops, int fd, caddr_t buf, size_t len) function
|
H A D | kobj.c | 4633 return (BRD_READ(bfs_ops, fd, buf, size));
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | fakebop.c | 596 bytes_read = BRD_READ(bfs_ops, fd, line + c, 1);
|
Completed in 108 milliseconds