| /netbsd-src/usr.sbin/rbootd/ |
| H A D | rmpproto.c | 178 struct rmp_packet *rpl; in SendServerID() local 182 rpl = &rconn->rmp; /* cache ptr to RMP packet */ in SendServerID() 187 rpl->r_brpl.rmp_type = RMP_BOOT_REPL; in SendServerID() 188 rpl->r_brpl.rmp_retcode = RMP_E_OKAY; in SendServerID() 189 ZEROWORD(rpl->r_brpl.rmp_seqno); in SendServerID() 190 rpl->r_brpl.rmp_session = 0; in SendServerID() 191 rpl->r_brpl.rmp_version = htons(RMP_VERSION); in SendServerID() 193 size = &rpl->r_brpl.rmp_flnmsize; /* ptr to length of host name */ in SendServerID() 200 dst = (char *) &rpl->r_brpl.rmp_flnm; in SendServerID() 229 struct rmp_packet *rpl; in SendFileNo() local [all …]
|
| /netbsd-src/sys/netipsec/ |
| H A D | key_debug.c | 557 kdebug_secreplay(const struct secreplay *rpl) 562 if (rpl == NULL) 566 rpl->count, rpl->wsize, rpl->seq, rpl->lastseq); 568 if (rpl->bitmap == NULL) { 575 for (len = 0; len < rpl->wsize; len++) { 577 printf(" %u", (((rpl->bitmap)[len] >> l) & 1) ? 1 : 0);
|
| /netbsd-src/sys/dev/pci/cxgb/ |
| H A D | cxgb_offload.c | 645 struct cpl_smt_write_rpl *rpl = cplhdr(m); in do_smt_write_rpl() local 647 if (rpl->status != CPL_ERR_NONE) in do_smt_write_rpl() 650 rpl->status, GET_TID(rpl)); in do_smt_write_rpl() 658 struct cpl_l2t_write_rpl *rpl = cplhdr(m); in do_l2t_write_rpl() local 660 if (rpl->status != CPL_ERR_NONE) in do_l2t_write_rpl() 663 rpl->status, GET_TID(rpl)); in do_l2t_write_rpl() 671 struct cpl_act_open_rpl *rpl = cplhdr(m); in do_act_open_rpl() local 672 unsigned int atid = G_TID(ntohl(rpl->atid)); in do_act_open_rpl() 764 struct cpl_abort_rpl *rpl; in do_abort_req_rss() local 776 rpl = cplhdr(m2); in do_abort_req_rss() [all …]
|
| /netbsd-src/crypto/dist/ipsec-tools/src/libipsec/ |
| H A D | key_debug.c | 753 kdebug_secreplay(struct secreplay *rpl) in kdebug_secreplay() argument 758 if (rpl == NULL) in kdebug_secreplay() 762 rpl->count, rpl->wsize, rpl->seq, rpl->lastseq); in kdebug_secreplay() 764 if (rpl->bitmap == NULL) { in kdebug_secreplay() 771 for (len = 0; len < rpl->wsize; len++) { in kdebug_secreplay() 773 printf("%u", (((rpl->bitmap)[len] >> l) & 1) ? 1 : 0); in kdebug_secreplay()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/ |
| H A D | clang-format.el | 196 (dolist (rpl replacements) 197 (apply #'clang-format--replace rpl)))
|
| /netbsd-src/external/bsd/nvi/dist/ex/ |
| H A D | ex_subst.c | 1333 size_t rpl; /* Remaining replacement length. */ in re_sub() local 1392 for (rp = sp->repl, rpl = sp->repl_len, p = lb + lbclen; rpl--;) { in re_sub() 1401 if (rpl == 0) in re_sub() 1403 --rpl; in re_sub()
|
| /netbsd-src/external/bsd/unbound/dist/testdata/03-testbound.tdir/ |
| H A D | 03-testbound.test | 65 # the .rpl should work on any system (portable). 66 for input in $PRE/testdata/*.rpl $PRE/testdata/*.crpl; do
|
| /netbsd-src/external/bsd/unbound/dist/testdata/nss_compile.tdir/ |
| H A D | nss_compile.test | 21 cp $PRE/testdata/*.rpl testdata/.
|
| /netbsd-src/external/bsd/tcpdump/dist/ |
| H A D | print-pfsync.c | 225 htonl(t->spi), htonl(t->rpl), in pfsync_print()
|
| /netbsd-src/sys/dist/pf/net/ |
| H A D | if_pfsync.h | 40 u_int32_t rpl; member
|
| /netbsd-src/external/bsd/unbound/dist/testdata/ |
| H A D | iter_pclame.rpl | 123 ; of timeouts since this is easier to encode in .rpl file format).
|
| H A D | val_noadwhennodo.rpl | 138 ; (this is a copy of val_positive.rpl).
|
| H A D | iter_pcdiff.rpl | 177 ; of timeouts since this is easier to encode in .rpl file format).
|
| H A D | iter_pc_aaaa.rpl | 154 ; of timeouts since this is easier to encode in .rpl file format).
|
| H A D | iter_pc_a.rpl | 154 ; of timeouts since this is easier to encode in .rpl file format).
|
| H A D | iter_pcttl.rpl | 181 ; of timeouts since this is easier to encode in .rpl file format).
|
| H A D | iter_pcname.rpl | 220 ; of timeouts since this is easier to encode in .rpl file format).
|
| H A D | iter_pcnamerec.rpl | 221 ; of timeouts since this is easier to encode in .rpl file format).
|
| H A D | iter_pcnamechrec.rpl | 224 ; of timeouts since this is easier to encode in .rpl file format).
|
| H A D | iter_pcnamech.rpl | 223 ; of timeouts since this is easier to encode in .rpl file format).
|
| H A D | auth_zonefile_down.rpl | 4 ; Options for signed zone. The zone is partially copied from val_negcache_nxdomain.rpl
|
| /netbsd-src/external/bsd/unbound/dist/doc/ |
| H A D | Changelog | 44 - Update the dns64_lookup.rpl test for the DNS64 fallback patch. 742 - Show the output of the exact .rpl run that failed with 'make test'. 1309 - Fix up permissions on rpl data file in tests. 3094 - Fix #4224: auth_xfr_notify.rpl test broken due to typo 3323 - Fix #4132: Openness/closeness of RANGE intervals in rpl files. 6137 - testdata/dns64_lookup.rpl for unit test for dns64 functionality. 7010 - unit test fix for nomem_cnametopos.rpl race condition. 10314 and unit test rpl replay file.
|
| /netbsd-src/external/bsd/unbound/dist/ |
| H A D | Makefile.in | 347 for x in $(srcdir)/testdata/*.rpl; do \ 360 … -R $(srcdir)/testdata/*.sh $(srcdir)/testdata/*.tdir $(srcdir)/testdata/*.rpl $(srcdir)/testdata/…
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | shell.c | 20139 double rpl = (double)nRow / (double)nLoop; in display_explain_scanstats() local 20140 z = sqlite3_mprintf("%z rpl=%.1f est=%.1f", z, rpl, rEst); in display_explain_scanstats()
|
| /netbsd-src/external/gpl3/autoconf/dist/doc/ |
| H A D | autoconf.texi | 26606 @c LocalWords: lstat rpl MEMCMP memcmp OpenStep MBRTOWC mbrtowc MKTIME mktime
|