Searched refs:st_uid (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.61.12/bsd/sys/ |
| H A D | stat.h | 123 __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.61.12/tests/vfs/ |
| H A D | unique.c | 235 …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.61.12/bsd/kern/ |
| H A D | sys_socket.c | 382 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 D | posix_shm.c | 701 sb64->st_uid = pinfo->pshm_uid; in pshm_stat() 708 sb->st_uid = pinfo->pshm_uid; in pshm_stat()
|
| H A D | sys_pipe.c | 508 sb64->st_uid = kauth_getuid(); in pipe_stat() 535 sb->st_uid = kauth_getuid(); in pipe_stat()
|
| H A D | proc_info.c | 3823 vsbp->vst_uid = sbp->st_uid; in munge_vinfo_stat()
|
| /xnu-12377.61.12/bsd/miscfs/devfs/ |
| H A D | devfs_fdesc_support.c | 466 VATTR_RETURN(vap, va_uid, stb.st_uid); in fdesc_attr()
|
| /xnu-12377.61.12/bsd/vfs/ |
| H A D | vfs_vnops.c | 1606 sb64->st_uid = va.va_uid; in vn_stat_noauth() 1624 sb->st_uid = va.va_uid; in vn_stat_noauth()
|
| H A D | vfs_syscalls.c | 14498 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()
|