Searched refs:bzb (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/usr.sbin/sysinst/arch/mac68k/
H A Dmenus.md.pl84 EBZB *bzb;
99 bzb = (EBZB *)&map.blk[j].pmBootArgs[0];
100 bzb->magic = 0;
101 bzb->mount_point[0] = '\0';
110 bzb = (EBZB *)&map.blk[k].pmBootArgs[0];
111 bzb->magic = 0;
112 bzb->mount_point[0] = '\0';
133 EBZB *bzb = (EBZB *)&map.blk[i].pmBootArgs[0];
135 bzb->flags.part, map.blk[i].pmPyPartStart,
140 pm->diskdev, bzb
[all...]
H A Dmd.c251 EBZB *bzb; local
285 bzb = (EBZB *)&map.blk[j].pmBootArgs[0];
286 if (bzb->flags.part) {
292 mountpoint = (const char*)bzb->mount_point;
297 mountpoint = (const char*)bzb->mount_point;
304 mountpoint = (const char*)bzb->mount_point;
583 EBZB *bzb; local
585 bzb = (EBZB *)&part->pmBootArgs[0];
587 bzb->flags.used = 1;
588 bzb
616 EBZB *bzb; local
697 EBZB *bzb; local
742 EBZB *bzb; local
796 EBZB *bzb; local
840 EBZB *bzb; local
889 EBZB *bzb; local
1040 EBZB *bzb; local
1089 EBZB *bzb; local
1170 EBZB *bzb; local
[all...]
/netbsd-current/sys/arch/mac68k/mac68k/
H A Ddisksubr.c128 struct blockzeroblock *bzb; local
149 bzb = (struct blockzeroblock *)(&part->pmBootArgs);
150 if (bzb->bzbMagic != BZB_MAGIC)
152 else if (bzb->bzbFlags & BZB_ROOTFS)
154 else if (bzb->bzbFlags & BZB_USRFS)
156 else if (bzb->bzbType == BZB_TYPESWAP)
182 struct blockzeroblock *bzb; local
190 bzb = (struct blockzeroblock *)
192 if (alt >= 0 && alt != bzb->bzbCluster)
196 bzb
[all...]
/netbsd-current/sys/arch/macppc/macppc/
H A Ddisksubr.c169 struct blockzeroblock *bzb; local
198 bzb = (struct blockzeroblock *)(&part->pmBootArgs);
199 if ((bzb->bzbMagic == BZB_MAGIC) &&
200 (bzb->bzbType < FSMAXTYPES))
201 *fstype = bzb->bzbType;
207 bzb = (struct blockzeroblock *)(&part->pmBootArgs);
208 if ((bzb->bzbMagic == BZB_MAGIC) &&
209 (bzb->bzbType < FSMAXTYPES))
210 *fstype = bzb->bzbType;
215 bzb
[all...]
/netbsd-current/sys/arch/macppc/stand/ofwboot/
H A Dofdev.c148 struct blockzeroblock *bzb; local
154 bzb = (struct blockzeroblock *)(&part->pmBootArgs);
164 if ((bzb->bzbMagic == BZB_MAGIC) &&
165 (bzb->bzbType < FSMAXTYPES))
166 fstype = bzb->bzbType;
170 bzb->bzbMagic == BZB_MAGIC && (bzb->bzbFlags & BZB_ROOTFS)) {
171 *clust = bzb->bzbCluster;
/netbsd-current/external/bsd/pdisk/dist/
H A Ddpme.h155 struct abm /* altblk map info stored in bzb */
164 // Where &dpme_boot_args[0] is actually the address of a struct bzb
166 struct bzb /* block zero block format */ struct
188 typedef struct bzb BZB;

Completed in 249 milliseconds