Searched defs:boot_fs_ops (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/stand/sys/ |
H A D | bootvfs.h | 52 struct boot_fs_ops { struct 103 extern struct boot_fs_ops *get_default_fs(void); 104 extern struct boot_fs_ops *get_fs_ops_pointer(char *fsw_name);
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | bootvfs.h | 49 struct boot_fs_ops { struct 68 extern struct boot_fs_ops *bfs_ops; 72 extern int BRD_MOUNTROOT(struct boot_fs_ops *, char *); 73 extern int BRD_UNMOUNTROOT(struct boot_fs_ops *); 74 extern int BRD_OPEN(struct boot_fs_ops *, char *, int); 75 extern int BRD_CLOSE(struct boot_fs_ops *, int); 76 extern ssize_t BRD_READ(struct boot_fs_ops *, int, caddr_t, size_t); 77 extern off_t BRD_SEEK(struct boot_fs_ops *, int, off_t, int); 78 extern int BRD_FSTAT(struct boot_fs_ops *, int, struct bootstat *);
|
Completed in 57 milliseconds