Home
last modified time | relevance | path

Searched defs:ib_fs (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/arch/macppc/stand/installboot/
Dinstallboot.h103 struct ib_fs { struct
105 const char *name;
106 int (*match) (ib_params *);
107 int (*findstage2) (ib_params *, uint32_t *, ib_block *);
109 uint32_t blocksize;
110 uint32_t needswap;
111 off_t sblockloc; /* location of superblock */
/netbsd/src/usr.sbin/installboot/
Dinstallboot.h129 struct ib_fs { struct
131 const char *name;
132 int (*match) (ib_params *);
133 int (*findstage2) (ib_params *, uint32_t *, ib_block *);
135 uint32_t blocksize;
159 extern struct ib_fs fstypes[]; argument