Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c92 #define MSGBUF_SIZE 1024 macro
314 char buf[MSGBUF_SIZE]; in errmsg()
/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c133 #define MSGBUF_SIZE 4096 macro
3119 while ((plainlen = MBLKL(mp)) > MSGBUF_SIZE) { in encrypt_msgb()
3121 outlen = MSGBUF_SIZE; in encrypt_msgb()