Searched defs:xpmsg_func (Results 1 – 1 of 1) sorted by relevance
158 struct xpmsg_func { struct159 void (*func)(int, int, int);160 void (*trap)(int, int, int);161 int arg0;162 int arg1;163 int arg2;164 } xpmsg_func; member