Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/linux/
H A Dlinux_misc.c936 int error, status, tmpstat; in linux_common_wait() local
959 tmpstat = status & 0xffff; in linux_common_wait()
960 if (WIFSIGNALED(tmpstat)) { in linux_common_wait()
961 tmpstat = (tmpstat & 0xffffff80) | in linux_common_wait()
962 bsd_to_linux_signal(WTERMSIG(tmpstat)); in linux_common_wait()
963 } else if (WIFSTOPPED(tmpstat)) { in linux_common_wait()
964 tmpstat = (tmpstat & 0xffff00ff) | in linux_common_wait()
968 tmpstat = linux_ptrace_status(td, in linux_common_wait()
969 siginfo.si_pid, tmpstat); in linux_common_wait()
972 } else if (WIFCONTINUED(tmpstat)) { in linux_common_wait()
[all …]
/freebsd-13.1/sys/kern/
H A Dsubr_stats.c1220 struct voistat *tmpstat; local
1342 tmpstat->stype = VS_STYPE_VOISTATE;
1343 tmpstat->flags = 0;
1344 tmpstat->dtype = VSD_DTYPE_VOISTATE;
1345 newstatdataidx = tmpstat->dsz =
1347 tmpstat->data_off = tpl_sb->statsdata_off;
1354 "already initialised", tmpstat));
1355 tmpstat->stype = vss[i].stype;
1356 tmpstat->flags = vss[i].flags;
1357 tmpstat->dtype = vss[i].vs_dtype;
[all …]