Searched refs:imsg_read_nofd (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.sbin/bgpd/
H A Dcontrol.c40 ssize_t imsg_read_nofd(struct imsgbuf *);
263 if (((n = imsg_read_nofd(&c->imsgbuf)) == -1 && errno != EAGAIN) ||
593 imsg_read_nofd(struct imsgbuf *imsgbuf) function
/openbsd-current/usr.sbin/smtpd/
H A Dmproc.c29 static ssize_t imsg_read_nofd(struct imsgbuf *);
143 n = imsg_read_nofd(&p->imsgbuf);
204 imsg_read_nofd(struct imsgbuf *ibuf) function

Completed in 122 milliseconds