Searched refs:msgio (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/syscall/ |
H A D | strcalls.c | 60 static int msgio(int fdes, struct strbuf *ctl, struct strbuf *data, int *rval, 90 if ((error = msgio(fdes, ctl, data, &rv, FREAD, &pri, in getmsg() 132 error = msgio(fdes, ctl, data, &rv, FWRITE, &pri, &realflags); in putmsg() 156 error = msgio(fdes, ctl, data, &rv, FREAD, &pri, &flags); in getpmsg() 178 error = msgio(fdes, ctl, data, &rv, FWRITE, &pri, &flags); in putpmsg() 190 msgio(int fdes, struct strbuf *ctl, struct strbuf *data, int *rval, in msgio() function
|