Home
last modified time | relevance | path

Searched refs:CPTOVC (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netsmb/
H A Dsmb_conn.h306 #define CPTOVC(cp) ((struct smb_vc*)(cp)) macro
309 #define SSTOVC(ssp) CPTOVC(((ssp)->obj.co_parent))
H A Dsmb_conn.c498 struct smb_vc *vcp = CPTOVC(cp); in smb_vc_free()
539 struct smb_vc *vcp = CPTOVC(cp); in smb_vc_gone()
H A Dsmb_rq.c285 vcp = CPTOVC(layer); in smb_rq_getenv()