Searched defs:mproc (Results 1 – 2 of 2) sorted by relevance
975 struct mproc { struct979 void (*handler)(struct mproc *, struct imsg *); argument980 struct imsgbuf imsgbuf;982 char *m_buf;983 size_t m_alloc;1007 extern struct mproc *p_control; argument
41 struct mproc mproc; member