OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmp_status
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/raidframe/
rf_disks.c
1264
int
tmp_status
;
local
1297
tmp_status
= raidPtr->Disks[a].status;
1299
raidPtr->Disks[b].status =
tmp_status
;
/src/external/bsd/kyua-testers/dist/
run.c
469
int
tmp_status
;
local
470
const pid_t waited_pid = waitpid(pid, &
tmp_status
, 0);
481
if (WIFEXITED(
tmp_status
)) {
482
if (WEXITSTATUS(
tmp_status
) == exit_setup_child) {
485
} else if (WEXITSTATUS(
tmp_status
) == exit_exec_eacces) {
487
} else if (WEXITSTATUS(
tmp_status
) == exit_exec_enoent) {
489
} else if (WEXITSTATUS(
tmp_status
) == exit_exec_unknown) {
496
*status =
tmp_status
;
Completed in 28 milliseconds
Indexes created Sun May 03 00:22:47 UTC 2026