Home
last modified time | relevance | path

Searched refs:bm (Results 1 – 24 of 24) sorted by relevance

/mirbsd/src/lib/libssl/src/crypto/bio/
Dbss_mem.c146 BUF_MEM *bm; in mem_read() local
150 bm=(BUF_MEM *)b->ptr; in mem_read()
152 ret=(outl > bm->length)?bm->length:outl; in mem_read()
154 memcpy(out,bm->data,ret); in mem_read()
155 bm->length-=ret; in mem_read()
157 if(b->flags & BIO_FLAGS_MEM_RDONLY) bm->data += ret; in mem_read()
159 from=(char *)&(bm->data[ret]); in mem_read()
160 to=(char *)&(bm->data[0]); in mem_read()
161 for (i=0; i<bm->length; i++) in mem_read()
164 } else if (bm->length == 0) in mem_read()
[all …]
Dbio.h450 #define BIO_set_mem_buf(b,bm,c) BIO_ctrl(b,BIO_C_SET_BUF_MEM,c,(char *)bm) argument
/mirbsd/src/sys/dev/
Dbio.c123 struct bio_mapping *bm; local
125 MALLOC(bm, struct bio_mapping *, sizeof *bm, M_DEVBUF, M_NOWAIT);
126 if (bm == NULL)
128 bm->bm_dev = dev;
129 bm->bm_ioctl = ioctl;
130 LIST_INSERT_HEAD(&bios, bm, bm_link);
138 struct bio_mapping *bm; local
140 for (bm = LIST_FIRST(&bios); bm != NULL; bm = LIST_NEXT(bm, bm_link))
141 if (strcmp(name, bm->bm_dev->dv_xname) == 0)
142 return (bm);
[all …]
/mirbsd/src/sbin/fdisk/
Ddisk.c120 DISK_metrics *bm; in DISK_getbiosmetrics() local
152 bm = malloc(sizeof(di)); in DISK_getbiosmetrics()
153 if (bm == NULL) in DISK_getbiosmetrics()
155 bm->cylinders = di.bios_cylinders; in DISK_getbiosmetrics()
156 bm->heads = di.bios_heads; in DISK_getbiosmetrics()
157 bm->sectors = di.bios_sectors; in DISK_getbiosmetrics()
158 bm->size = di.bios_cylinders * di.bios_heads * di.bios_sectors; in DISK_getbiosmetrics()
159 return (bm); in DISK_getbiosmetrics()
/mirbsd/src/usr.bin/tip/aculib/
Dcourier.c197 struct baud_msg *bm; in cour_connect() local
231 for (bm = baud_msg ; bm->msg ; bm++) in cour_connect()
232 if (strcmp(bm->msg, in cour_connect()
237 cfsetospeed(&cntrl, bm->baud); in cour_connect()
238 cfsetispeed(&cntrl, bm->baud); in cour_connect()
Dt3000.c211 struct tbaud_msg *bm; in t3000_connect() local
245 for (bm = tbaud_msg ; bm->msg ; bm++) in t3000_connect()
246 if (strcmp(bm->msg, in t3000_connect()
251 cfsetospeed(&cntrl, bm->baud); in t3000_connect()
252 cfsetispeed(&cntrl, bm->baud); in t3000_connect()
/mirbsd/src/sys/compat/linux/
Dlinux_ipc.c289 struct semid_ds bm; local
319 linux_to_bsd_semid_ds(&lm, &bm);
323 if ((error = copyout((caddr_t)&bm, dsp, sizeof bm)))
338 if ((error = copyin(dsp, (caddr_t)&bm, sizeof bm)))
340 bsd_to_linux_semid_ds(&bm, &lm);
482 struct msqid_ds bm; local
493 linux_to_bsd_msqid_ds(&lm, &bm);
495 umsgptr = stackgap_alloc(&sg, sizeof bm);
496 if ((error = copyout((caddr_t)&bm, umsgptr, sizeof bm)))
506 if ((error = copyin(umsgptr, (caddr_t)&bm, sizeof bm)))
[all …]
/mirbsd/src/lib/libc/string/
DMakefile.inc7 SRCS+= bm.c memccpy.c strcasestr.c strdup.c \
47 MAN+= bm.3 bcmp.3 bcopy.3 bstring.3 bzero.3 ffs.3 memccpy.3 memchr.3 \
54 MLINKS+=bm.3 bm_comp.3 bm.3 bm_exec.3 bm.3 bm_free.3
/mirbsd/src/lib/libssl/src/doc/crypto/
DBIO_s_mem.pod16 BIO_set_mem_buf(BIO *b,BUF_MEM *bm,int c)
56 BIO_set_mem_buf() sets the internal BUF_MEM structure to B<bm> and sets the
/mirbsd/src/lib/libssl/src/doc/
Dfingerprints.txt53 uid Bodo Moeller <bm@ulf.mali.sub.org>
Dssleay.txt1291 - BIO_set_mem_buf(BIO *bio, BUF_MEM *bm, int close_flag) -
/mirbsd/src/gnu/usr.bin/perl/lib/Math/BigInt/
DCalc.pm1106 my $r = 0; my $bm = 1;
1109 $r = ($_ * $bm + $r) % $y;
1110 $bm = ($bm * $b) % $y;
/mirbsd/src/gnu/usr.bin/perl/lib/Locale/
DCountry.pm336 bm:bmu:060:Bermuda
/mirbsd/src/include/
DMakefile12 FILES= a.out.h adler32.h ar.h assert.h bitstring.h blf.h bm.h bsd_auth.h \
/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
DSECURITY79 The .cf file is chosen based on the operation mode. For -bm (default),
/mirbsd/src/share/tmac/me/
Dsummary.external99 bm R bottom title margin
/mirbsd/src/sys/dev/usb/
Duaudio.c752 uByte *bm; in uaudio_add_mixer() local
768 bm = d1->bmControls; in uaudio_add_mixer()
773 #define BIT(bno) ((bm[bno / 8] >> (7 - bno % 8)) & 1) in uaudio_add_mixer()
/mirbsd/src/share/tmac/
Dtmac.e483 .nr bm +\\n(fmu-\\n(_0u
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Ds390-opc.txt292 4740 bm RX_0RRD "branch on minus / if mixed" g5 esa,zarch
/mirbsd/src/lib/libncurses/src/include/
DCaps1136 #enter_bottom_mode btml str bm - - ----K start bottom-line mode
/mirbsd/src/distrib/lists/base/dev/
Dmi54 ./usr/include/bm.h
5382 ./usr/share/man/cat3/bm.0
/mirbsd/src/distrib/lists/htman/htmi/
Dmi3126 ./man3/bm.htm
/mirbsd/src/gnu/usr.sbin/sendmail/
DRELEASE_NOTES2291 operating modes (i.e., -bm, -bs, -bv, etc.). Idea based on
2369 The .cf file is chosen based on the operation mode. For -bm (default),
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperltoc.pod15452 Balinese, [{bat} : Baltic (Other)], {bal} : Baluchi, {bm} : Bambara, [{bai}