Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A Dmlisten.c69 Connections = (MESG **) Malloc(ConsSize * MDSIZE); in mlisteninit()
101 Connections = (MESG **) Realloc(Connections, ConsSize * MDSIZE); in mlistenadd()
113 Connections = (MESG **) Realloc(Connections, ConsSize * MDSIZE); in mlistenadd()
318 if ((md = (MESG *)Malloc(MDSIZE)) == NULL) in mlisten()
H A Dmconnect.c119 if ((md = (MESG *)Malloc(MDSIZE)) == NULL)
143 if ((md = (MESG *)Malloc(MDSIZE)) == NULL)
H A Dmcreate.c60 if ((md = (MESG *)Malloc(MDSIZE)) == NULL)
/illumos-gate/usr/src/cmd/lp/include/
H A Dmsgs.h327 # define MDSIZE (sizeof(MESG)) macro