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

/opensolaris-onvv-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);
/opensolaris-onvv-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[] = {
/opensolaris-onvv-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 = {
/opensolaris-onvv-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 = {
/opensolaris-onvv-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[] = {
/opensolaris-onvv-gate/usr/src/uts/intel/sys/
H A Dbootvfs.h51 struct boot_fs_ops { struct
70 extern struct boot_fs_ops *bfs_ops;
/opensolaris-onvv-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};
/opensolaris-onvv-gate/usr/src/uts/common/krtld/
H A Dbootrd.c39 extern struct boot_fs_ops bufs_ops, bhsfs_ops;
43 struct boot_fs_ops *bfs_ops;
44 struct boot_fs_ops *bfs_tab[] = {&bufs_ops, &bhsfs_ops, NULL};
/opensolaris-onvv-gate/usr/src/common/fs/
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 = {
/opensolaris-onvv-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c92 struct boot_fs_ops boot_hsfs_ops = {
/opensolaris-onvv-gate/usr/src/stand/lib/fs/ufs/
H A Dufsops.c78 struct boot_fs_ops boot_ufs_ops = {

Completed in 181 milliseconds