Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.c197 smb_vc_t *vcp = CPTOVC(co); in smb_co_rele()
339 struct smb_vc *vcp = CPTOVC(cp); in smb_vc_gone()
354 struct smb_vc *vcp = CPTOVC(cp); in smb_vc_free()
468 vcp = CPTOVC(co); in smb_vc_findcreate()
990 vcp = CPTOVC(co); in nsmb_zone_shutdown()
1033 vcp = CPTOVC(co); in nsmb_zone_destroy()
H A Dsmb_conn.h294 #define CPTOVC(cp) ((struct smb_vc *)((void *)(cp))) macro
336 #define SSTOVC(ssp) CPTOVC(((ssp)->ss_co.co_parent))
H A Dsmb_rq.c517 vcp = CPTOVC(co); in smb_rq_getenv()