Home
last modified time | relevance | path

Searched refs:boot_fs_ops (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/common/
H A Dfsswitch.c37 static struct boot_fs_ops *dfl_fsw = (struct boot_fs_ops *)NULL;
44 struct boot_fs_ops *
53 return ((struct boot_fs_ops *)NULL); in get_fs_ops_pointer()
82 struct boot_fs_ops *
106 if (dfl_fsw != (struct boot_fs_ops *)NULL) in close()
115 if (dfl_fsw != (struct boot_fs_ops *)NULL) in mountroot()
124 if (dfl_fsw != (struct boot_fs_ops *)NULL) in unmountroot()
134 if (dfl_fsw != (struct boot_fs_ops *)NULL) in open()
143 if (dfl_fsw != (struct boot_fs_ops *)NULL) in read()
210 if (dfl_fsw != (struct boot_fs_ops *)NULL) in lseek()
[all …]
H A Dpromfs.c47 struct boot_fs_ops promfs_ops = {
/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
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 *);
/illumos-gate/usr/src/uts/common/krtld/
H A Dbootrd.c41 extern struct boot_fs_ops bufs_ops, bhsfs_ops, bbootfs_ops, bcpio_ops;
45 struct boot_fs_ops *bfs_ops;
46 struct boot_fs_ops *bfs_tab[] = {
55 BRD_MOUNTROOT(struct boot_fs_ops *ops, char *str) in BRD_MOUNTROOT()
61 BRD_UNMOUNTROOT(struct boot_fs_ops *ops) in BRD_UNMOUNTROOT()
70 BRD_OPEN(struct boot_fs_ops *ops, char *file, int flags) in BRD_OPEN()
93 BRD_CLOSE(struct boot_fs_ops *ops, int fd) in BRD_CLOSE()
102 BRD_READ(struct boot_fs_ops *ops, int fd, caddr_t buf, size_t len) in BRD_READ()
113 BRD_SEEK(struct boot_fs_ops *ops, int fd, off_t addr, int whence) in BRD_SEEK()
124 BRD_FSTAT(struct boot_fs_ops *ops, int fd, struct bootstat *bsp) in BRD_FSTAT()
H A Dbootrd_cpio.c474 struct boot_fs_ops bcpio_ops = {
/illumos-gate/usr/src/stand/sys/
H A Dbootsyms.h68 extern struct boot_fs_ops *boot_fsw[];
69 extern struct boot_fs_ops *extendfs_ops;
70 extern struct boot_fs_ops *origfs_ops;
H A Dbootvfs.h52 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);
H A Dboothsfs.h39 extern struct boot_fs_ops boot_hsfs_ops;
H A Dbootufs.h39 extern struct boot_fs_ops boot_ufs_ops;
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dnfsconf.c41 extern struct boot_fs_ops boot_nfs_ops;
42 struct boot_fs_ops *boot_fsw[] = {
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dpcfs_glue.c41 extern struct boot_fs_ops bpcfs_ops;
42 struct boot_fs_ops *bfs_ops;
43 struct boot_fs_ops *bfs_tab[] = {&bpcfs_ops, NULL};
/illumos-gate/usr/src/psm/stand/bootlst/common/
H A Dsasubr.c35 extern struct boot_fs_ops promfs_ops;
37 struct boot_fs_ops *boot_fsw[] = {
/illumos-gate/usr/src/common/fs/
H A Dbootfsops.c318 struct boot_fs_ops bbootfs_ops = {
H A Dpcfs.c612 struct boot_fs_ops bpcfs_ops = {
H A Dhsfs.c821 struct boot_fs_ops bhsfs_ops = {
H A Dufsops.c852 struct boot_fs_ops bufs_ops = {
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfsops.c76 struct boot_fs_ops boot_nfs_ops = {
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dufsops.c77 struct boot_fs_ops boot_ufs_ops = {
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c90 struct boot_fs_ops boot_hsfs_ops = {