Home
last modified time | relevance | path

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

/netbsd/sys/arch/x68k/stand/libdos/
H A Dmakestrerror.awk38 nmsg = 0
43 for (i = 0; i < nmsg; i++)
49 if ($3 != nmsg || $4 != "/*") {
54 print "\t.word\tLmsg" nmsg "-Lerrtbl"
59 msg[nmsg] = substr($0, 5, length - 7)
60 nmsg++
/netbsd/external/mpl/bind/dist/lib/ns/tests/
H A Dnotify_test.c94 dns_message_t *nmsg = NULL; in notify_start() local
122 dns_message_create(mctx, DNS_MESSAGE_INTENTPARSE, &nmsg); in notify_start()
124 result = dns_message_parse(nmsg, &nbuf, 0); in notify_start()
134 client->message = nmsg; in notify_start()
135 nmsg = NULL; in notify_start()
/netbsd/usr.bin/mail/
H A Dcmd1.c627 int nmsg; in inc() local
630 nmsg = incfile(); in inc()
632 if (nmsg == 0) { in inc()
634 } else if (nmsg > 0) { in inc()
636 mdot = newfileinfo(get_abs_msgCount() - nmsg); in inc()
/netbsd/external/bsd/openpam/dist/t/
H A Dt_pam_conv.c71 if (nm != s->nmsg) { in t_pam_conv()
73 s->nmsg, nm); in t_pam_conv()
H A Dt_pam_conv.h34 int nmsg; member
/netbsd/external/mpl/bind/dist/lib/dns/
H A Dxfrin.c157 unsigned int nmsg; /*%< Number of messages recvd */ member
906 xfr->nmsg = 0; in xfrin_create()
1191 xfr->nmsg = 0; in xfrin_send_request()
1314 if (xfr->nmsg > 0) { in xfrin_recv_done()
1443 if (xfr->sincetsig > 100 || xfr->nmsg == 0 || in xfrin_recv_done()
1455 xfr->nmsg++; in xfrin_recv_done()
1576 xfr->nmsg, xfr->nrecs, xfr->nbytes, in maybe_free()
/netbsd/external/bsd/wpa/dist/src/eap_peer/
H A Deap_peap.c810 struct wpabuf *nmsg = wpabuf_alloc(sizeof(struct eap_hdr) + in eap_peap_decrypt() local
812 if (nmsg == NULL) { in eap_peap_decrypt()
816 nhdr = wpabuf_put(nmsg, sizeof(*nhdr)); in eap_peap_decrypt()
817 wpabuf_put_buf(nmsg, in_decrypted); in eap_peap_decrypt()
824 in_decrypted = nmsg; in eap_peap_decrypt()
/netbsd/crypto/dist/ipsec-tools/src/racoon/
H A Dgrabmyaddr.c328 #define NLMSG_TAIL(nmsg) \ argument
329 ((struct rtattr *) (((void *) (nmsg)) + NLMSG_ALIGN((nmsg)->nlmsg_len)))
/netbsd/external/mpl/bind/dist/lib/ns/
H A Dxfrout.c636 uint64_t nmsg; /*%< Number of messages sent */ member
1707 xfr->stats.nmsg++; in xfrout_senddone()
1734 xfr->mnemonic, xfr->stats.nmsg, xfr->stats.nrecs, in xfrout_senddone()
/netbsd/sys/dev/pci/qat/
H A Dqat.c1183 uint32_t nmsg = 0; in qat_etr_ring_intr() local
1214 nmsg++; in qat_etr_ring_intr()
1223 if (nmsg > 0) { in qat_etr_ring_intr()