Home
last modified time | relevance | path

Searched refs:bd (Results 1 – 25 of 58) sorted by relevance

123

/mirbsd/src/sys/dev/pci/
Dahc_pci.c725 struct ahc_pci_busdata *bd; local
739 bd = malloc(sizeof (struct ahc_pci_busdata), M_DEVBUF, M_NOWAIT);
740 if (bd == NULL) {
744 memset(bd, 0, sizeof(struct ahc_pci_busdata));
746 bd->pc = pa->pa_pc;
747 bd->tag = pa->pa_tag;
748 bd->func = pa->pa_function;
749 bd->dev = pa->pa_device;
750 bd->class = pa->pa_class;
752 ahc->bd = bd;
[all …]
/mirbsd/src/sys/arch/i386/stand/libsa/
Dbiosdev.c158 biosd_io(int rw, bios_diskinfo_t *bd, daddr_t off, int nsect, void *buf) in biosd_io() argument
165 if (bd->flags & BDI_EL_TORITO) { in biosd_io()
179 if (!(bd->flags & BDI_LBA)) { in biosd_io()
181 btochs(off, c, h, s, bd->bios_heads, bd->bios_sectors); in biosd_io()
182 if (s + n >= bd->bios_sectors) in biosd_io()
183 n = bd->bios_sectors - s; in biosd_io()
192 if (bd->flags & BDI_LBA) { in biosd_io()
195 rw == F_READ ? 0x42 : 0x43, bd->bios_number, in biosd_io()
201 bd->bios_number, (off >> ssh) & 0xFFFFFFFF, in biosd_io()
207 rw == F_READ ? 0x02 : 0x03, bd->bios_number, in biosd_io()
[all …]
Dcmd_i386.c115 bios_diskinfo_t *bd = NULL; in Xboot() local
161 bd = &dip->bios_info; in Xboot()
162 st = biosd_io(F_READ, bd, 0, 1, buf); in Xboot()
171 if ((st = biosd_io(F_READ, bd, bios_bootpte.p_ofs, 1, buf))) in Xboot()
Ddiskprobe.c304 bios_diskinfo_t *bd = &dip2->bios_info; in disksum() local
305 if ((bd->bios_number & 0x80) && in disksum()
306 !(bd->flags & (BDI_INVALID | BDI_NOTADISK)) && in disksum()
307 bdi->checksum == bd->checksum) in disksum()
/mirbsd/src/gnu/usr.bin/cvs/src/
Dzlib.c141 struct buffer_data *bd; in compress_buffer_input() local
153 bd = cb->buf->data; in compress_buffer_input()
154 if (bd == NULL) in compress_buffer_input()
156 bd = xmalloc (sizeof (struct buffer_data)); in compress_buffer_input()
157 if (bd == NULL) in compress_buffer_input()
159 bd->text = pagealign_xalloc (BUFFER_DATA_SIZE); in compress_buffer_input()
160 if (bd->text == NULL) in compress_buffer_input()
162 free (bd); in compress_buffer_input()
165 bd->bufp = bd->text; in compress_buffer_input()
166 bd->size = 0; in compress_buffer_input()
[all …]
/mirbsd/src/sys/net/
Dbpf.c1372 struct bpf_d *bd; local
1385 for (bd = bp->bif_dlist; bd; bd = bp->bif_dlist) {
1393 if (d == bd) {
1445 struct bpf_d *bd; in bpfilter_lookup() local
1447 LIST_FOREACH(bd, &bpf_d_list, bd_list) in bpfilter_lookup()
1448 if (bd->bd_unit == unit) in bpfilter_lookup()
1449 return (bd); in bpfilter_lookup()
1456 struct bpf_d *bd; in bpfilter_create() local
1458 if ((bd = bpfilter_lookup(unit)) != NULL) in bpfilter_create()
1459 return (bd); in bpfilter_create()
[all …]
/mirbsd/src/share/doc/usd/17.msmacros/
Drefcard.bad12 .bd R 2
14 .bd R
20 .bd 1 3
25 .bd 1
122 .bd I 2
191 .bd I
294 .bd 1 2
299 .bd 1
306 .bd 1 2
310 .bd 1
[all …]
/mirbsd/src/sys/dev/wscons/
Dwsdisplay_compat_usl.c383 struct wskbd_bell_data bd; local
477 bd.which = WSKBD_BELL_DOPERIOD;
478 bd.period = d >> 16; /* ms */
481 bd.which = 0;
483 bd.which |= WSKBD_BELL_DOPITCH;
484 bd.pitch = PCVT_SYSBEEPF/(d & 0xffff); /* Hz */
487 bd.which = 0; /* default */
489 arg = &bd;
/mirbsd/src/gnu/usr.bin/cvs/diff/
Danalyze.c105 int *const bd = bdiag; /* Additional help for the compiler. */ local
119 bd[bmid] = xlim;
144 if (odd && bmin <= d && d <= bmax && bd[d] <= x)
154 bmin > dmin ? bd[--bmin - 1] = INT_MAX : ++bmin;
155 bmax < dmax ? bd[++bmax + 1] = INT_MAX : --bmax;
158 int x, y, oldx, tlo = bd[d - 1], thi = bd[d + 1];
170 bd[d] = x;
234 int x = bd[d];
294 int x = max (xoff, bd[d]);
/mirbsd/src/usr.bin/vgrind/
Dtmac.vgrind8 'bd B 3
9 'bd S B 3
/mirbsd/src/sys/dev/ic/
Daic7xxx_seeprom.c344 devconfig = pci_conf_read(ahc->bd->pc, ahc->bd->tag, DEVCONFIG); in ahc_parse_pci_eeprom()
348 pci_conf_write(ahc->bd->pc, ahc->bd->tag, DEVCONFIG, devconfig); in ahc_parse_pci_eeprom()
Dcac.c563 struct scsi_blk_desc bd; member
637 mpd.hd.data_length = sizeof mpd.hd + sizeof mpd.bd +
639 mpd.hd.blk_desc_len = sizeof mpd.bd;
643 _lto3b(CAC_SECTOR_SIZE, mpd.bd.blklen);
Dtwe.c794 struct scsi_blk_desc bd; member
863 mpd.hd.data_length = sizeof mpd.hd + sizeof mpd.bd +
865 mpd.hd.blk_desc_len = sizeof mpd.bd;
870 _lto3b(TWE_SECTOR_SIZE, mpd.bd.blklen);
Dgdt_common.c859 struct scsi_blk_desc bd; member
914 mpd.hd.data_length = sizeof mpd.hd + sizeof mpd.bd +
916 mpd.hd.blk_desc_len = sizeof mpd.bd;
921 _lto3b(GDT_SECTOR_SIZE, mpd.bd.blklen);
/mirbsd/src/gnu/usr.bin/perl/t/op/
Dutf8decode.t37 1.1.1 y "\xce\xba\xe1\xbd\xb9\xcf\x83\xce\xbc\xce\xb5" - 11 ce:ba:e1:bd:b9:cf:83:ce:bc:ce:b5 5
57 2.3.3 y "\xef\xbf\xbd" fffd 3 ef:bf:bd 1
70 …a4:a5:a6:a7:a8:a9:aa:ab:ac:ad:ae:af:b0:b1:b2:b3:b4:b5:b6:b7:b8:b9:ba:bb:bc:bd:be:bf - unexpected c…
/mirbsd/src/lib/libc/stdlib/
Dstrtod.c1142 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; in strtod() local
1409 bd = Balloc(bd0->k); in strtod()
1410 Bcopy(bd, bd0); in strtod()
1459 bd = pow5mult(bd, bd5); in strtod()
1461 bd = lshift(bd, bd2); in strtod()
1464 delta = diff(bb, bd); in strtod()
1653 Bfree(bd); in strtod()
1659 Bfree(bd); in strtod()
/mirbsd/src/usr.sbin/installboot/
Dbxinst.sparc163 typeset -Uui8 ba bb bc bd
168 (( bd = value & 0xFF ))
/mirbsd/src/gnu/usr.bin/lynx/src/chrtrans/
Dcp869_uni.tbl43 0x8b U+2018 U+02bd #LEFT SINGLE QUOTATION MARK
75 0xab U+00bd #VULGAR FRACTION ONE HALF
135 0xe7 U+03bd #GREEK SMALL LETTER NU
/mirbsd/src/usr.sbin/dhcpd/
Ddhcpd.conf44 hardware ethernet 0:0:c0:5d:bd:95;
/mirbsd/src/usr.bin/oldroff/nroff/
Dnii.c83 int bd; variable
/mirbsd/src/sys/arch/sparc/stand/bootxx/
Dmkbxinst.sh211 typeset -Uui8 ba bb bc bd
216 (( bd = value & 0xFF ))
/mirbsd/src/sys/dev/i2o/
Dioprbs.c742 struct scsi_blk_desc bd; member
806 mpd.hd.data_length = sizeof mpd.hd + sizeof mpd.bd +
808 mpd.hd.blk_desc_len = sizeof mpd.bd;
812 _lto3b(IOPRBS_BLOCK_SIZE, mpd.bd.blklen);
/mirbsd/src/share/doc/psd/07.pascal/
Dtmac.p4 .bd S B 3
/mirbsd/src/gnu/usr.sbin/sendmail/smrsh/
DREADME161 /usr/sbin/sendmail -bd -q30m
163 host.domain# /usr/sbin/sendmail -bd -q30m
/mirbsd/src/gnu/usr.bin/perl/lib/Locale/
DCountry.pm329 bd:bgd:050:Bangladesh

123