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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c68 #define HDR_SIZE (256) macro
233 static uchar_t header[HDR_SIZE];
257 if (!(mblk_p = esballoc(header, HDR_SIZE, BPRI_HI, &frnop))) {
262 xdrmem_create(xdrp, (caddr_t)header, HDR_SIZE, XDR_ENCODE);

Completed in 44 milliseconds