Lines Matching refs:peerid
640 imsg.hdr.type, imsg.hdr.peerid, p->p_title, imsg.hdr.pid); in proc_dispatch()
671 imsg.hdr.type, imsg.hdr.peerid, in proc_dispatch()
707 imsg_compose_event(struct imsgev *iev, uint16_t type, uint32_t peerid, in imsg_compose_event() argument
712 if ((ret = imsg_compose(&iev->ibuf, type, peerid, in imsg_compose_event()
720 imsg_composev_event(struct imsgev *iev, uint16_t type, uint32_t peerid, in imsg_composev_event() argument
725 if ((ret = imsg_composev(&iev->ibuf, type, peerid, in imsg_composev_event()
747 uint16_t type, uint32_t peerid, int fd, void *data, uint16_t datalen) in proc_compose_imsg() argument
754 type, peerid, ps->ps_instance + 1, fd, data, datalen) == -1) in proc_compose_imsg()
770 uint16_t type, uint32_t peerid, int fd, const struct iovec *iov, int iovcnt) in proc_composev_imsg() argument
777 type, peerid, ps->ps_instance + 1, fd, iov, iovcnt) == -1) in proc_composev_imsg()
795 imsg->hdr.peerid, -1, imsg->data, IMSG_DATA_SIZE(imsg))); in proc_forward_imsg()