Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/lp/lib/msgs/
H A Dmlisten.c71 Connections = (MESG **) Malloc(ConsSize * MDSIZE); in mlisteninit()
103 Connections = (MESG **) Realloc(Connections, ConsSize * MDSIZE); in mlistenadd()
115 Connections = (MESG **) Realloc(Connections, ConsSize * MDSIZE); in mlistenadd()
320 if ((md = (MESG *)Malloc(MDSIZE)) == NULL) in mlisten()
H A Dmconnect.c120 if ((md = (MESG *)Malloc(MDSIZE)) == NULL)
144 if ((md = (MESG *)Malloc(MDSIZE)) == NULL)
H A Dmcreate.c63 if ((md = (MESG *)Malloc(MDSIZE)) == NULL)
/titanic_44/usr/src/cmd/lp/include/
H A Dmsgs.h330 # define MDSIZE (sizeof(MESG)) macro