Home
last modified time | relevance | path

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

/xnu-12377.81.4/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-12377.81.4/tests/vfs/
H A Dunique.c235 …T_EXPECT_POSIX_SUCCESS(fchownat(testdir_fd, FILE, statbuf.st_uid, statbuf.st_gid, AT_UNIQUE), "Cal…
241 …T_EXPECT_POSIX_FAILURE(fchownat(testdir_fd, FILE, statbuf.st_uid, statbuf.st_gid, AT_UNIQUE), ENOT…
/xnu-12377.81.4/bsd/kern/
H A Dsys_socket.c382 sb64->st_uid = kauth_cred_getuid(so->so_cred); in soo_stat()
394 sb->st_uid = kauth_cred_getuid(so->so_cred); in soo_stat()
H A Dposix_shm.c701 sb64->st_uid = pinfo->pshm_uid; in pshm_stat()
708 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.c3823 vsbp->vst_uid = sbp->st_uid; in munge_vinfo_stat()
/xnu-12377.81.4/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c466 VATTR_RETURN(vap, va_uid, stb.st_uid); in fdesc_attr()
/xnu-12377.81.4/bsd/vfs/
H A Dvfs_vnops.c1606 sb64->st_uid = va.va_uid; in vn_stat_noauth()
1624 sb->st_uid = va.va_uid; in vn_stat_noauth()
H A Dvfs_syscalls.c14498 usbp->st_uid = sbp->st_uid; in munge_user64_stat()
14535 usbp->st_uid = sbp->st_uid; in munge_user32_stat()
14575 usbp->st_uid = sbp->st_uid; in munge_user64_stat64()
14616 usbp->st_uid = sbp->st_uid; in munge_user32_stat64()