Searched refs:smb_vc_info (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/smbfs/smbutil/
H A Ddumptree.c68 print_vcinfo(struct smb_vc_info *vip)
130 p = (struct smb_vc_info*)p + 1;
/freebsd-12-stable/sys/netsmb/
H A Dsmb_conn.c705 smb_vc_getinfo(struct smb_vc *vcp, struct smb_vc_info *vip)
707 bzero(vip, sizeof(struct smb_vc_info));
926 struct smb_vc_info vci;
942 error = SYSCTL_OUT(req, &vci, sizeof(struct smb_vc_info));
H A Dsmb_conn.h136 struct smb_vc_info { struct

Completed in 246 milliseconds