Searched refs:boot_fs_ops (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/stand/sys/
H A Dboothsfs.h39 extern struct boot_fs_ops boot_hsfs_ops;
H A Dbootufs.h39 extern struct boot_fs_ops boot_ufs_ops;
H A Dbootsyms.h75 extern struct boot_fs_ops *boot_fsw[];
76 extern struct boot_fs_ops *extendfs_ops;
77 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);
/illumos-gate/usr/src/uts/intel/sys/
H A Dbootvfs.h49 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 *);
/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[] = {
H A Dwbfsconf.c33 struct boot_fs_ops *boot_fsw[] = {
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dllib-lnfs41 extern struct boot_fs_ops boot_nfs_ops;
H A Dnfsops.c76 struct boot_fs_ops boot_nfs_ops = {
/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);
82 struct boot_fs_ops *
106 if (dfl_fsw != (struct boot_fs_ops *)NULL)
115 if (dfl_fsw != (struct boot_fs_ops *)NULL)
124 if (dfl_fsw != (struct boot_fs_ops *)NULL)
134 if (dfl_fsw != (struct boot_fs_ops *)NULL)
143 if (dfl_fsw != (struct boot_fs_ops *)NUL
[all...]
H A Dpromfs.c47 struct boot_fs_ops promfs_ops = {
/illumos-gate/usr/src/uts/common/krtld/
H A Dbootrd.c40 extern struct boot_fs_ops bufs_ops, bhsfs_ops, bbootfs_ops;
44 struct boot_fs_ops *bfs_ops;
45 struct boot_fs_ops *bfs_tab[] = {&bufs_ops, &bhsfs_ops, &bbootfs_ops, NULL};
52 BRD_MOUNTROOT(struct boot_fs_ops *ops, char *str)
58 BRD_UNMOUNTROOT(struct boot_fs_ops *ops)
67 BRD_OPEN(struct boot_fs_ops *ops, char *file, int flags)
90 BRD_CLOSE(struct boot_fs_ops *ops, int fd)
99 BRD_READ(struct boot_fs_ops *ops, int fd, caddr_t buf, size_t len)
110 BRD_SEEK(struct boot_fs_ops *ops, int fd, off_t addr, int whence)
121 BRD_FSTAT(struct boot_fs_ops *op
[all...]
/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/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/common/fs/
H A Dbootfsops.c318 struct boot_fs_ops bbootfs_ops = {
H A Dpcfs.c614 struct boot_fs_ops bpcfs_ops = {
H A Dhsfs.c822 struct boot_fs_ops bhsfs_ops = {
H A Dufsops.c834 struct boot_fs_ops bufs_ops = {
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c90 struct boot_fs_ops boot_hsfs_ops = {
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dufsops.c76 struct boot_fs_ops boot_ufs_ops = {

Completed in 118 milliseconds