Home
last modified time | relevance | path

Searched refs:TARGET_SIGPIPE (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_signal.h20 #define TARGET_SIGPIPE 13 /* write on a pipe with no one to read it */ macro
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_signal.h20 #define TARGET_SIGPIPE 13 /* write on a pipe with no one to read it */ macro
/openbmc/qemu/linux-user/generic/
H A Dsignal.h33 #define TARGET_SIGPIPE 13 macro
/openbmc/qemu/linux-user/hppa/
H A Dtarget_signal.h17 #define TARGET_SIGPIPE 13 macro
/openbmc/qemu/linux-user/sparc/
H A Dtarget_signal.h17 #define TARGET_SIGPIPE 13 macro
/openbmc/qemu/linux-user/mips64/
H A Dtarget_signal.h18 #define TARGET_SIGPIPE 13 /* Broken pipe (POSIX). */ macro
/openbmc/qemu/linux-user/mips/
H A Dtarget_signal.h18 #define TARGET_SIGPIPE 13 /* Broken pipe (POSIX). */ macro
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_signal.h24 #define TARGET_SIGPIPE 13 /* write on a pipe with no one to read it */ macro
/openbmc/qemu/linux-user/alpha/
H A Dtarget_signal.h16 #define TARGET_SIGPIPE 13 macro
/openbmc/qemu/bsd-user/
H A Dstrace.c290 case TARGET_SIGPIPE: in print_signal()
/openbmc/qemu/gdbstub/
H A Duser-target.c40 TARGET_SIGPIPE,