Home
last modified time | relevance | path

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

/openbsd/lib/libutil/
H A Dimsg.c39 static int imsg_dequeue_fd(struct imsgbuf *);
167 m.fd = imsg_dequeue_fd(imsgbuf); in imsg_get()
416 imsg_dequeue_fd(struct imsgbuf *imsgbuf) in imsg_dequeue_fd() function
446 while ((fd = imsg_dequeue_fd(imsgbuf)) != -1) in imsg_clear()