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

/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Drmtab.c424 #define RMTAB_LOADLEN (16*2024) /* Max bytes to read at a time */ macro
440 char buf[RMTAB_LOADLEN+1];
444 * Read at most RMTAB_LOADLEN bytes from /etc/rmtab.
445 * - if fread returns RMTAB_LOADLEN we can be in the middle
450 while ((len = fread(buf, 1, RMTAB_LOADLEN, fp)) > 0) {
451 if (len == RMTAB_LOADLEN) {

Completed in 45 milliseconds