Lines Matching refs:peerid
631 imsg.hdr.type, imsg.hdr.peerid, p->p_title, imsg.hdr.pid); in proc_dispatch()
662 imsg.hdr.type, imsg.hdr.peerid, in proc_dispatch()
705 imsg_compose_event(struct imsgev *iev, uint16_t type, uint32_t peerid, in imsg_compose_event() argument
708 return imsg_compose_event2(iev, type, peerid, pid, fd, data, datalen, in imsg_compose_event()
713 imsg_compose_event2(struct imsgev *iev, uint16_t type, uint32_t peerid, in imsg_compose_event2() argument
718 if ((ret = imsg_compose(&iev->ibuf, type, peerid, in imsg_compose_event2()
726 imsg_composev_event(struct imsgev *iev, uint16_t type, uint32_t peerid, in imsg_composev_event() argument
731 if ((ret = imsg_composev(&iev->ibuf, type, peerid, in imsg_composev_event()
753 uint16_t type, uint32_t peerid, int fd, void *data, uint16_t datalen) in proc_compose_imsg() argument
760 type, peerid, ps->ps_instance + 1, fd, data, datalen) == -1) in proc_compose_imsg()
776 uint16_t type, uint32_t peerid, int fd, const struct iovec *iov, int iovcnt) in proc_composev_imsg() argument
783 type, peerid, ps->ps_instance + 1, fd, iov, iovcnt) == -1) in proc_composev_imsg()
801 imsg->hdr.peerid, imsg_get_fd(imsg), imsg->data, in proc_forward_imsg()