Searched defs:MSGBUF_SIZE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c131 #define MSGBUF_SIZE 4096 macro
3116 while ((plainlen = MBLKL(mp)) > MSGBUF_SIZE) {
3118 outlen = MSGBUF_SIZE;
3144 /* If there is data left (< MSGBUF_SIZE), encrypt it. */
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c86 #define MSGBUF_SIZE 1024 macro
308 char buf[MSGBUF_SIZE];

Completed in 55 milliseconds