Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/syscall/
H A Dstrcalls.c60 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