Home
last modified time | relevance | path

Searched refs:rdb (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/sys/dev/ic/
Drtw.c879 rtw_rxdescs_sync(struct rtw_rxdesc_blk *rdb, int desc0, int nsync, int ops) in rtw_rxdescs_sync() argument
881 KASSERT(nsync <= rdb->rdb_ndesc); in rtw_rxdescs_sync()
883 if (desc0 + nsync > rdb->rdb_ndesc) { in rtw_rxdescs_sync()
884 bus_dmamap_sync(rdb->rdb_dmat, rdb->rdb_dmamap, in rtw_rxdescs_sync()
886 sizeof(struct rtw_rxdesc) * (rdb->rdb_ndesc - desc0), ops); in rtw_rxdescs_sync()
887 nsync -= (rdb->rdb_ndesc - desc0); in rtw_rxdescs_sync()
891 KASSERT(desc0 < rdb->rdb_ndesc); in rtw_rxdescs_sync()
892 KASSERT(nsync <= rdb->rdb_ndesc); in rtw_rxdescs_sync()
893 KASSERT(desc0 + nsync <= rdb->rdb_ndesc); in rtw_rxdescs_sync()
896 bus_dmamap_sync(rdb->rdb_dmat, rdb->rdb_dmamap, in rtw_rxdescs_sync()
[all …]
/openbsd/src/sys/dev/x86emu/
Dx86emu_util.c53 rdb(struct x86emu *emu, uint32_t addr) in rdb() function
198 emu->emu_rdb = rdb;
/openbsd/src/usr.bin/openssl/
Docsp.c803 CA_DB *rdb = NULL; in ocsp_main() local
870 if (cfg.rsignfile && !rdb) { in ocsp_main()
965 if (cfg.ridx_filename && !rdb) { in ocsp_main()
966 rdb = load_index(cfg.ridx_filename, NULL); in ocsp_main()
967 if (!rdb) in ocsp_main()
969 if (!index_index(rdb)) in ocsp_main()
972 if (rdb) { in ocsp_main()
973 i = make_ocsp_response(&resp, cfg.req, rdb, rca_cert, in ocsp_main()
1101 free_index(rdb); in ocsp_main()
/openbsd/src/gnu/usr.bin/perl/cpan/IO-Zlib/
DZlib.pm621 my $rdb = read($fh, $sig, 2);
623 if ($rdb == 2 && $sig eq "\x1F\x8B")
/openbsd/src/regress/sys/kern/ptrace/
DMakefile14 ${.OBJDIR}/${PROG} -rdb
/openbsd/src/gnu/usr.bin/binutils-2.17/cpu/
Dmt.cpu1272 (dni fbcbincs "FBCBINCS perm, all, c/r, cbs, incr, ccb/rcb, cdb/rdb, word, dup, ctxt_disp"
1280 (dni mfbcbincs "MFBCBINCS ireg, perm, cbs, incr, ccb/rcb, cdb/rdb, word, dup, ctxt_disp"
1288 (dni fbcbincrs "FBCBINCRS ireg, perm, all, c/r, cbs, ccb/rcb, cdb/rdb, word, dup, ctxt_disp"
1296 (dni mfbcbincrs "MFBCBINCRS ireg, mreg, perm, cbs, ccb/rcb, cdb/rdb, word, dup, ctxt_disp"
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
DChangeLog-020372 (opt): Move long opcode for "ldb rdb,imm8" after short one, now
/openbsd/src/gnu/usr.bin/binutils/opcodes/
DChangeLog-020372 (opt): Move long opcode for "ldb rdb,imm8" after short one, now
/openbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dgdb.texinfo12241 library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
12243 kernel. The resulting kernel contains @file{rdb.a}, and spawns the
12249 Once you have included @file{rdb.a} in your VxWorks system image and set
12315 @file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
12316 and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
12320 -> cd "@var{vxpath}/vw/demo/rdb"
12327 (vxgdb) cd @var{hostpath}/vw/demo/rdb
12334 Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
/openbsd/src/gnu/usr.bin/binutils/gdb/
DChangeLog-20005661 From 2000-04-10 Rodney Brown <rdb@redhat.com>: