Searched refs:nmsg (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/openpam/t/
H A Dt_pam_conv.h36 int nmsg; member in struct:t_pam_conv_script
H A Dt_pam_conv.c73 if (nm != s->nmsg) {
75 s->nmsg, nm);
/freebsd-13-stable/usr.bin/mail/
H A Dcmd1.c464 int nmsg, mdot; local
466 nmsg = incfile();
468 if (nmsg == 0)
470 else if (nmsg > 0) {
471 mdot = newfileinfo(msgCount - nmsg);
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_ahci.c237 int i, nmsg; local
258 nmsg = pci_msi_maxmsgnum(pi);
259 if (nmsg == 0) {
268 for (i = 0; i < nmsg; i++) {
269 if (sc->ports <= nmsg || i < nmsg - 1)
286 int nmsg; local
296 nmsg = pci_msi_maxmsgnum(pi);
297 if (sc->ports <= nmsg || p->port < nmsg
[all...]
/freebsd-13-stable/contrib/wpa/src/eap_peer/
H A Deap_peap.c810 struct wpabuf *nmsg = wpabuf_alloc(sizeof(struct eap_hdr) + local
812 if (nmsg == NULL) {
816 nhdr = wpabuf_put(nmsg, sizeof(*nhdr));
817 wpabuf_put_buf(nmsg, in_decrypted);
824 in_decrypted = nmsg;
/freebsd-13-stable/contrib/sendmail/src/
H A Derr.c187 char *nmsg = sm_rpool_strdup_x(CurEnv->e_rpool, errtxt); local
191 CurEnv->e_message = nmsg;
/freebsd-13-stable/sys/dev/qat/
H A Dqat.c1066 uint32_t *msg, nmsg = 0; local
1091 nmsg++;
1099 if (nmsg > 0) {

Completed in 177 milliseconds