Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/lock/
H A Dlock_deadlock.c480 #undef MSGBUF_LEN
481 #define MSGBUF_LEN ((nlockers + 1) * 10 + 64) macro
482 if ((ret = __os_malloc(MSGBUF_LEN, NULL, &msgbuf)) != 0)
500 __os_free(msgbuf, MSGBUF_LEN);