| /src/usr.sbin/sysinst/arch/mac68k/ |
| menus.md.de | 82 EBZB *bzb; 97 bzb = (EBZB *)&map.blk[j].pmBootArgs[0]; 98 bzb->magic = 0; 99 bzb->mount_point[0] = '\0'; 108 bzb = (EBZB *)&map.blk[k].pmBootArgs[0]; 109 bzb->magic = 0; 110 bzb->mount_point[0] = '\0'; 131 EBZB *bzb = (EBZB *)&map.blk[i].pmBootArgs[0]; 133 pm->diskdev, bzb->flags.part, map.blk[i].pmPyPartStart, 138 "%s%c", pm->diskdev, bzb->flags.part) [all...] |
| menus.md.en | 82 EBZB *bzb; 97 bzb = (EBZB *)&map.blk[j].pmBootArgs[0]; 98 bzb->magic = 0; 99 bzb->mount_point[0] = '\0'; 108 bzb = (EBZB *)&map.blk[k].pmBootArgs[0]; 109 bzb->magic = 0; 110 bzb->mount_point[0] = '\0'; 131 EBZB *bzb = (EBZB *)&map.blk[i].pmBootArgs[0]; 133 pm->diskdev, bzb->flags.part, map.blk[i].pmPyPartStart, 139 pm->diskdev, bzb->flags.part) [all...] |
| menus.md.es | 82 EBZB *bzb; 97 bzb = (EBZB *)&map.blk[j].pmBootArgs[0]; 98 bzb->magic = 0; 99 bzb->mount_point[0] = '\0'; 108 bzb = (EBZB *)&map.blk[k].pmBootArgs[0]; 109 bzb->magic = 0; 110 bzb->mount_point[0] = '\0'; 131 EBZB *bzb = (EBZB *)&map.blk[i].pmBootArgs[0]; 133 bzb->flags.part, map.blk[i].pmPyPartStart, 138 pm->diskdev, bzb->flags.part) [all...] |
| md.c | 251 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->flags.part = 'a' + slot 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...] |
| menus.md.pl | 84 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->flags.part) [all...] |
| /src/sys/arch/mac68k/mac68k/ |
| disksubr.c | 128 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 = (struct blockzeroblock * [all...] |
| /src/sys/arch/macppc/macppc/ |
| disksubr.c | 169 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 = (struct blockzeroblock *)(&part->pmBootArgs) [all...] |
| /src/sys/arch/macppc/stand/ofwboot/ |
| ofdev.c | 148 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;
|
| /src/external/bsd/pdisk/dist/ |
| dpme.h | 55 #define BZBMAGIC 0xABADBABE /* BZB magic number */ 155 struct abm /* altblk map info stored in bzb */ 163 // BZB (Block Zero Block, but I can't remember the etymology) 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;
|