Home
last modified time | relevance | path

Searched refs:imsg_read (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libopenbsd/
H A Dimsg.h98 ssize_t imsg_read(struct imsgbuf *);
H A Dimsg.c47 imsg_read(struct imsgbuf *ibuf) in imsg_read() function
/freebsd/usr.sbin/ypldap/
H A Dypldap_dns.c143 if ((n = imsg_read(ibuf)) == -1 && errno != EAGAIN) in dns_dispatch_imsg()
H A Dldapclient.c170 if ((n = imsg_read(ibuf)) == -1 && errno != EAGAIN) in client_dispatch_dns()
266 if ((n = imsg_read(ibuf)) == -1 && errno != EAGAIN) in client_dispatch_parent()
H A Dypldap.c364 if ((n = imsg_read(ibuf)) == -1 && errno != EAGAIN) in main_dispatch_client()