HomeSort by: relevance | last modified time | path
    Searched defs:bzb (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/mac68k/mac68k/
disksubr.c 128 struct blockzeroblock *bzb; local in function:whichType
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 in function:getNamedType
190 bzb = (struct blockzeroblock *)
192 if (alt >= 0 && alt != bzb->bzbCluster)
196 bzb = (struct blockzeroblock *
    [all...]
  /src/sys/arch/macppc/macppc/
disksubr.c 169 struct blockzeroblock *bzb; local in function:whichType
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 = (struct blockzeroblock *)(&part->pmBootArgs)
    [all...]
  /src/sys/arch/macppc/stand/ofwboot/
ofdev.c 148 struct blockzeroblock *bzb; local in function:check_apm_root
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;
  /src/usr.sbin/sysinst/arch/mac68k/
md.c 251 EBZB *bzb; local in function:md_make_bsd_partitions
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 in function:setpartition
585 bzb = (EBZB *)&part->pmBootArgs[0];
587 bzb->flags.used = 1;
588 bzb->flags.part = 'a' + slot
616 EBZB *bzb; local in function:whichType
697 EBZB *bzb; local in function:getUse
742 EBZB *bzb; local in function:getName
796 EBZB *bzb; local in function:findStdType
840 EBZB *bzb; local in function:reset_part_flags
889 EBZB *bzb; local in function:sortmerge
1040 EBZB *bzb; local in function:disp_selected_part
1089 EBZB *bzb; local in function:report_errors
1170 EBZB *bzb; local in function:md_debug_dump
    [all...]

Completed in 13 milliseconds