Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cw/
H A Dcw.c213 pid_t i_pid; member
1209 if (ctx->i_pid <= 0) in reap()
1213 if (waitpid(ctx->i_pid, &status, 0) < 0) { in reap()
1262 if ((ctx->i_pid = fork()) == 0) { in exec_ctx()
1283 if (ctx->i_pid < 0) { in exec_ctx()