Searched refs:_rt (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/include/uapi/asm-generic/ |
H A D | siginfo.h | 57 } _rt; member 157 #define si_value _sifields._rt._sigval 158 #define si_int _sifields._rt._sigval.sival_int 159 #define si_ptr _sifields._rt._sigval.sival_ptr
|
/openbmc/qemu/linux-user/ |
H A D | signal.c | 403 tinfo->_sifields._rt._pid = info->si_pid; in host_to_target_siginfo_noswap() 404 tinfo->_sifields._rt._uid = info->si_uid; in host_to_target_siginfo_noswap() 406 tinfo->_sifields._rt._sigval.sival_ptr in host_to_target_siginfo_noswap() 465 __put_user(info->_sifields._rt._pid, &tinfo->_sifields._rt._pid); in tswap_siginfo() 466 __put_user(info->_sifields._rt._uid, &tinfo->_sifields._rt._uid); in tswap_siginfo() 467 __put_user(info->_sifields._rt._sigval.sival_ptr, in tswap_siginfo() 468 &tinfo->_sifields._rt._sigval.sival_ptr); in tswap_siginfo() 494 __get_user(info->si_pid, &tinfo->_sifields._rt._pid); in target_to_host_siginfo() 495 __get_user(info->si_uid, &tinfo->_sifields._rt._uid); in target_to_host_siginfo() 496 __get_user(sival_ptr, &tinfo->_sifields._rt._sigval.sival_ptr); in target_to_host_siginfo()
|
H A D | strace.c | 288 __get_user(tinfo->_sifields._rt._pid, &info->_sifields._rt._pid); in get_target_siginfo() 289 __get_user(tinfo->_sifields._rt._uid, &info->_sifields._rt._uid); in get_target_siginfo() 291 __get_user(sival_ptr, &info->_sifields._rt._sigval.sival_ptr); in get_target_siginfo() 292 tinfo->_sifields._rt._sigval.sival_ptr = sival_ptr; in get_target_siginfo() 351 (unsigned int)tinfo->_sifields._rt._pid, in print_siginfo() 352 (unsigned int)tinfo->_sifields._rt._uid, in print_siginfo() 353 tinfo->_sifields._rt._sigval.sival_ptr); in print_siginfo()
|
H A D | syscall_defs.h | 607 } _rt; member
|
/openbmc/linux/arch/mips/ralink/ |
H A D | timer.c | 47 static irqreturn_t rt_timer_irq(int irq, void *_rt) in rt_timer_irq() argument 49 struct rt_timer *rt = (struct rt_timer *) _rt; in rt_timer_irq()
|
/openbmc/qemu/bsd-user/openbsd/ |
H A D | target_os_siginfo.h | 43 } _rt; member
|
/openbmc/qemu/bsd-user/netbsd/ |
H A D | target_os_siginfo.h | 43 } _rt; member
|
/openbmc/linux/arch/x86/kernel/ |
H A D | signal_32.c | 465 CHECK_SI_OFFSET(_rt); 466 CHECK_SI_SIZE (_rt, 3*sizeof(int));
|
H A D | signal_64.c | 464 CHECK_SI_OFFSET(_rt); 465 CHECK_SI_SIZE (_rt, 4*sizeof(int));
|
/openbmc/linux/drivers/regulator/ |
H A D | rk808-regulator.c | 132 _rr, _rm, _rt)\ argument 153 .ramp_delay_table = _rt, \ 154 .n_ramp_values = ARRAY_SIZE(_rt), \
|
/openbmc/linux/include/linux/ |
H A D | compat.h | 186 } _rt; member
|