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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_odir.c195 * request (smb_odir_next_odirent) finds that the buffer is empty or that
204 * smb_odir_next_odirent it is translated into an smb_odirent_t.
214 * returned from the smb_odir_next_odirent. This is called in a loop until
263 static int smb_odir_next_odirent(smb_odir_t *, smb_odirent_t *);
542 if ((rc = smb_odir_next_odirent(od, odirent)) != 0)
572 * If the search pattern contains wildcards call smb_odir_next_odirent
623 if ((rc = smb_odir_next_odirent(od, odirent)) != 0)
715 if ((rc = smb_odir_next_odirent(od, odirent)) != 0)
1021 * smb_odir_next_odirent
1043 smb_odir_next_odirent(smb_odir_ function
[all...]

Completed in 47 milliseconds