Searched refs:boot_fs_ops (Results 1 - 20 of 20) sorted by relevance
/illumos-gate/usr/src/stand/sys/ |
H A D | boothsfs.h | 39 extern struct boot_fs_ops boot_hsfs_ops;
|
H A D | bootufs.h | 39 extern struct boot_fs_ops boot_ufs_ops;
|
H A D | bootsyms.h | 75 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 D | bootvfs.h | 52 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 D | bootvfs.h | 49 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 D | nfsconf.c | 41 extern struct boot_fs_ops boot_nfs_ops; 42 struct boot_fs_ops *boot_fsw[] = {
|
H A D | wbfsconf.c | 33 struct boot_fs_ops *boot_fsw[] = {
|
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | llib-lnfs | 41 extern struct boot_fs_ops boot_nfs_ops;
|
H A D | nfsops.c | 76 struct boot_fs_ops boot_nfs_ops = {
|
/illumos-gate/usr/src/stand/lib/fs/common/ |
H A D | fsswitch.c | 37 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 D | promfs.c | 47 struct boot_fs_ops promfs_ops = {
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | bootrd.c | 40 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 D | sasubr.c | 35 extern struct boot_fs_ops promfs_ops; 37 struct boot_fs_ops *boot_fsw[] = {
|
/illumos-gate/usr/src/cmd/boot/installgrub/ |
H A D | pcfs_glue.c | 41 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 D | bootfsops.c | 318 struct boot_fs_ops bbootfs_ops = {
|
H A D | pcfs.c | 614 struct boot_fs_ops bpcfs_ops = {
|
H A D | hsfs.c | 822 struct boot_fs_ops bhsfs_ops = {
|
H A D | ufsops.c | 834 struct boot_fs_ops bufs_ops = {
|
/illumos-gate/usr/src/stand/lib/fs/hsfs/ |
H A D | hsfsops.c | 90 struct boot_fs_ops boot_hsfs_ops = {
|
/illumos-gate/usr/src/stand/lib/fs/ufs/ |
H A D | ufsops.c | 76 struct boot_fs_ops boot_ufs_ops = {
|
Completed in 79 milliseconds