| /openbmc/u-boot/include/linux/ |
| H A D | stat.h | 52 uid_t st_uid; /* user id */ member 79 unsigned short st_uid; member 106 uid_t st_uid; member 136 unsigned short st_uid; member
|
| /openbmc/qemu/bsd-user/freebsd/ |
| H A D | os-stat.c | 39 __put_user(host_st->st_uid, &target_st->st_uid); in h2t_freebsd11_stat() 74 __put_user(host_st->st_uid, &target_st->st_uid); in h2t_freebsd_stat() 118 __put_user(host_st->st_uid, &target_st->st_uid); in h2t_freebsd11_nstat()
|
| /openbmc/qemu/block/export/ |
| H A D | fuse.c | 63 uid_t st_uid; member 191 exp->st_uid = getuid(); in fuse_export_create() 431 .st_uid = exp->st_uid, in fuse_getattr() 554 exp->st_uid = statbuf->st_uid; in fuse_setattr()
|
| /openbmc/ipmitool/lib/ |
| H A D | helper.c | 595 if (st1.st_uid != st2.st_uid) { in ipmi_open_file() 597 file, st1.st_uid, st2.st_uid); in ipmi_open_file()
|
| /openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/ |
| H A D | 0001-unix-configure-use-_Static_assert-to-do-correct-dete.patch | 26 +_Static_assert(sizeof((struct stat){0}.st_uid) == 2, "sizeof st_uid is not 16 bit");
|
| /openbmc/qemu/bsd-user/ |
| H A D | syscall_defs.h | 225 uint32_t st_uid; /* user ID of the file's owner */ member 260 uint32_t st_uid; /* user ID of the file's owner */ member 295 uint32_t st_uid; /* user ID of the file's owner */ member
|
| H A D | bsdload.c | 71 bprm->e_uid = st.st_uid; in prepare_binprm()
|
| /openbmc/qemu/fsdev/ |
| H A D | 9p-marshal.h | 54 uint32_t st_uid; member
|
| H A D | 9p-iov-marshal.c | 278 statp->st_uid, statp->st_gid, in v9fs_iov_vmarshal()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/ |
| H A D | 0012-hgfsServerLinux-Consider-64bit-time_t-possibility.patch | 40 attr->userId = stats->st_uid;
|
| /openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/ |
| H A D | 0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch | 84 (int) (e->sb.st_uid), (int) (e->sb.st_gid), 95 (int) e->sb.st_uid, (int) e->sb.st_gid, e->name); 106 (int) e->sb.st_uid, (int) e->sb.st_gid, e->name); 117 (int) e->sb.st_uid, (int) e->sb.st_gid, e->name, 128 (int) e->sb.st_uid, (int) e->sb.st_gid, e->name);
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/extras/ |
| H A D | 0002-ext4_utils-add-o-argument-to-preserve-ownership.patch | 32 + dentries[i].uid = stat.st_uid;
|
| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yaffsfs.h | 54 int st_uid; /* user ID of owner */ member
|
| H A D | yaffsfs.c | 1602 buf->st_uid = 0; in yaffsfs_DoStat()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
| H A D | rdist-6.1.5-lfs.patch | 86 getusername(stb.st_uid, target, options),
|
| H A D | rdist-6.1.5-cleanup.patch | 1662 - if (cp = getusername(stb.st_uid, target, o)) 1663 + if ((cp = getusername(stb.st_uid, target, o)))
|
| /openbmc/qemu/hw/9pfs/ |
| H A D | 9p-local.c | 172 stbuf->st_uid = atoi(buf + 11); in local_mapped_file_attr() 210 stbuf->st_uid = le32_to_cpu(tmp_uid); in local_lstat() 796 stbuf->st_uid = le32_to_cpu(tmp_uid); in local_fstat()
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | sstatesig.py | 653 update_hash(" %10s" % pwd.getpwuid(s.st_uid).pw_name) 658 (e, os.path.abspath(path), s.st_uid, s.st_gid))
|
| H A D | package.py | 1404 os.chown(dest, fstat.st_uid, fstat.st_gid)
|
| /openbmc/pam-ipmi/src/pam_ipmisave/ |
| H A D | pam_ipmisave.c | 359 if ((fchown(fileno(pwfile), st.st_uid, st.st_gid) == -1) || in update_pass_special_file()
|
| /openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0001-localedef-Add-hardlink-resolver-from-util-linux.patch | 578 + || st1->st_uid != st2->st_uid
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | rootfs-postcommands.bbclass | 80 return (osstat.st_uid, osstat.st_gid)
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | package_rpm.bbclass | 202 owner = pwd.getpwuid(stat_f.st_uid).pw_name
|
| H A D | sanity.bbclass | 759 if bin_stat.st_uid == 0 and bin_stat.st_mode & stat.S_ISUID:
|
| /openbmc/qemu/linux-user/ |
| H A D | syscall.c | 7957 __put_user(host_st->st_uid, &target_st->st_uid); in host_to_target_stat64() 7991 __put_user(host_st->st_uid, &target_st->st_uid); in host_to_target_stat64() 11415 __put_user(st.st_uid, &target_st->st_uid); in _syscall2() 12342 __put_user(st.st_uid, &target_stx->stx_uid); in _syscall2()
|