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

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_elf.c258 #define DFLT_BUFFERSIZE 8192 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);
1673 if (elfrec->bufoffset > DFLT_BUFFERSIZE) {

Completed in 3393 milliseconds