Searched refs:mbio (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/lib/libcrypto/cms/
H A Dcms_lib.c199 BIO *mbio; local
202 mbio = BIO_find_type(cmsbio, BIO_TYPE_MEM);
203 if (!mbio) {
207 contlen = BIO_get_mem_data(mbio, &cont);
209 BIO_set_flags(mbio, BIO_FLAGS_MEM_RDONLY);
210 BIO_set_mem_eof_return(mbio, 0);
/openbsd-current/sys/dev/isa/
H A Dwds.c87 #define wds_nextmbx(wmb, mbx, mbio) \
88 if ((wmb) == &(mbx)->mbio[WDS_MBX_SIZE - 1]) \
89 (wmb) = &(mbx)->mbio[0]; \

Completed in 192 milliseconds