Home
last modified time | relevance | path

Searched refs:waitq_wait (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.sbin/smtpd/
H A Dwaitq.c55 waitq_wait(void *tag, void (*cb)(void *, void *, void *), void *arg) in waitq_wait() function
H A Dsmtpd.h1736 int waitq_wait(void *, void (*)(void *, void *, void *), void *);
H A Dmta_session.c259 } else if (waitq_wait(&route->dst->ptrname, mta_on_ptr, s)) { in mta_session()
H A Dmta.c928 if (waitq_wait(&relay->domain->mxs, mta_on_mx, relay)) { in mta_query_mx()