Home
last modified time | relevance | path

Searched refs:m_add_u32 (Results 1 – 7 of 7) sorted by relevance

/openbsd/usr.sbin/smtpd/
H A Dreport_smtp.c129 m_add_u32(p_lka, msgid); in report_smtp_tx_reset()
144 m_add_u32(p_lka, msgid); in report_smtp_tx_begin()
159 m_add_u32(p_lka, msgid); in report_smtp_tx_mail()
176 m_add_u32(p_lka, msgid); in report_smtp_tx_rcpt()
193 m_add_u32(p_lka, msgid); in report_smtp_tx_envelope()
209 m_add_u32(p_lka, msgid); in report_smtp_tx_data()
225 m_add_u32(p_lka, msgid); in report_smtp_tx_commit()
241 m_add_u32(p_lka, msgid); in report_smtp_tx_rollback()
H A Dqueue.c219 m_add_u32(p_scheduler, 0); /* not in-flight */ in queue_imsg()
237 m_add_u32(p_scheduler, 1); /* in-flight */ in queue_imsg()
262 m_add_u32(p_scheduler, 1); /* in-flight */ in queue_imsg()
361 m_add_u32(p_scheduler, 1); /* in-flight */ in queue_imsg()
387 m_add_u32(p_scheduler, 1); /* in-flight */ in queue_imsg()
411 m_add_u32(p_scheduler, 1); /* in-flight */ in queue_imsg()
H A Dmproc.c386 m_add_u32(struct mproc *m, uint32_t u32) in m_add_u32() function
H A Dsmtpd.h1458 void m_add_u32(struct mproc *, uint32_t);
H A Dsmtpd.c1327 m_add_u32(p_lka, (uint32_t)subsystems); in fork_filter_process()
/openbsd/usr.sbin/lpd/
H A Dproc.h42 void m_add_u32(struct imsgproc *, uint32_t);
H A Dproc.c386 m_add_u32(struct imsgproc *p, uint32_t v) in m_add_u32() function