/src/sys/arch/landisk/landisk/ |
autoconf.c | 80 match_bootdisk(device_t dv, struct btinfo_bootdisk *bid) 93 if (bid->labelsector == -1) 137 if (label.d_type == bid->label.type && 138 label.d_checksum == bid->label.checksum && 139 strncmp(label.d_packname, bid->label.packname, 16) == 0) 157 struct btinfo_bootdisk *bid; local in function:findroot 164 if ((bid = lookup_bootinfo(BTINFO_BOOTDISK)) != NULL) { 179 if (match_bootdisk(dv, bid) == 0) 193 booted_partition = bid->partition;
|
/src/sys/arch/zaurus/zaurus/ |
autoconf.c | 53 static int match_bootdisk(device_t dv, struct btinfo_bootdisk *bid); 90 match_bootdisk(device_t dv, struct btinfo_bootdisk *bid) 105 if (bid->labelsector == -1) 125 if (label.d_type == bid->label.type && 126 label.d_checksum == bid->label.checksum && 127 strncmp(label.d_packname, bid->label.packname, 16) == 0) 140 struct btinfo_bootdisk *bid; local in function:findroot 172 if ((bid = lookup_bootinfo(BTINFO_BOOTDISK)) != NULL) { 187 if (match_bootdisk(dv, bid)) 201 booted_partition = bid->partition [all...] |
/src/games/monop/ |
prop.c | 157 bid(void) function in typeref:typename:void 164 printf("\nSo it goes up for auction. Type your bid after your name\n"); 182 printf("You must bid higher than %d " 184 printf("(bid of 0 drops you out)\n"); 186 printf("You can't bid more than your cash ($%d)\n",
|
/src/sys/arch/mvmeppc/stand/boot/ |
boot.c | 86 struct bug_boardid *bid; local in function:main 99 if ((bid = bugsys_brdid()) == NULL) 108 if (bid->bi_devtype > 9) 110 bid->bi_devtype); 112 printf(">> MVMEPPC boot on MVME%x\n", bid->bi_bnumber); 147 bootinfo.bi_modelnumber = bid->bi_bnumber;
|
/src/sys/arch/rs6000/mca/ |
mcadma_machdep.c | 53 uint32_t bid; /* the BID of this IOCC */ member in struct:rs6000_dma_cookie
|
/src/sys/arch/mvmeppc/mvmeppc/ |
platform_160x.c | 91 struct ppcbug_brdid bid; local in function:p160x_match 98 p160x_get_brdid(&bid); 100 for (cp = &bid.id[sizeof(bid.id) - 1]; *cp == ' '; cp--) 102 for (cp = &bid.serial[sizeof(bid.serial) - 1]; *cp == ' '; cp--) 104 for (cp = &bid.pwa[sizeof(bid.pwa) - 1]; *cp == ' '; cp--) 108 "%s, Serial: %s, PWA: %s", bid.id, bid.serial, bid.pwa) [all...] |
/src/sys/arch/x86/x86/ |
x86_autoconf.c | 274 match_bootdisk(device_t dv, struct btinfo_bootdisk *bid) 291 if (bid->labelsector == -1) { 315 if (label.d_type == bid->label.type && 316 label.d_checksum == bid->label.checksum && 317 strncmp(label.d_packname, bid->label.packname, 16) == 0) 336 struct btinfo_bootdisk *bid; local in function:findroot 392 bid = lookup_bootinfo(BTINFO_BOOTDISK); 426 booted_partition = bid != NULL ? bid->partition : 0; 438 if (bid != NULL) [all...] |
multiboot2.c | 515 struct btinfo_bootdisk bid; local in function:mbi_bootdev 517 bid.labelsector = -1; 518 bid.biosdev = mbt->biosdev; 519 bid.partition = mbt->slice; 521 bootinfo_add((struct btinfo_common *)&bid, 522 BTINFO_BOOTDISK, sizeof(bid));
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/ |
meson-gx.dtsi | 233 bid: bid@46 { label in label:efuse
|
/src/sys/arch/prep/prep/ |
residual.c | 216 uint32_t ndev, l, bid = 0; local in function:find_nth_pnp_device 224 bid = 1UL << busid; 229 if (bid) { 232 if ((l & bid) == 0)
|