Home
last modified time | relevance | path

Searched refs:abi_int (Results 1 – 22 of 22) sorted by relevance

/openbmc/qemu/linux-user/
H A Dsyscall_defs.h153 abi_int sll_ifindex; /* Interface number */
224 abi_int l_onoff; /* Linger active */
225 abi_int l_linger; /* How long to linger for */
231 abi_int tv_usec;
257 abi_int tz_minuteswest;
258 abi_int tz_dsttime;
282 abi_int status; /* Clock command/status */
290 abi_int shift; /* PPS interval duration (seconds) */
296 abi_int tai; /* TAI offset */
299 abi_int:32; abi_int:32; abi_int:32; abi_int:32;
[all …]
H A Delfload.c153 typedef abi_int target_pid_t;
3963 abi_int si_signo; /* signal number */
3964 abi_int si_code; /* extra code */
3965 abi_int si_errno; /* errno */
3982 abi_int pr_fpvalid; /* XXX */
H A Dsyscall.c1642 || put_user_s32(host_pipe[1], pipedes + sizeof(abi_int))) in do_pipe()
6922 abi_int l_pid;
/openbmc/qemu/linux-user/alpha/
H A Dtarget_structs.h23 abi_int __key; /* Key. */
41 abi_int shm_cpid; /* pid of creator */
42 abi_int shm_lpid; /* pid of last shmop */
H A Dtarget_signal.h45 abi_int ss_flags;
/openbmc/qemu/linux-user/sparc/
H A Dtarget_structs.h23 abi_int __key; /* Key. */
48 abi_int shm_cpid; /* pid of creator */
49 abi_int shm_lpid; /* pid of last shmop */
H A Dtarget_signal.h46 abi_int ss_flags;
/openbmc/qemu/linux-user/generic/
H A Dtarget_structs.h23 abi_int __key; /* Key. */
51 abi_int shm_cpid; /* pid of creator */
52 abi_int shm_lpid; /* pid of last shmop */
H A Dsignal.h61 abi_int ss_flags;
H A Dfcntl.h147 abi_int l_pid;
/openbmc/qemu/linux-user/mips/
H A Dtarget_structs.h23 abi_int __key; /* Key. */
41 abi_int shm_cpid; /* pid of creator */
42 abi_int shm_lpid; /* pid of last shmop */
H A Dtarget_signal.h50 abi_int ss_flags;
/openbmc/qemu/linux-user/hppa/
H A Dtarget_structs.h23 abi_int __key; /* Key. */
47 abi_int shm_cpid; /* pid of creator */
48 abi_int shm_lpid; /* pid of last shmop */
H A Dtarget_signal.h47 abi_int ss_flags;
/openbmc/qemu/linux-user/s390x/
H A Dtarget_structs.h24 abi_int __key; /* Key. */
56 abi_int shm_cpid; /* pid of creator */
57 abi_int shm_lpid; /* pid of last shmop */
/openbmc/qemu/linux-user/ppc/
H A Dtarget_structs.h23 abi_int __key; /* Key. */
53 abi_int shm_cpid; /* pid of creator */
54 abi_int shm_lpid; /* pid of last shmop */
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_siginfo.h101 abi_int sigev_notify;
102 abi_int sigev_signo;
105 abi_int _threadid;
H A Dos-sys.c33 [CTLTYPE_INT] = sizeof(abi_int),
311 (*(abi_int *)holdp) = tswap32(bsd_get_ncpu()); in do_freebsd_sysctl_oid()
320 *(abi_int *)holdp = cpu_isar_feature(aa32_vfp, cpu); in do_freebsd_sysctl_oid()
322 holdlen = sizeof(abi_int); in do_freebsd_sysctl_oid()
/openbmc/qemu/bsd-user/arm/
H A Dtarget_arch_signal.h75 abi_int mc_spare[33];
/openbmc/qemu/linux-user/mips64/
H A Dtarget_signal.h50 abi_int ss_flags;
/openbmc/qemu/linux-user/xtensa/
H A Dtarget_structs.h5 abi_int __key; /* Key. */
/openbmc/qemu/include/user/
H A Dabitypes.h46 typedef int32_t abi_int __attribute__((aligned(ABI_INT_ALIGNMENT))); typedef