Searched refs:VKI_SIGTTOU (Results 1 – 14 of 14) sorted by relevance
365 #if defined (VKI_SIGTTOU) in target_signal_from_host()366 if (hostsig == VKI_SIGTTOU) in target_signal_from_host()614 #if defined (VKI_SIGTTOU) in do_target_signal_to_host()616 return VKI_SIGTTOU; in do_target_signal_to_host()
113 #define VKI_SIGTTOU 22 macro
106 #define VKI_SIGTTOU 22 macro
108 #define VKI_SIGTTOU 22 macro
173 #define VKI_SIGTTOU 22 macro
133 #define VKI_SIGTTOU 22 macro
129 #define VKI_SIGTTOU 22 macro
128 #define VKI_SIGTTOU 22 macro
124 #define VKI_SIGTTOU 22 macro
146 #define VKI_SIGTTOU 27 /* Background write to tty (POSIX). */ macro
156 #define VKI_SIGTTOU 27 /* Background write to tty (POSIX). */ macro
479 #define VKI_SIGTTOU SIGTTOU macro
345 #define VKI_SIGTTOU 22
1453 case VKI_SIGTTOU: return "SIGTTOU"; in VG_()