Searched refs:vc_mode (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/netsmb/
H A Dsmb_conn.c154 vcp->vc_mode)
415 vcp->vc_mode = vcspec->rights & SMBM_MASK;
610 return (vcp->vc_mode & mode) == mode ? 0 : EACCES;
712 vip->mode = vcp->vc_mode;
H A Dsmb_conn.h255 mode_t vc_mode; /* access mode */ member in struct:smb_vc

Completed in 46 milliseconds