Home
last modified time | relevance | path

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

/openbsd/lib/libutil/
H A Dimsg.c32 struct imsg_fd { struct
33 TAILQ_ENTRY(imsg_fd) entry;
64 struct imsg_fd *ifd; in imsg_read()
76 if ((ifd = calloc(1, sizeof(struct imsg_fd))) == NULL) in imsg_read()
419 struct imsg_fd *ifd; in imsg_dequeue_fd()
H A Dimsg.h53 struct imsg_fd;
55 TAILQ_HEAD(, imsg_fd) fds;