Searched refs:tmpstat (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_misc.c972 int error, tmpstat; local
974 error = kern_wait(td, pid, &tmpstat, options, ru);
979 tmpstat &= 0xffff;
980 if (WIFSIGNALED(tmpstat))
981 tmpstat = (tmpstat & 0xffffff80) |
982 bsd_to_linux_signal(WTERMSIG(tmpstat));
983 else if (WIFSTOPPED(tmpstat))
984 tmpstat = (tmpstat
[all...]

Completed in 65 milliseconds