Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A D_getmessage.c75 if (etype < 0 || etype > LAST_MESSAGE)
83 if (rtype > 0 && rtype <= LAST_MESSAGE)
H A D_putmessage.c54 if (type < 0 || type > LAST_MESSAGE)
H A Dstreamio.c128 if ((type = stoh(msgbuf + HEAD_TYPE)) < 0 || LAST_MESSAGE < type) in read3_2()
H A Dmwrite.c105 if (LAST_MESSAGE < stoh(msgbuf + MESG_TYPE)) in mwrite()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Ddisptab.c286 if (type <= 0 || type > LAST_MESSAGE) in dispatchName()
311 if (type <= 0 || type >= LAST_MESSAGE || pd->fncp == NULL) in dispatch()
/illumos-gate/usr/src/cmd/lp/include/
H A Dmsgs.h156 # define LAST_MESSAGE 104 macro