Searched refs:CSIGNAL (Results 1 – 6 of 6) sorted by relevance
37 #ifndef CSIGNAL38 # define CSIGNAL 0x000000ff macro112 if (!printflags64(clone_flags, flags & ~CSIGNAL, NULL)) in SYS_FUNC()114 if ((flags & CSIGNAL) != 0) in SYS_FUNC()115 tprintf("%s%s", sep, signame(flags & CSIGNAL)); in SYS_FUNC()
3350 * process.c (sys_clone): Mask CSIGNAL out of flags and print that
10 #define CSIGNAL 0x000000ff /* signal mask to be sent at exit */ macro
87 CSIGNAL = 0x000000ff variable
185 CSIGNAL = 0x000000ff variable
1345 #ifdef CSIGNAL1346 { "CSIGNAL", (unsigned long) CSIGNAL },