Searched refs:bid (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/arch/mvmeppc/mvmeppc/
H A Dplatform_160x.c91 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--)
107 sprintf(p160x_model, "%s, Serial: %s, PWA: %s", bid.id,
108 bid
164 p160x_get_brdid(struct ppcbug_brdid *bid) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/landisk/landisk/
H A Dautoconf.c81 match_bootdisk(device_t dv, struct btinfo_bootdisk *bid) argument
94 if (bid->labelsector == -1)
136 if (label.d_type == bid->label.type &&
137 label.d_checksum == bid->label.checksum &&
138 strncmp(label.d_packname, bid->label.packname, 16) == 0)
155 struct btinfo_bootdisk *bid; local
162 if ((bid = lookup_bootinfo(BTINFO_BOOTDISK)) != NULL) {
177 if (match_bootdisk(dv, bid) == 0)
191 booted_partition = bid->partition;
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/zaurus/
H A Dautoconf.c52 static int match_bootdisk(device_t dv, struct btinfo_bootdisk *bid);
89 match_bootdisk(device_t dv, struct btinfo_bootdisk *bid) argument
104 if (bid->labelsector == -1)
122 if (label.d_type == bid->label.type &&
123 label.d_checksum == bid->label.checksum &&
124 strncmp(label.d_packname, bid->label.packname, 16) == 0)
137 struct btinfo_bootdisk *bid; local
169 if ((bid = lookup_bootinfo(BTINFO_BOOTDISK)) != NULL) {
184 if (match_bootdisk(dv, bid))
198 booted_partition = bid
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libdecnumber/
H A DMakefile.in76 bid/decimal128.c bid/decimal128.h \
77 bid/decimal32.c bid/decimal32.h \
78 bid/decimal64.c bid/decimal64.h
144 bid2dpd_dpd2bid.$(objext) : $(srcdir)/bid/bid2dpd_dpd2bid.c $(srcdir)/bid/bid2dpd_dpd2bid.h
145 $(COMPILE) $(srcdir)/bid/bid2dpd_dpd2bid.c
146 host-ieee32.$(objext) : $(srcdir)/bid/hos
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mvmeppc/stand/boot/
H A Dboot.c84 struct bug_boardid *bid; local
97 if ((bid = bugsys_brdid()) == NULL)
106 if (bid->bi_devtype > 9)
108 bid->bi_devtype);
110 printf(">> MVMEPPC boot on MVME%x\n", bid->bi_bnumber);
145 bootinfo.bi_modelnumber = bid->bi_bnumber;
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dx86_autoconf.c250 match_bootdisk(device_t dv, struct btinfo_bootdisk *bid) argument
265 if (bid->labelsector == -1)
283 if (label.d_type == bid->label.type &&
284 label.d_checksum == bid->label.checksum &&
285 strncmp(label.d_packname, bid->label.packname, 16) == 0)
303 struct btinfo_bootdisk *bid; local
395 if ((bid = lookup_bootinfo(BTINFO_BOOTDISK)) != NULL) {
417 if ((bid->biosdev & 0x80) != 0 ||
418 device_unit(dv) != bid->biosdev)
429 if ((bid
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_private.h45 * * The bid manager reads the first block from the current source.
47 * * The bid manager creates a new filter structure for the winning
51 * This ends only when no bidder provides a non-zero bid.
57 int (*bid)(struct archive_read_filter_bidder *, member in struct:archive_read_filter_bidder
160 int (*bid)(struct archive_read *); member in struct:archive_read::archive_format_descriptor
180 int (*bid)(struct archive_read *),
H A Darchive_read.c348 * Allow each registered stream transform to bid on whether
355 int number_bidders, i, bid, best_bid; local
369 if (bidder->bid != NULL) {
370 bid = (bidder->bid)(bidder, a->filter);
371 if (bid > best_bid) {
372 best_bid = bid;
495 * Allow each registered format to bid on whether it wants to handle
503 int bid, best_bid; local
513 if (a->format->bid) {
[all...]
H A Darchive_read_support_format_cpio.c173 int bid; local
181 bid = 0;
185 bid += 48;
193 bid += 48;
202 bid += 48;
210 bid += 16;
215 bid += 16;
220 return (bid);
H A Darchive_read_support_compression_xz.c88 * can give better error messages.) So the bid framework here gets
109 bidder->bid = xz_bidder_bid;
133 bidder->bid = lzma_bidder_bid;
H A Darchive_read_support_compression_bzip2.c68 * error messages.) So the bid framework here gets compiled even
85 reader->bid = bzip2_reader_bid;
H A Darchive_read_support_compression_compress.c153 bidder->bid = compress_bidder_bid;
H A Darchive_read_support_compression_gzip.c70 * error messages.) So the bid framework here gets compiled even
91 bidder->bid = gzip_bidder_bid;
H A Darchive_read_support_compression_rpm.c78 bidder->bid = rpm_bidder_bid;
H A Darchive_read_support_format_tar.c297 int bid; local
301 bid = 0;
312 * Usually, I bid the number of bits verified, but
322 bid += 48; /* Checksum is usually 6 octal digits. */
329 bid += 56;
334 bid += 56;
342 bid += 2; /* 6 bits of variation in an 8-bit field leaves 2 bits. */
362 return (bid);
985 * We don't know if it's pax: If the bid
H A Darchive_read_support_compression_program.c105 * bid twice in the same pipeline.
169 bidder->bid = program_bidder_bid;
187 * If we do have a signature, bid only if that matches.
189 * If there's no signature, we bid INT_MAX the first time
190 * we're called, then never bid again.
205 /* No match, so don't bid. */
211 /* Otherwise, bid once and then never bid again. */
H A Darchive_read_support_format_xar.c459 int bid; local
465 bid = 0;
471 bid += 32;
477 bid += 16;
483 bid += 16;
491 bid += 32;
497 return (bid);
H A Darchive_read_support_compression_uu.c78 bidder->bid = uudecode_bidder_bid;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dresres.c487 struct bin_res_id bid; local
488 windres_put_16 (wrbfd, bid.sig, 0xffff);
489 windres_put_16 (wrbfd, bid.id, id->u.id);
490 set_windres_bfd_content (wrbfd, &bid, off, BIN_RES_ID);
519 struct bin_res_id bid; local
524 read_res_data (wrbfd, off, omax, &bid, BIN_RES_ID - 2);
525 ord = (unsigned short) windres_get_16 (wrbfd, bid.sig, 2);
528 read_res_data (wrbfd, off, omax, bid.id, BIN_RES_ID - 2);
530 id->u.id = windres_get_16 (wrbfd, bid.id, 2);
/netbsd-6-1-5-RELEASE/games/monop/
H A Dmonop.h203 void bid(void);
H A Dprop.c163 bid() function
170 printf("\nSo it goes up for auction. Type your bid after your name\n");
188 printf("You must bid higher than %d "
190 printf("(bid of 0 drops you out)\n");
192 printf("You can't bid more than your cash ($%d)\n",
/netbsd-6-1-5-RELEASE/sys/arch/rs6000/mca/
H A Dmcadma_machdep.c53 uint32_t bid; /* the BID of this IOCC */ member in struct:rs6000_dma_cookie
/netbsd-6-1-5-RELEASE/external/cddl/osnet/sys/kern/
H A Dtaskq.c967 int bid = 0; local
998 for (; (b != NULL) && (bid < tq->tq_nbuckets); b++, bid++) {
/netbsd-6-1-5-RELEASE/sys/arch/prep/prep/
H A Dresidual.c216 uint32_t ndev, l, bid = 0; local
224 bid = 1UL << busid;
229 if (bid) {
232 if ((l & bid) == 0)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/emultempl/
H A Dspu_ovl.S292 bid irqtmp1 # 1,4 -3

Completed in 305 milliseconds

12