Searched defs:killed (Results 1 - 5 of 5) sorted by relevance
| /illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
| H A D | dowait.c | 58 killed, local 87 killed = KILLED(ep->status); 90 syslog(LOG_DEBUG, "dowait(): type %d, killed %d, exited %d", 91 ep->type, killed, exited); 121 * If the interface program was killed with 125 * If so, clear the "killed" flag because that's 129 if (killed == SIGTERM) { 139 killed = 0; 152 || killed 158 notify (prs, errbuf, killed, exite [all...] |
| /illumos-gate/usr/src/cmd/zoneadmd/ |
| H A D | zcons.c | 176 int killed; member in struct:cb_data 253 cb->killed++; 312 zone_name, cb.killed, cb.found);
|
| /illumos-gate/usr/src/cmd/vi/port/ |
| H A D | ex_subr.c | 274 killed(void) function
|
| /illumos-gate/usr/src/cmd/th_tools/ |
| H A D | th_define.c | 156 static int killed = 0; variable 256 killed = 1; 1943 if (killed)
|
| /illumos-gate/usr/src/cmd/ztest/ |
| H A D | ztest.c | 6293 boolean_t killed; local 6314 killed = exec_child(cmd, NULL, B_TRUE, &status); 6321 killed = exec_child(ztest_opts.zo_alt_ztest, 6325 if (killed) 6368 * It's possible that we killed a child during a rename test, 6395 (void) printf("%d killed, %d completed, %.0f%% kill rate\n",
|
Completed in 259 milliseconds