Home
last modified time | relevance | path

Searched refs:st_uid (Results 1 – 8 of 8) sorted by relevance

/xnu-10002.41.9/bsd/sys/
H A Dstat.h123 __uint16_t st_uid; /* user ID of the file's owner */ member
171 uid_t st_uid; /* [XSI] User ID of the file */ \
199 uid_t st_uid; /* [XSI] User ID of the file */ member
248 uid_t st_uid; /* [XSI] User ID of the file */ member
281 uid_t st_uid; /* [XSI] User ID of the file */ member
314 uid_t st_uid; /* [XSI] User ID of the file */ member
346 uid_t st_uid; /* [XSI] User ID of the file */ member
/xnu-10002.41.9/bsd/kern/
H A Dsys_socket.c386 sb64->st_uid = kauth_cred_getuid(so->so_cred); in soo_stat()
398 sb->st_uid = kauth_cred_getuid(so->so_cred); in soo_stat()
H A Dposix_shm.c699 sb64->st_uid = pinfo->pshm_uid; in pshm_stat()
706 sb->st_uid = pinfo->pshm_uid; in pshm_stat()
H A Dsys_pipe.c508 sb64->st_uid = kauth_getuid(); in pipe_stat()
535 sb->st_uid = kauth_getuid(); in pipe_stat()
H A Dproc_info.c3535 vsbp->vst_uid = sbp->st_uid; in munge_vinfo_stat()
/xnu-10002.41.9/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c440 VATTR_RETURN(vap, va_uid, stb.st_uid); in fdesc_attr()
/xnu-10002.41.9/bsd/vfs/
H A Dvfs_vnops.c1544 sb64->st_uid = va.va_uid; in vn_stat_noauth()
1562 sb->st_uid = va.va_uid; in vn_stat_noauth()
H A Dvfs_syscalls.c13794 usbp->st_uid = sbp->st_uid; in munge_user64_stat()
13831 usbp->st_uid = sbp->st_uid; in munge_user32_stat()
13871 usbp->st_uid = sbp->st_uid; in munge_user64_stat64()
13912 usbp->st_uid = sbp->st_uid; in munge_user32_stat64()