Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A Dread_fifo.c176 if (real_size < CONTROL_LEN || MSGMAX < real_size)
290 if (real_size < CONTROL_LEN || MSGMAX < real_size)
349 nbytes = MSGMAX - (fbp->psave_end - fbp->save); in _buffer()
H A Dmgetputm.c78 if (needsize <=0 || needsize > MSGMAX)
79 needsize = MSGMAX;
H A Dmread.c67 char buff [MSGMAX];
H A Dstreamio.c152 char tmpbuf [MSGMAX + EXCESS_3_2_LEN]; in write3_2()
H A Dmwrite.c172 if (size <= 0 || size > MSGMAX) in _mwrite()
H A Dmlisten.c178 char cbuff[MSGMAX]; in mlisten()
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Doutput.c52 char buffer[MSGMAX];
100 if ((rc = mrecv(buffer, MSGMAX)) != type) {
H A Ddo_mount.c295 buffer[MSGMAX];
301 if (mrecv(buffer, MSGMAX) != R_INQUIRE_PRINTER_STATUS) {
H A Dsend_message.c66 char msgbuf[MSGMAX];
H A Ddo_align.c90 buffer[MSGMAX];
204 if (mrecv(buffer, MSGMAX) != R_ALLOC_FILES) {
292 if (mrecv(buffer, MSGMAX) != R_PRINT_REQUEST) {
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dmsgs.c124 bytes = mread(md, Message, MSGMAX); in take_message()
222 Message = (char *)Malloc(MSGMAX); in init_messages()
/illumos-gate/usr/src/cmd/lp/include/
H A Dmsgs.h290 # define MSGMAX 2048 macro
355 char save [MSGMAX],
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpshut.c61 char msgbuf[MSGMAX]; in main()
H A Dlpfilter.c839 char msgbuf[MSGMAX]; in alert_spooler()
859 if (mrecv(msgbuf, MSGMAX) == -1) in alert_spooler()
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dservice.c58 svc->msgbuf_size = MSGMAX; in papiServiceCreate()
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.tell.c135 msgbuf[MSGMAX], in main()