Home
last modified time | relevance | path

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

/freebsd/lib/libopenbsd/
H A Dimsg.h50 struct imsg_fd { struct
51 TAILQ_ENTRY(imsg_fd) entry;
56 TAILQ_HEAD(, imsg_fd) fds; argument
H A Dimsg.c58 struct imsg_fd *ifd; in imsg_read()
70 if ((ifd = calloc(1, sizeof(struct imsg_fd))) == NULL) in imsg_read()
273 struct imsg_fd *ifd; in imsg_get_fd()