| /mirbsd/src/sys/dev/pci/ |
| D | ahc_pci.c | 725 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/ |
| D | biosdev.c | 158 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 …]
|
| D | cmd_i386.c | 115 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()
|
| D | diskprobe.c | 304 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/ |
| D | zlib.c | 141 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/ |
| D | bpf.c | 1372 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/ |
| D | refcard.bad | 12 .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/ |
| D | wsdisplay_compat_usl.c | 383 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/ |
| D | analyze.c | 105 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/ |
| D | tmac.vgrind | 8 'bd B 3 9 'bd S B 3
|
| /mirbsd/src/sys/dev/ic/ |
| D | aic7xxx_seeprom.c | 344 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()
|
| D | cac.c | 563 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);
|
| D | twe.c | 794 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);
|
| D | gdt_common.c | 859 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/ |
| D | utf8decode.t | 37 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/ |
| D | strtod.c | 1142 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/ |
| D | bxinst.sparc | 163 typeset -Uui8 ba bb bc bd 168 (( bd = value & 0xFF ))
|
| /mirbsd/src/gnu/usr.bin/lynx/src/chrtrans/ |
| D | cp869_uni.tbl | 43 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/ |
| D | dhcpd.conf | 44 hardware ethernet 0:0:c0:5d:bd:95;
|
| /mirbsd/src/usr.bin/oldroff/nroff/ |
| D | nii.c | 83 int bd; variable
|
| /mirbsd/src/sys/arch/sparc/stand/bootxx/ |
| D | mkbxinst.sh | 211 typeset -Uui8 ba bb bc bd 216 (( bd = value & 0xFF ))
|
| /mirbsd/src/sys/dev/i2o/ |
| D | ioprbs.c | 742 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/ |
| D | tmac.p | 4 .bd S B 3
|
| /mirbsd/src/gnu/usr.sbin/sendmail/smrsh/ |
| D | README | 161 /usr/sbin/sendmail -bd -q30m 163 host.domain# /usr/sbin/sendmail -bd -q30m
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Locale/ |
| D | Country.pm | 329 bd:bgd:050:Bangladesh
|