Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.h215 struct smb_connobj vc_co; /* keep first! See CPTOVC */ member
261 #define vc_lock vc_co.co_lock
262 #define vc_flags vc_co.co_flags
295 #define VCTOCP(vcp) (&(vcp)->vc_co)
H A Dsmb_conn.c409 vcp->vc_co.co_free = smb_vc_free; in smb_vc_create()
410 vcp->vc_co.co_gone = smb_vc_gone; in smb_vc_create()
H A Dsmb_iod.c539 if (vcp->vc_co.co_usecount == 1) { in smb_iod_recvall()
1808 vcp->vc_co.co_usecount > 1) { in smb_iod_vc_idle()
1815 vcp->vc_co.co_usecount == 1) { in smb_iod_vc_idle()