Home
last modified time | relevance | path

Searched refs:tmpstat (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/compat/linux/
H A Dlinux_misc.c723 int error, status, tmpstat, sig; in linux_common_wait() local
729 tmpstat = status & 0xffff; in linux_common_wait()
730 if (WIFSIGNALED(tmpstat)) { in linux_common_wait()
731 tmpstat = (tmpstat & 0xffffff80) | in linux_common_wait()
732 bsd_to_linux_signal(WTERMSIG(tmpstat)); in linux_common_wait()
733 } else if (WIFSTOPPED(tmpstat)) { in linux_common_wait()
734 tmpstat = (tmpstat & 0xffff00ff) | in linux_common_wait()
738 tmpstat = linux_ptrace_status(td, in linux_common_wait()
739 siginfo.si_pid, tmpstat); in linux_common_wait()
742 } else if (WIFCONTINUED(tmpstat)) { in linux_common_wait()
[all …]
/freebsd-14.2/sys/kern/
H A Dsubr_stats.c1226 struct voistat *tmpstat; local
1348 tmpstat->stype = VS_STYPE_VOISTATE;
1349 tmpstat->flags = 0;
1350 tmpstat->dtype = VSD_DTYPE_VOISTATE;
1351 newstatdataidx = tmpstat->dsz =
1353 tmpstat->data_off = tpl_sb->statsdata_off;
1360 "already initialised", tmpstat));
1361 tmpstat->stype = vss[i].stype;
1362 tmpstat->flags = vss[i].flags;
1363 tmpstat->dtype = vss[i].vs_dtype;
[all …]