Searched refs:msgio32 (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/syscall/ |
H A D | strcalls.c | 289 static int msgio32(int fdes, struct strbuf32 *ctl, struct strbuf32 *data, 319 if ((error = msgio32(fdes, ctl, data, &rv, FREAD, &pri, in getmsg32() 361 error = msgio32(fdes, ctl, data, &rv, FWRITE, &pri, &realflags); in putmsg32() 385 error = msgio32(fdes, ctl, data, &rv, FREAD, &pri, &flags); in getpmsg32() 407 error = msgio32(fdes, ctl, data, &rv, FWRITE, &pri, &flags); in putpmsg32() 419 msgio32(int fdes, struct strbuf32 *ctl, struct strbuf32 *data, int *rval, in msgio32() function
|