Searched defs:smb_vc (Results 1 – 1 of 1) sorted by relevance
154 typedef struct smb_vc { struct155 struct smb_connobj vc_co; /* keep first! See CPTOVC */156 enum smbiod_state vc_state;157 kcondvar_t vc_statechg;159 zoneid_t vc_zoneid;183 } smb_vc_t; argument