Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.bin/mail/
HDcmd1.c453 int nmsg, mdot; in inc() local
455 nmsg = incfile(); in inc()
457 if (nmsg == 0) in inc()
459 else if (nmsg > 0) { in inc()
460 mdot = newfileinfo(msgCount - nmsg); in inc()
/freebsd-11-stable/contrib/openpam/t/
HDt_pam_conv.c73 if (nm != s->nmsg) { in t_pam_conv()
75 s->nmsg, nm); in t_pam_conv()
HDt_pam_conv.h36 int nmsg; member
/freebsd-11-stable/usr.sbin/bhyve/
HDpci_ahci.c234 int i, nmsg; in ahci_generate_intr() local
255 nmsg = pci_msi_maxmsgnum(pi); in ahci_generate_intr()
256 if (nmsg == 0) { in ahci_generate_intr()
265 for (i = 0; i < nmsg; i++) { in ahci_generate_intr()
266 if (sc->ports <= nmsg || i < nmsg - 1) in ahci_generate_intr()
283 int nmsg; in ahci_port_intr() local
293 nmsg = pci_msi_maxmsgnum(pi); in ahci_port_intr()
294 if (sc->ports <= nmsg || p->port < nmsg - 1) { in ahci_port_intr()
311 if (nmsg > 0) { in ahci_port_intr()
312 pci_generate_msi(pi, nmsg - 1); in ahci_port_intr()
/freebsd-11-stable/contrib/wpa/src/eap_peer/
HDeap_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()
/freebsd-11-stable/contrib/sendmail/src/
HDerr.c187 char *nmsg = sm_rpool_strdup_x(CurEnv->e_rpool, errtxt); local
191 CurEnv->e_message = nmsg;