Searched refs:imsg_fd (Results 1 – 2 of 2) sorted by relevance
52 struct imsg_fd { struct53 TAILQ_ENTRY(imsg_fd) entry;58 TAILQ_HEAD(, imsg_fd) fds; argument
60 struct imsg_fd *ifd; in imsg_read()72 if ((ifd = calloc(1, sizeof(struct imsg_fd))) == NULL) in imsg_read()275 struct imsg_fd *ifd; in imsg_get_fd()