Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.c323 struct smb_vc *vcp = CPTOVC(cp); in smb_vc_gone()
338 struct smb_vc *vcp = CPTOVC(cp); in smb_vc_free()
449 vcp = CPTOVC(co); in smb_vc_findcreate()
854 vcp = CPTOVC(co); in nsmb_zone_shutdown()
897 vcp = CPTOVC(co); in nsmb_zone_destroy()
H A Dsmb_conn.h248 #define CPTOVC(cp) ((struct smb_vc *)((void *)(cp))) macro
252 #define SSTOVC(ssp) CPTOVC(((ssp)->ss_co.co_parent))
H A Dsmb_rq.c435 vcp = CPTOVC(co); in smb_rq_getenv()