| /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/external/gpl3/gdb/lib/libdecnumber/ |
| Makefile | 21 .PATH: ${DIST}/libdecnumber ${DIST}/libdecnumber/dpd ${DIST}/libdecnumber/bid
|
| /src/external/gpl3/gdb.old/lib/libdecnumber/ |
| Makefile | 21 .PATH: ${DIST}/libdecnumber ${DIST}/libdecnumber/dpd ${DIST}/libdecnumber/bid
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_private.h | 45 int (*bid)(struct archive_read_filter_bidder *, member in struct:archive_read_filter_bidder_vtable 55 * * The bid manager initializes the client-provided reader as the 61 * * The bid manager creates a new filter structure for the winning 65 * This ends only when no bidder provides a non-zero bid. Then 198 int (*bid)(struct archive_read *, int best_bid); member in struct:archive_read::archive_format_descriptor 232 int (*bid)(struct archive_read *, int),
|
| archive_read_support_filter_grzip.c | 56 .bid = grzip_bidder_bid,
|
| archive_read_support_filter_lrzip.c | 55 .bid = lrzip_bidder_bid,
|
| archive_read.c | 533 * Allow each registered stream transform to bid on whether 544 int number_bidders, i, bid, best_bid, number_filters; local 560 bid = (bidder->vtable->bid)(bidder, a->filter); 561 if (bid > best_bid) { 562 best_bid = bid; 683 * Allow each registered format to bid on whether it wants to handle 691 int bid, best_bid; local 701 if (a->format->bid) { 702 bid = (a->format->bid)(a, best_bid) [all...] |
| archive_read_support_format_cpio.c | 263 int bid; local 272 bid = 0; 276 bid += 48; 284 bid += 48; 292 bid += 48; 301 bid += 48; 309 bid += 16; 314 bid += 16; 319 return (bid);
|
| archive_read_support_filter_xz.c | 86 * can give better error messages.) So the bid framework here gets 111 .bid = xz_bidder_bid, 143 .bid = lzma_bidder_bid, 176 .bid = lzip_bidder_bid,
|
| archive_read_support_filter_bzip2.c | 66 * error messages.) So the bid framework here gets compiled even 83 .bid = bzip2_reader_bid,
|
| archive_read_support_filter_compress.c | 153 .bid = compress_bidder_bid,
|
| archive_read_support_filter_rpm.c | 80 .bid = rpm_bidder_bid,
|
| /src/external/gpl3/binutils/dist/binutils/ |
| resres.c | 507 struct bin_res_id bid; local 508 windres_put_16 (wrbfd, bid.sig, 0xffff); 509 windres_put_16 (wrbfd, bid.id, id->u.id); 510 set_windres_bfd_content (wrbfd, &bid, off, BIN_RES_ID); 539 struct bin_res_id bid; local 544 read_res_data (wrbfd, off, omax, &bid, BIN_RES_ID - 2); 545 ord = (unsigned short) windres_get_16 (wrbfd, bid.sig); 548 read_res_data (wrbfd, off, omax, bid.id, BIN_RES_ID - 2); 550 id->u.id = windres_get_16 (wrbfd, bid.id);
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| resres.c | 507 struct bin_res_id bid; local 508 windres_put_16 (wrbfd, bid.sig, 0xffff); 509 windres_put_16 (wrbfd, bid.id, id->u.id); 510 set_windres_bfd_content (wrbfd, &bid, off, BIN_RES_ID); 539 struct bin_res_id bid; local 544 read_res_data (wrbfd, off, omax, &bid, BIN_RES_ID - 2); 545 ord = (unsigned short) windres_get_16 (wrbfd, bid.sig); 548 read_res_data (wrbfd, off, omax, bid.id, BIN_RES_ID - 2); 550 id->u.id = windres_get_16 (wrbfd, bid.id);
|
| /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",
|
| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_print.c | 320 ctf_id_t bid = ctf_type_reference(ctfp, base); local 325 if (bid == CTF_ERR || ctf_type_kind(ctfp, bid) != CTF_K_FUNCTION) {
|
| /src/sys/arch/rs6000/mca/ |
| mcadma_machdep.c | 53 uint32_t bid; /* the BID of this IOCC */ member in struct:rs6000_dma_cookie
|