boot_fs_ops
extern struct boot_fs_ops bpcfs_ops;
struct boot_fs_ops *bfs_ops;
struct boot_fs_ops *bfs_tab[] = {&bpcfs_ops, NULL};
struct boot_fs_ops bbootfs_ops = {
struct boot_fs_ops bcpio_ops = {
struct boot_fs_ops bhsfs_ops = {
struct boot_fs_ops bpcfs_ops = {
struct boot_fs_ops bufs_ops = {
extern struct boot_fs_ops boot_nfs_ops;
struct boot_fs_ops *boot_fsw[] = {
extern struct boot_fs_ops promfs_ops;
struct boot_fs_ops *boot_fsw[] = {
if (dfl_fsw != (struct boot_fs_ops *)NULL)
if (dfl_fsw != (struct boot_fs_ops *)NULL)
if (dfl_fsw != (struct boot_fs_ops *)NULL)
if (dfl_fsw != (struct boot_fs_ops *)NULL)
if (dfl_fsw != (struct boot_fs_ops *)NULL)
if (dfl_fsw != (struct boot_fs_ops *)NULL) {
if (dfl_fsw != (struct boot_fs_ops *)NULL)
if (dfl_fsw != (struct boot_fs_ops *)NULL)
if (dfl_fsw != (struct boot_fs_ops *)NULL)
if (dfl_fsw != (struct boot_fs_ops *)NULL)
if (dfl_fsw != (struct boot_fs_ops *)NULL)
if (dfl_fsw != (struct boot_fs_ops *)NULL)
if (dfl_fsw != (struct boot_fs_ops *)NULL)
static struct boot_fs_ops *dfl_fsw = (struct boot_fs_ops *)NULL;
struct boot_fs_ops *
return ((struct boot_fs_ops *)NULL);
struct boot_fs_ops *
struct boot_fs_ops promfs_ops = {
struct boot_fs_ops boot_hsfs_ops = {
struct boot_fs_ops boot_nfs_ops = {
struct boot_fs_ops boot_ufs_ops = {
extern struct boot_fs_ops boot_hsfs_ops;
extern struct boot_fs_ops *boot_fsw[];
extern struct boot_fs_ops *extendfs_ops;
extern struct boot_fs_ops *origfs_ops;
extern struct boot_fs_ops boot_ufs_ops;
extern struct boot_fs_ops *get_default_fs(void);
extern struct boot_fs_ops *get_fs_ops_pointer(char *fsw_name);
BRD_READ(struct boot_fs_ops *ops, int fd, caddr_t buf, size_t len)
BRD_SEEK(struct boot_fs_ops *ops, int fd, off_t addr, int whence)
BRD_FSTAT(struct boot_fs_ops *ops, int fd, struct bootstat *bsp)
extern struct boot_fs_ops bufs_ops, bhsfs_ops, bbootfs_ops, bcpio_ops;
struct boot_fs_ops *bfs_ops;
struct boot_fs_ops *bfs_tab[] = {
BRD_MOUNTROOT(struct boot_fs_ops *ops, char *str)
BRD_UNMOUNTROOT(struct boot_fs_ops *ops)
BRD_OPEN(struct boot_fs_ops *ops, char *file, int flags)
BRD_CLOSE(struct boot_fs_ops *ops, int fd)
extern struct boot_fs_ops *bfs_ops;
extern int BRD_MOUNTROOT(struct boot_fs_ops *, char *);
extern int BRD_UNMOUNTROOT(struct boot_fs_ops *);
extern int BRD_OPEN(struct boot_fs_ops *, char *, int);
extern int BRD_CLOSE(struct boot_fs_ops *, int);
extern ssize_t BRD_READ(struct boot_fs_ops *, int, caddr_t, size_t);
extern off_t BRD_SEEK(struct boot_fs_ops *, int, off_t, int);
extern int BRD_FSTAT(struct boot_fs_ops *, int, struct bootstat *);