Symbol: boot_fs_ops
usr/src/cmd/boot/installgrub/pcfs_glue.c
41
extern struct boot_fs_ops bpcfs_ops;
usr/src/cmd/boot/installgrub/pcfs_glue.c
42
struct boot_fs_ops *bfs_ops;
usr/src/cmd/boot/installgrub/pcfs_glue.c
43
struct boot_fs_ops *bfs_tab[] = {&bpcfs_ops, NULL};
usr/src/common/fs/bootfsops.c
311
struct boot_fs_ops bbootfs_ops = {
usr/src/common/fs/bootrd_cpio.c
482
struct boot_fs_ops bcpio_ops = {
usr/src/common/fs/hsfs.c
825
struct boot_fs_ops bhsfs_ops = {
usr/src/common/fs/pcfs.c
612
struct boot_fs_ops bpcfs_ops = {
usr/src/common/fs/ufsops.c
852
struct boot_fs_ops bufs_ops = {
usr/src/psm/stand/boot/sparc/common/nfsconf.c
41
extern struct boot_fs_ops boot_nfs_ops;
usr/src/psm/stand/boot/sparc/common/nfsconf.c
42
struct boot_fs_ops *boot_fsw[] = {
usr/src/psm/stand/bootlst/common/sasubr.c
35
extern struct boot_fs_ops promfs_ops;
usr/src/psm/stand/bootlst/common/sasubr.c
37
struct boot_fs_ops *boot_fsw[] = {
usr/src/stand/lib/fs/common/fsswitch.c
106
if (dfl_fsw != (struct boot_fs_ops *)NULL)
usr/src/stand/lib/fs/common/fsswitch.c
115
if (dfl_fsw != (struct boot_fs_ops *)NULL)
usr/src/stand/lib/fs/common/fsswitch.c
124
if (dfl_fsw != (struct boot_fs_ops *)NULL)
usr/src/stand/lib/fs/common/fsswitch.c
134
if (dfl_fsw != (struct boot_fs_ops *)NULL)
usr/src/stand/lib/fs/common/fsswitch.c
143
if (dfl_fsw != (struct boot_fs_ops *)NULL)
usr/src/stand/lib/fs/common/fsswitch.c
152
if (dfl_fsw != (struct boot_fs_ops *)NULL) {
usr/src/stand/lib/fs/common/fsswitch.c
210
if (dfl_fsw != (struct boot_fs_ops *)NULL)
usr/src/stand/lib/fs/common/fsswitch.c
222
if (dfl_fsw != (struct boot_fs_ops *)NULL)
usr/src/stand/lib/fs/common/fsswitch.c
239
if (dfl_fsw != (struct boot_fs_ops *)NULL)
usr/src/stand/lib/fs/common/fsswitch.c
248
if (dfl_fsw != (struct boot_fs_ops *)NULL)
usr/src/stand/lib/fs/common/fsswitch.c
257
if (dfl_fsw != (struct boot_fs_ops *)NULL)
usr/src/stand/lib/fs/common/fsswitch.c
266
if (dfl_fsw != (struct boot_fs_ops *)NULL)
usr/src/stand/lib/fs/common/fsswitch.c
275
if (dfl_fsw != (struct boot_fs_ops *)NULL)
usr/src/stand/lib/fs/common/fsswitch.c
37
static struct boot_fs_ops *dfl_fsw = (struct boot_fs_ops *)NULL;
usr/src/stand/lib/fs/common/fsswitch.c
44
struct boot_fs_ops *
usr/src/stand/lib/fs/common/fsswitch.c
53
return ((struct boot_fs_ops *)NULL);
usr/src/stand/lib/fs/common/fsswitch.c
82
struct boot_fs_ops *
usr/src/stand/lib/fs/common/promfs.c
47
struct boot_fs_ops promfs_ops = {
usr/src/stand/lib/fs/hsfs/hsfsops.c
90
struct boot_fs_ops boot_hsfs_ops = {
usr/src/stand/lib/fs/nfs/nfsops.c
76
struct boot_fs_ops boot_nfs_ops = {
usr/src/stand/lib/fs/ufs/ufsops.c
77
struct boot_fs_ops boot_ufs_ops = {
usr/src/stand/sys/boothsfs.h
39
extern struct boot_fs_ops boot_hsfs_ops;
usr/src/stand/sys/bootsyms.h
68
extern struct boot_fs_ops *boot_fsw[];
usr/src/stand/sys/bootsyms.h
69
extern struct boot_fs_ops *extendfs_ops;
usr/src/stand/sys/bootsyms.h
70
extern struct boot_fs_ops *origfs_ops;
usr/src/stand/sys/bootufs.h
39
extern struct boot_fs_ops boot_ufs_ops;
usr/src/stand/sys/bootvfs.h
103
extern struct boot_fs_ops *get_default_fs(void);
usr/src/stand/sys/bootvfs.h
104
extern struct boot_fs_ops *get_fs_ops_pointer(char *fsw_name);
usr/src/uts/common/krtld/bootrd.c
103
BRD_READ(struct boot_fs_ops *ops, int fd, caddr_t buf, size_t len)
usr/src/uts/common/krtld/bootrd.c
114
BRD_SEEK(struct boot_fs_ops *ops, int fd, off_t addr, int whence)
usr/src/uts/common/krtld/bootrd.c
125
BRD_FSTAT(struct boot_fs_ops *ops, int fd, struct bootstat *bsp)
usr/src/uts/common/krtld/bootrd.c
41
extern struct boot_fs_ops bufs_ops, bhsfs_ops, bbootfs_ops, bcpio_ops;
usr/src/uts/common/krtld/bootrd.c
45
struct boot_fs_ops *bfs_ops;
usr/src/uts/common/krtld/bootrd.c
46
struct boot_fs_ops *bfs_tab[] = {
usr/src/uts/common/krtld/bootrd.c
56
BRD_MOUNTROOT(struct boot_fs_ops *ops, char *str)
usr/src/uts/common/krtld/bootrd.c
62
BRD_UNMOUNTROOT(struct boot_fs_ops *ops)
usr/src/uts/common/krtld/bootrd.c
71
BRD_OPEN(struct boot_fs_ops *ops, char *file, int flags)
usr/src/uts/common/krtld/bootrd.c
94
BRD_CLOSE(struct boot_fs_ops *ops, int fd)
usr/src/uts/intel/sys/bootvfs.h
68
extern struct boot_fs_ops *bfs_ops;
usr/src/uts/intel/sys/bootvfs.h
72
extern int BRD_MOUNTROOT(struct boot_fs_ops *, char *);
usr/src/uts/intel/sys/bootvfs.h
73
extern int BRD_UNMOUNTROOT(struct boot_fs_ops *);
usr/src/uts/intel/sys/bootvfs.h
74
extern int BRD_OPEN(struct boot_fs_ops *, char *, int);
usr/src/uts/intel/sys/bootvfs.h
75
extern int BRD_CLOSE(struct boot_fs_ops *, int);
usr/src/uts/intel/sys/bootvfs.h
76
extern ssize_t BRD_READ(struct boot_fs_ops *, int, caddr_t, size_t);
usr/src/uts/intel/sys/bootvfs.h
77
extern off_t BRD_SEEK(struct boot_fs_ops *, int, off_t, int);
usr/src/uts/intel/sys/bootvfs.h
78
extern int BRD_FSTAT(struct boot_fs_ops *, int, struct bootstat *);