Searched refs:imsg_fd (Results 1 – 2 of 2) sorted by relevance
50 struct imsg_fd { struct51 TAILQ_ENTRY(imsg_fd) entry;56 TAILQ_HEAD(, imsg_fd) fds; argument
58 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()