Home
last modified time | relevance | path

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

/NextBSD/sys/netsmb/
HDsmb_dev.h120 int ioc_level; /* 0 - session, 1 - share */ member
126 int ioc_level; member
HDsmb_usr.c134 if (dp->ioc_level < SMBL_VC || dp->ioc_level > SMBL_SHARE) in smb_usr_lookup()
142 if (dp->ioc_level >= SMBL_SHARE) { in smb_usr_lookup()
HDsmb_dev.c240 if (fl->ioc_level == SMBL_VC) { in nsmb_dev_ioctl()
260 } else if (fl->ioc_level == SMBL_SHARE) { in nsmb_dev_ioctl()
/NextBSD/contrib/smbfs/lib/smb/
HDctx.c627 rq.ioc_level = level; in smb_ctx_lookup()
680 fl.ioc_level = level; in smb_ctx_setflags()