Home
last modified time | relevance | path

Searched defs:boot_fs_ops (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/stand/sys/
H A Dbootvfs.h52 struct boot_fs_ops { struct
53 char *fsw_name;
54 int (*fsw_mountroot)(char *str);
55 int (*fsw_unmountroot)(void);
56 int (*fsw_open)(char *filename, int flags);
57 int (*fsw_close)(int fd);
58 ssize_t (*fsw_read)(int fd, caddr_t buf, size_t size);
59 off_t (*fsw_lseek)(int filefd, off_t addr, int whence);
60 int (*fsw_fstat)(int filefd, struct bootstat *buf);
61 void (*fsw_closeall)(int flag);
[all …]
/illumos-gate/usr/src/uts/intel/sys/
H A Dbootvfs.h49 struct boot_fs_ops { struct
68 extern struct boot_fs_ops *bfs_ops; argument