Home
last modified time | relevance | path

Searched refs:ufc (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0001-memcheck-tests-Fix-timerfd-syscall-test.patch91 @@ -139,6 +146,7 @@ int timerfd_gettime(int ufc, struct itim
93 return syscall(__NR_timerfd_gettime, ufc, otmr);
/openbmc/openbmc/meta-arm/meta-arm-toolchain/conf/distro/include/
H A Dtcmode-external-arm.inc
/openbmc/linux/drivers/s390/crypto/
H A Dpkey_api.c1408 struct pkey_findcard __user *ufc = (void __user *)arg; in pkey_unlocked_ioctl() local
1411 if (copy_from_user(&kfc, ufc, sizeof(kfc))) in pkey_unlocked_ioctl()
1418 if (copy_to_user(ufc, &kfc, sizeof(kfc))) in pkey_unlocked_ioctl()