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

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_elf.c259 #define DFLT_OVFSIZE 3072 /* Maximum logged or buffered size */ macro
599 DFLT_BUFFERSIZE + DFLT_OVFSIZE);
617 DFLT_BUFFERSIZE + DFLT_OVFSIZE);
1271 (size_t)(DFLT_BUFFERSIZE + DFLT_OVFSIZE - elfbufoffset))
1576 elfrec->buf = (char *)malloc(DFLT_BUFFERSIZE + DFLT_OVFSIZE);

Completed in 49 milliseconds