Searched refs:uns (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/testing/selftests/nsfs/ |
H A D | owner.c | 28 int pfd[2], ns, uns, init_uns; in main() local 60 uns = ioctl(ns, NS_GET_USERNS); in main() 61 if (uns < 0) in main() 64 if (fstat(uns, &st1)) in main() 74 init_uns = ioctl(uns, NS_GET_USERNS); in main() 75 if (uns < 0) in main()
|
/openbmc/linux/io_uring/ |
H A D | fdinfo.c | 22 struct user_namespace *uns = seq_user_ns(m); in io_uring_show_cred() local 28 seq_put_decimal_ull(m, "\tUid:\t", from_kuid_munged(uns, cred->uid)); in io_uring_show_cred() 29 seq_put_decimal_ull(m, "\t\t", from_kuid_munged(uns, cred->euid)); in io_uring_show_cred() 30 seq_put_decimal_ull(m, "\t\t", from_kuid_munged(uns, cred->suid)); in io_uring_show_cred() 31 seq_put_decimal_ull(m, "\t\t", from_kuid_munged(uns, cred->fsuid)); in io_uring_show_cred() 32 seq_put_decimal_ull(m, "\n\tGid:\t", from_kgid_munged(uns, cred->gid)); in io_uring_show_cred() 33 seq_put_decimal_ull(m, "\t\t", from_kgid_munged(uns, cred->egid)); in io_uring_show_cred() 34 seq_put_decimal_ull(m, "\t\t", from_kgid_munged(uns, cred->sgid)); in io_uring_show_cred() 35 seq_put_decimal_ull(m, "\t\t", from_kgid_munged(uns, cred->fsgid)); in io_uring_show_cred() 40 from_kgid_munged(uns, gi->gid[g])); in io_uring_show_cred()
|
/openbmc/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 596 int32_t val2, int val2const, int uns) 599 if (uns) { 607 uns ? ARITH_UDIV : ARITH_SDIV);
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/ |
H A D | 0001-Fix-Translations-containing-invalid-directives-hs.patch | 190 msgstr "Les chemins qui composent ce glyphe se coupent les uns les autres"
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | round.S | 515 subw LOCAL_EX(%a0),%d1 |d1 = threshold - uns exponent
|
/openbmc/qemu/target/mips/tcg/ |
H A D | mxu_translate.c | 4348 static void gen_mxu_s32madd_sub(DisasContext *ctx, bool sub, bool uns) in gen_mxu_s32madd_sub() argument 4370 if (uns) { in gen_mxu_s32madd_sub()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 4262 static bool op_mlal(DisasContext *s, arg_s_rrrr *a, bool uns, bool add) in op_mlal() argument 4268 if (uns) { in op_mlal()
|