| /src/crypto/external/apache2/openssl/dist/ssl/rio/ |
| poll_immediate.c | 54 RIO_POLL_BUILDER *rpb, 108 if (!ossl_rio_poll_builder_add_fd(rpb, fd1, fd1_r, fd1_w)) 112 if (!ossl_rio_poll_builder_add_fd(rpb, fd2, /*r = */ 0, fd2_w)) 126 if (!ossl_rio_poll_builder_add_fd(rpb, fd_nfy, /*r = */ 1, /*w = */ 0)) 202 RIO_POLL_BUILDER *rpb, 231 if (!poll_translate_ssl_quic(ssl, wctx, rpb, item->events, 289 RIO_POLL_BUILDER rpb; local 315 ossl_rio_poll_builder_init(&rpb); 317 if (!poll_translate(items, num_items, stride, &wctx, &rpb, 329 ok = ossl_rio_poll_builder_poll(&rpb, earliest_wakeup_deadline) [all...] |
| /src/sys/arch/vax/boot/xxboot/ |
| bootxx.c | 52 #include <machine/rpb.h> 70 void romread_uvax(int lbn, int size, void *buf, struct rpb *rpb); 73 int unit_init(int, struct rpb *, int); 78 struct rpb *rpb; variable in typeref:struct:rpb 109 rpb = (void *)0xf0000; /* Safe address right now */ 113 * now relocate rpb/bqo (which are used by ROM-routines) 115 bcopy ((void *)bootregs[11], rpb, sizeof(struct rpb)); [all...] |
| /src/sys/arch/vax/include/ |
| rpb.h | 1 /* $NetBSD: rpb.h,v 1.10 2017/05/22 17:12:11 ragge Exp $ */ 33 * to get more info about RPB. 36 struct rpb { /* size description */ struct 37 struct rpb *rpb_base; /* 4 physical base address of block */ 121 extern struct rpb rpb;
|
| /src/sys/arch/alpha/include/ |
| rpb.h | 1 /* $NetBSD: rpb.h,v 1.45 2024/03/31 19:11:21 thorpej Exp $ */ 41 struct rpb { struct 510 extern struct rpb *hwrpb;
|