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

123

/netbsd-current/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--)
108 "%s, Serial: %s, PWA: %s", bid.id, bid
164 p160x_get_brdid(struct ppcbug_brdid *bid) argument
[all...]
/netbsd-current/sys/arch/landisk/landisk/
H A Dautoconf.c80 match_bootdisk(device_t dv, struct btinfo_bootdisk *bid) argument
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;
/netbsd-current/sys/arch/zaurus/zaurus/
H A Dautoconf.c53 static int match_bootdisk(device_t dv, struct btinfo_bootdisk *bid);
90 match_bootdisk(device_t dv, struct btinfo_bootdisk *bid) argument
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
[all...]
/netbsd-current/external/gpl3/gdb/dist/libdecnumber/
H A DMakefile.in78 bid/decimal128.c bid/decimal128.h \
79 bid/decimal32.c bid/decimal32.h \
80 bid/decimal64.c bid/decimal64.h
146 bid2dpd_dpd2bid.$(objext) : $(srcdir)/bid/bid2dpd_dpd2bid.c $(srcdir)/bid/bid2dpd_dpd2bid.h
147 $(COMPILE) $(srcdir)/bid/bid2dpd_dpd2bid.c
148 host-ieee32.$(objext) : $(srcdir)/bid/hos
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/libdecnumber/
H A DMakefile.in78 bid/decimal128.c bid/decimal128.h \
79 bid/decimal32.c bid/decimal32.h \
80 bid/decimal64.c bid/decimal64.h
146 bid2dpd_dpd2bid.$(objext) : $(srcdir)/bid/bid2dpd_dpd2bid.c $(srcdir)/bid/bid2dpd_dpd2bid.h
147 $(COMPILE) $(srcdir)/bid/bid2dpd_dpd2bid.c
148 host-ieee32.$(objext) : $(srcdir)/bid/hos
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libdecnumber/
H A DMakefile.in78 bid/decimal128.c bid/decimal128.h \
79 bid/decimal32.c bid/decimal32.h \
80 bid/decimal64.c bid/decimal64.h
146 bid2dpd_dpd2bid.$(objext) : $(srcdir)/bid/bid2dpd_dpd2bid.c $(srcdir)/bid/bid2dpd_dpd2bid.h
147 $(COMPILE) $(srcdir)/bid/bid2dpd_dpd2bid.c
148 host-ieee32.$(objext) : $(srcdir)/bid/hos
[all...]
/netbsd-current/external/gpl3/gcc/dist/libdecnumber/
H A DMakefile.in79 bid/decimal128.c bid/decimal128.h \
80 bid/decimal32.c bid/decimal32.h \
81 bid/decimal64.c bid/decimal64.h
147 bid2dpd_dpd2bid.$(objext) : $(srcdir)/bid/bid2dpd_dpd2bid.c $(srcdir)/bid/bid2dpd_dpd2bid.h
148 $(COMPILE) $(srcdir)/bid/bid2dpd_dpd2bid.c
149 host-ieee32.$(objext) : $(srcdir)/bid/hos
[all...]
/netbsd-current/sys/arch/mvmeppc/stand/boot/
H A Dboot.c86 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;
/netbsd-current/sys/arch/x86/x86/
H A Dx86_autoconf.c274 match_bootdisk(device_t dv, struct btinfo_bootdisk *bid) argument
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 !
[all...]
H A Dmultiboot2.c515 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));
/netbsd-current/external/gpl3/gdb/lib/libdecnumber/
H A DMakefile21 .PATH: ${DIST}/libdecnumber ${DIST}/libdecnumber/dpd ${DIST}/libdecnumber/bid
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_private.h45 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),
H A Darchive_read_support_filter_lrzip.c55 .bid = lrzip_bidder_bid,
H A Darchive_read_support_filter_grzip.c56 .bid = grzip_bidder_bid,
H A Darchive_read.c539 * Allow each registered stream transform to bid on whether
550 int number_bidders, i, bid, best_bid, number_filters; local
566 bid = (bidder->vtable->bid)(bidder, a->filter);
567 if (bid > best_bid) {
568 best_bid = bid;
690 * Allow each registered format to bid on whether it wants to handle
698 int bid, best_bid; local
708 if (a->format->bid) {
709 bid
[all...]
H A Darchive_read_support_format_cpio.c262 int bid; local
271 bid = 0;
275 bid += 48;
283 bid += 48;
291 bid += 48;
300 bid += 48;
308 bid += 16;
313 bid += 16;
318 return (bid);
H A Darchive_read_support_filter_xz.c86 * 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,
H A Darchive_read_support_filter_zstd.c73 * messages.) So the bid framework here gets compiled even if no zstd library
82 .bid = zstd_bidder_bid,
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dresres.c484 struct bin_res_id bid; local
485 windres_put_16 (wrbfd, bid.sig, 0xffff);
486 windres_put_16 (wrbfd, bid.id, id->u.id);
487 set_windres_bfd_content (wrbfd, &bid, off, BIN_RES_ID);
516 struct bin_res_id bid; local
521 read_res_data (wrbfd, off, omax, &bid, BIN_RES_ID - 2);
522 ord = (unsigned short) windres_get_16 (wrbfd, bid.sig, 2);
525 read_res_data (wrbfd, off, omax, bid.id, BIN_RES_ID - 2);
527 id->u.id = windres_get_16 (wrbfd, bid.id, 2);
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dresres.c484 struct bin_res_id bid; local
485 windres_put_16 (wrbfd, bid.sig, 0xffff);
486 windres_put_16 (wrbfd, bid.id, id->u.id);
487 set_windres_bfd_content (wrbfd, &bid, off, BIN_RES_ID);
516 struct bin_res_id bid; local
521 read_res_data (wrbfd, off, omax, &bid, BIN_RES_ID - 2);
522 ord = (unsigned short) windres_get_16 (wrbfd, bid.sig, 2);
525 read_res_data (wrbfd, off, omax, bid.id, BIN_RES_ID - 2);
527 id->u.id = windres_get_16 (wrbfd, bid.id, 2);
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dresres.c484 struct bin_res_id bid; local
485 windres_put_16 (wrbfd, bid.sig, 0xffff);
486 windres_put_16 (wrbfd, bid.id, id->u.id);
487 set_windres_bfd_content (wrbfd, &bid, off, BIN_RES_ID);
516 struct bin_res_id bid; local
521 read_res_data (wrbfd, off, omax, &bid, BIN_RES_ID - 2);
522 ord = (unsigned short) windres_get_16 (wrbfd, bid.sig, 2);
525 read_res_data (wrbfd, off, omax, bid.id, BIN_RES_ID - 2);
527 id->u.id = windres_get_16 (wrbfd, bid.id, 2);
/netbsd-current/games/monop/
H A Dmonop.h203 void bid(void);
H A Dprop.c157 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",
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_print.c320 ctf_id_t bid = ctf_type_reference(ctfp, base); local
325 if (bid == CTF_ERR || ctf_type_kind(ctfp, bid) != CTF_K_FUNCTION) {
/netbsd-current/sys/arch/rs6000/mca/
H A Dmcadma_machdep.c53 uint32_t bid; /* the BID of this IOCC */ member in struct:rs6000_dma_cookie

Completed in 338 milliseconds

123