Home
last modified time | relevance | path

Searched refs:SMBL_VC (Results 1 – 5 of 5) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/netsmb/
H A Dsmb_dev.c252 sdp->sd_level = SMBL_VC; in nsmb_dev_ioctl()
283 if (fl->ioc_level == SMBL_VC) { in nsmb_dev_ioctl()
335 sdp->sd_level = SMBL_VC; in nsmb_dev_ioctl()
H A Dsmb_usr.c139 if (dp->ioc_level < SMBL_VC || dp->ioc_level > SMBL_SHARE) in smb_usr_lookup()
H A Dsmb_conn.h44 #define SMBL_VC 1 macro
H A Dsmb_conn.c535 smb_co_init(VCTOCP(vcp), SMBL_VC, "smb_vc"); in smb_vc_create()
H A Dsmb_rq.c307 case SMBL_VC: in smb_rq_getenv()