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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr.c83 #define FRAGMENT 65536 macro
578 * FRAGMENT size blocks and keep realloc()ing. 'block' is
585 block = MIN(size - bytesread, FRAGMENT);
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c131 #define FRAGMENT 7 /* the rest (hence odd). */ macro
1388 type = FRAGMENT;
3873 type = FRAGMENT;
3906 case FRAGMENT:
4202 type = FRAGMENT;
4258 case FRAGMENT:

Completed in 200 milliseconds