Searched refs:m_add_u32 (Results 1 – 7 of 7) sorted by relevance
/openbsd/usr.sbin/smtpd/ |
H A D | report_smtp.c | 129 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 D | queue.c | 219 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 D | mproc.c | 386 m_add_u32(struct mproc *m, uint32_t u32) in m_add_u32() function
|
H A D | smtpd.h | 1458 void m_add_u32(struct mproc *, uint32_t);
|
H A D | smtpd.c | 1327 m_add_u32(p_lka, (uint32_t)subsystems); in fork_filter_process()
|
/openbsd/usr.sbin/lpd/ |
H A D | proc.h | 42 void m_add_u32(struct imsgproc *, uint32_t);
|
H A D | proc.c | 386 m_add_u32(struct imsgproc *p, uint32_t v) in m_add_u32() function
|