Home
last modified time | relevance | path

Searched refs:msgio32 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dstrcalls.c286 static int msgio32(int fdes, struct strbuf32 *ctl, struct strbuf32 *data,
316 if ((error = msgio32(fdes, ctl, data, &rv, FREAD, &pri, in getmsg32()
358 error = msgio32(fdes, ctl, data, &rv, FWRITE, &pri, &realflags); in putmsg32()
382 error = msgio32(fdes, ctl, data, &rv, FREAD, &pri, &flags); in getpmsg32()
404 error = msgio32(fdes, ctl, data, &rv, FWRITE, &pri, &flags); in putpmsg32()
416 msgio32(int fdes, struct strbuf32 *ctl, struct strbuf32 *data, int *rval, in msgio32() function