Lines Matching defs:eof
509 * - If a matching entry was found eof will be B_FALSE and
512 * - If we've scanned to the end, eof will be B_TRUE.
517 smb_odirent_t *odirent, boolean_t *eof)
552 *eof = B_FALSE;
555 *eof = B_TRUE;
580 * - If a matching entry was found eof will be B_FALSE and
583 * - If at end of dir, eof will be B_TRUE.
588 smb_fileinfo_t *fileinfo, uint16_t *eof)
646 *eof = 0;
649 *eof = 1; /* per. FindFirst, FindNext spec. */
666 * - If a matching entry was found eof will be B_FALSE and
668 * - If there are no matching entries eof will be B_TRUE.
673 smb_streaminfo_t *sinfo, boolean_t *eof)
705 *eof = B_TRUE;
751 *eof = B_FALSE;
754 *eof = B_TRUE;
1047 int eof;
1082 od->d_buf, &od->d_bufsize, &eof, abe_flag, od->d_cred);
1093 od->d_eof = (eof != 0);