smb_odirent_t
smb_odirent_t *odirent;
odirent = kmem_alloc(sizeof (smb_odirent_t), KM_SLEEP);
kmem_free(odirent, sizeof (smb_odirent_t));
smb_odirent_t *odirent;
odirent = kmem_alloc(sizeof (smb_odirent_t), KM_SLEEP);
kmem_free(odirent, sizeof (smb_odirent_t));
smb_odir_next_odirent(smb_odir_t *od, smb_odirent_t *odirent)
bzero(odirent, sizeof (smb_odirent_t));
smb_odirent_t *odirent, smb_fileinfo_t *fileinfo)
smb_odir_match_name(smb_odir_t *od, smb_odirent_t *odirent)
smb_odirent_t *, smb_fileinfo_t *);
static int smb_odir_next_odirent(smb_odir_t *, smb_odirent_t *);
static boolean_t smb_odir_match_name(smb_odir_t *, smb_odirent_t *);
smb_odirent_t *odirent, boolean_t *eof)
smb_odirent_t *odirent;
odirent = kmem_alloc(sizeof (smb_odirent_t), KM_SLEEP);
kmem_free(odirent, sizeof (smb_odirent_t));
smb_odirent_t *odirent;
odirent = kmem_alloc(sizeof (smb_odirent_t), KM_SLEEP);
kmem_free(odirent, sizeof (smb_odirent_t));
smb_odirent_t *, boolean_t *);