Home
last modified time | relevance | path

Searched refs:vc_uid (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/netproto/smb/
H A Dsmb_conn.c147 if (vcp->vc_uid != vcspec->owner) in smb_sm_lookupint()
455 vcp->vc_uid = uid; in smb_vc_create()
599 if (smb_suser(cred) == 0 || cred->cr_uid == vcp->vc_uid) in smb_vc_access()
702 vip->uid = vcp->vc_uid; in smb_vc_getinfo()
H A Dsmb_conn.h261 uid_t vc_uid; /* user id of connection */ member