Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/freebsd/
H A Dos-misc.h79 void *ufrom, *uto; in do_freebsd_shm_rename() local
81 ufrom = lock_user_string(fromptr); in do_freebsd_shm_rename()
82 if (ufrom == NULL) { in do_freebsd_shm_rename()
87 unlock_user(ufrom, fromptr, 0); in do_freebsd_shm_rename()
90 ret = get_errno(shm_rename(ufrom, uto, flags)); in do_freebsd_shm_rename()
91 unlock_user(ufrom, fromptr, 0); in do_freebsd_shm_rename()
/openbmc/qemu/disas/
H A Dm68k.c4576 const unsigned char *ufrom = (const unsigned char *) from; in floatformat_i387_ext_is_valid() local
4578 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_i387_ext_is_valid()
4580 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_i387_ext_is_valid()
4725 const unsigned char *ufrom = (const unsigned char *)from; in floatformat_to_double() local
4733 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double()
4750 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double()
4774 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1)) in floatformat_to_double()
4810 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double()
4830 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1)) in floatformat_to_double()
/openbmc/linux/kernel/
H A Dsignal.c3585 const struct compat_siginfo __user *ufrom) in __copy_siginfo_from_user32() argument
3589 if (copy_from_user(&from, ufrom, sizeof(struct compat_siginfo))) in __copy_siginfo_from_user32()
3597 const struct compat_siginfo __user *ufrom) in copy_siginfo_from_user32() argument
3601 if (copy_from_user(&from, ufrom, sizeof(struct compat_siginfo))) in copy_siginfo_from_user32()