Home
last modified time | relevance | path

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

12

/openbmc/u-boot/include/linux/
H A Dstat.h52 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 Dos-stat.c39 __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 Dfuse.c63 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 Dhelper.c595 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 D0001-unix-configure-use-_Static_assert-to-do-correct-dete.patch26 +_Static_assert(sizeof((struct stat){0}.st_uid) == 2, "sizeof st_uid is not 16 bit");
/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h225 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 Dbsdload.c71 bprm->e_uid = st.st_uid; in prepare_binprm()
/openbmc/qemu/fsdev/
H A D9p-marshal.h54 uint32_t st_uid; member
H A D9p-iov-marshal.c278 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 D0012-hgfsServerLinux-Consider-64bit-time_t-possibility.patch40 attr->userId = stats->st_uid;
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/
H A D0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch84 (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 D0002-ext4_utils-add-o-argument-to-preserve-ownership.patch32 + dentries[i].uid = stat.st_uid;
/openbmc/u-boot/fs/yaffs2/
H A Dyaffsfs.h54 int st_uid; /* user ID of owner */ member
H A Dyaffsfs.c1602 buf->st_uid = 0; in yaffsfs_DoStat()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-lfs.patch86 getusername(stb.st_uid, target, options),
H A Drdist-6.1.5-cleanup.patch1662 - if (cp = getusername(stb.st_uid, target, o))
1663 + if ((cp = getusername(stb.st_uid, target, o)))
/openbmc/qemu/hw/9pfs/
H A D9p-local.c172 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 Dsstatesig.py653 update_hash(" %10s" % pwd.getpwuid(s.st_uid).pw_name)
658 (e, os.path.abspath(path), s.st_uid, s.st_gid))
H A Dpackage.py1404 os.chown(dest, fstat.st_uid, fstat.st_gid)
/openbmc/pam-ipmi/src/pam_ipmisave/
H A Dpam_ipmisave.c359 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 D0001-localedef-Add-hardlink-resolver-from-util-linux.patch578 + || st1->st_uid != st2->st_uid
/openbmc/openbmc/poky/meta/classes-recipe/
H A Drootfs-postcommands.bbclass80 return (osstat.st_uid, osstat.st_gid)
/openbmc/openbmc/poky/meta/classes-global/
H A Dpackage_rpm.bbclass202 owner = pwd.getpwuid(stat_f.st_uid).pw_name
H A Dsanity.bbclass759 if bin_stat.st_uid == 0 and bin_stat.st_mode & stat.S_ISUID:
/openbmc/qemu/linux-user/
H A Dsyscall.c7957 __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()

12