HomeSort by: relevance | last modified time | path
    Searched refs:bid (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/arch/virt68k/virt68k/
bootinfo.c 65 bootinfo_set_console(struct bootinfo_data *bid, paddr_t pa)
67 if (! bid->bootinfo_console_addr_valid) {
68 bid->bootinfo_console_addr = pa;
69 bid->bootinfo_console_addr_valid = true;
131 bootinfo_add_mem(struct bootinfo_data *bid, struct bi_record *bi)
135 if (bid->bootinfo_mem_nsegments == VM_PHYSSEG_MAX) {
136 bid->bootinfo_mem_segments_ignored++;
137 bid->bootinfo_mem_segments_ignored_bytes += m->mem_size;
148 bid->bootinfo_total_mem_pages += m->mem_size >> PGSHIFT;
150 bid->bootinfo_mem_segments[bid->bootinfo_mem_nsegments++] = *m
263 struct bootinfo_data *bid = (struct bootinfo_data *) local
338 struct bootinfo_data *bid = &bootinfo_data_store; local
458 struct bootinfo_data *bid = &bootinfo_data_store; local
473 struct bootinfo_data *bid = &bootinfo_data_store; local
    [all...]
machdep.c 172 struct bootinfo_data *bid = bootinfo_data(); local
188 for (i = 0; i < bid->bootinfo_mem_nsegments_avail; i++) {
189 if (bid->bootinfo_mem_segments_avail[i].mem_size < PAGE_SIZE) {
196 paddr_t start = bid->bootinfo_mem_segments_avail[i].mem_addr;
197 psize_t size = bid->bootinfo_mem_segments_avail[i].mem_size;
269 struct bootinfo_data *bid = bootinfo_data(); local
311 if (bid->bootinfo_mem_segments_ignored) {
313 bid->bootinfo_mem_segments_ignored_bytes,
314 bid->bootinfo_mem_segments_ignored);
554 struct bootinfo_data *bid = bootinfo_data() local
585 struct bootinfo_data *bid = bootinfo_data(); local
670 struct bootinfo_data *bid = bootinfo_data(); local
852 struct bootinfo_data *bid = bootinfo_data(); local
    [all...]
  /src/sys/arch/mvmeppc/mvmeppc/
platform_160x.c 91 struct ppcbug_brdid bid; local
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/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
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
172 if ((bid = lookup_bootinfo(BTINFO_BOOTDISK)) != NULL) {
187 if (match_bootdisk(dv, bid))
201 booted_partition = bid->partition
    [all...]
  /src/sys/arch/mvmeppc/stand/boot/
boot.c 86 struct bug_boardid *bid; local
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/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
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
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/games/monop/
monop.h 203 void bid(void);
prop.c 157 bid(void) function
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",
execute.c 182 bid();
  /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/prep/prep/
residual.c 216 uint32_t ndev, l, bid = 0; local
224 bid = 1UL << busid;
229 if (bid) {
232 if ((l & bid) == 0)

Completed in 27 milliseconds