Home
last modified time | relevance | path

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

/titanic_51/usr/src/cmd/lp/lib/msgs/
H A Dmread.c41 ** Function: int mread( MESG *, char *, int)
52 ** mread examines message descriptor and either calls read3_2
58 int mread ( MESG * md, char * msgbuf, int size ) in mread() function
60 int mread ( md, msgbuf, size ) in mread()
H A Dmrecv.c50 n = mread(lp_Md, msgbuf, size);
H A DMakefile48 mread.o \
H A Dmgetputm.c96 if (mread(md, MBG, MBGSize) < 0)
H A Dllib-llpmsg87 int mread ( MESG *, char *, int );
/titanic_51/usr/src/cmd/lp/cmd/lpsched/
H A Dmsgs.c127 bytes = mread(md, Message, MSGMAX); in take_message()
/titanic_51/usr/src/cmd/lp/include/
H A Dmsgs.h384 int mread ( MESG *, char *, int );
/titanic_51/usr/src/cmd/file/
H A Dfile.c159 static ssize_t mread; variable
551 if ((mread = pread(ifd, (void*)magicbuf, (size_t)maxmagicoffset, in type()
566 switch (f_ckmtab(magicbuf, mread, 1)) { in type()
671 switch (f_ckmtab(magicbuf, mread, 0)) { in def_position_tests()
/titanic_51/usr/src/cmd/lp/lib/papi/
H A Dlpsched-msgs.c94 while (((rc = mread(svc->md, svc->msgbuf, svc->msgbuf_size)) < 0) && in rcv_msg()