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

/freebsd-10.1-release/sys/netsmb/
H A Dsmb_dev.h120 int ioc_level; /* 0 - session, 1 - share */ member in struct:smbioc_flags
126 int ioc_level; member in struct:smbioc_lookup
H A Dsmb_usr.c134 if (dp->ioc_level < SMBL_VC || dp->ioc_level > SMBL_SHARE)
142 if (dp->ioc_level >= SMBL_SHARE) {
H A Dsmb_dev.c240 if (fl->ioc_level == SMBL_VC) {
260 } else if (fl->ioc_level == SMBL_SHARE) {
/freebsd-10.1-release/contrib/smbfs/lib/smb/
H A Dctx.c627 rq.ioc_level = level;
680 fl.ioc_level = level;

Completed in 172 milliseconds