HomeSort by: relevance | last modified time | path
    Searched refs:imsgbuf (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/tmux/dist/compat/
imsg.c 39 imsgbuf_init(struct imsgbuf *imsgbuf, int fd)
41 imsgbuf->w = msgbuf_new_reader(IMSG_HEADER_SIZE, imsg_parse_hdr,
42 imsgbuf);
43 if (imsgbuf->w == NULL)
45 imsgbuf->pid = getpid();
46 imsgbuf->maxsize = MAX_IMSGSIZE;
47 imsgbuf->fd = fd;
48 imsgbuf->flags = 0;
53 imsgbuf_allow_fdpass(struct imsgbuf *imsgbuf
431 struct imsgbuf *imsgbuf = arg; local
    [all...]
imsg.h 45 struct imsgbuf { struct
139 int imsgbuf_init(struct imsgbuf *, int);
140 void imsgbuf_allow_fdpass(struct imsgbuf *imsgbuf);
141 int imsgbuf_set_maxsize(struct imsgbuf *, uint32_t);
142 int imsgbuf_read(struct imsgbuf *);
143 int imsgbuf_write(struct imsgbuf *);
144 int imsgbuf_flush(struct imsgbuf *);
145 void imsgbuf_clear(struct imsgbuf *);
146 uint32_t imsgbuf_queuelen(struct imsgbuf *);
    [all...]
  /src/external/bsd/tmux/dist/
proc.c 57 struct imsgbuf ibuf;
163 struct imsgbuf *ibuf = &peer->ibuf;

Completed in 23 milliseconds