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

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

Completed in 102 milliseconds