Searched refs:eof (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs4_vnops.c321 int error = 0, lockerror, nfsvers, numops, status, eof = 0; local
345 nfsm_chain_get_32(error, &nmrep, eof);
356 if (!eof && !retlen)
357 eof = 1;
358 *eofp = eof;
655 int nfsvers, rdirplus, nmreaddirsize, nmrsize, eof, i, numops; local
926 /* If at end of rpc data, get the eof boolean */
928 nfsm_chain_get_32(error, &nmrep, eof);
930 more_entries = (eof == 0);
H A Dnfs_vnops.c1722 int error = 0, nfsvers, eof = 0; local
1749 error = nmp->nm_funcs->nf_read_rpc_async_finish(np, req, uiop, &retlen, &eof);
1755 if (eof || (retlen == 0))
1761 FSDBG_BOT(536, np, eof, uio_uio_resid(uiop), error);
1811 int error = 0, lockerror, nfsvers, status, eof = 0; local
1838 nfsm_chain_get_32(error, &nmrep, eof);
1851 if (!eof && !retlen)
1852 eof = 1;
1854 eof = 1;
1856 *eofp = eof;
4060 int error = 0, lockerror, status, tlen, more_dirs = 1, blksiz = 0, bigenough = 1, eof; local
4295 int nfsvers, nmreaddirsize, nmrsize, attrflag, eof; local
[all...]
H A Dnfs_bio.c1615 int error = 0, nfsvers, offset, length, eof = 0, multasyncrpc, finished; local
1662 error = nmp->nm_funcs->nf_read_rpc_async_finish(np, req, &uio, &rlen, &eof);
1679 if ((nfsvers == NFS_VER2) || eof || (rlen == 0)) {
2275 * We keep track of the directory eof in
/macosx-10.5.8/xnu-1228.15.4/libkern/
H A Dzlib.c567 int eof));
570 int eof));
1653 #define FLUSH_BLOCK_ONLY(s, eof) { \
1658 (eof)); \
1665 #define FLUSH_BLOCK(s, eof) { \
1666 FLUSH_BLOCK_ONLY(s, eof); \
1667 if (s->strm->avail_out == 0) return (eof) ? finish_started : need_more; \
2973 * int eof; true if this is the last block for a file
2976 _tr_stored_block(deflate_state *s, charf *buf, ulg stored_len, int eof) argument
2978 send_bits(s, (STORED_BLOCK<<1)+eof,
3031 _tr_flush_block(deflate_state *s, charf *buf, ulg stored_len, int eof) argument
[all...]

Completed in 163 milliseconds