Searched refs:KILL (Results 1 - 17 of 17) sorted by relevance
/illumos-gate/usr/src/lib/libshell/common/tests/ |
H A D | sun_solaris_cr_6687139_command_substitution_exec_redirection_allocation_loop.sh | 96 kill -KILL ${childpid} 130 kill -KILL ${childpid} 163 kill -KILL ${childpid} 197 kill -KILL ${childpid}
|
H A D | sun_solaris_cr_6800929_large_command_substitution_hang.sh | 152 kill -KILL ${childpid} 2>/dev/null 172 kill -KILL ${childpid} 2>/dev/null 183 kill -KILL ${childpid} 2>/dev/null 194 kill -KILL ${childpid} 2>/dev/null 205 kill -KILL ${childpid} 2>/dev/null
|
H A D | sun_solaris_builtin_tail.sh | 337 kill -KILL ${tail_pid} 374 kill -KILL ${tail_pid} 424 kill -KILL ${tailchild} 2>/dev/null 430 kill -KILL ${tailchild} 2>/dev/null 468 kill -KILL ${tailchild} 2>/dev/null 474 kill -KILL ${tailchild} 2>/dev/null
|
H A D | sun_solaris_command_substitution.sh | 109 kill -KILL ${childpid} 2>/dev/null 279 kill -KILL ${childpid} 2>/dev/null
|
H A D | signal.sh | 289 { sleep 2; kill -$exp \$\$; sleep 3; kill -0 \$\$ && kill -KILL \$\$; } &
|
/illumos-gate/usr/src/lib/libdscp/svc/ |
H A D | svc-dscp | 93 ${PKILL} -KILL -f "pppd ${DM2S_DEVICE}" 102 ${PKILL} -KILL -f "pppd ${DM2S_DEVICE}"
|
/illumos-gate/usr/src/cmd/sendmail/lib/ |
H A D | sendmail-client | 69 # the contract did not empty after TERM, move on to KILL. 71 smf_kill_contract $2 KILL 1
|
H A D | smtp-sendmail | 118 # contract did not empty after TERM, move on to KILL. 120 smf_kill_contract $2 KILL 1
|
/illumos-gate/usr/src/cmd/tail/tests/ |
H A D | sun_solaris_tail.sh | 342 kill -KILL ${tail_pid} 379 kill -KILL ${tail_pid} 429 kill -KILL ${tailchild} 2>/dev/null 435 kill -KILL ${tailchild} 2>/dev/null 473 kill -KILL ${tailchild} 2>/dev/null 479 kill -KILL ${tailchild} 2>/dev/null
|
/illumos-gate/usr/src/cmd/tnf/prex/ |
H A D | prexlex.l | 87 kill { yylval.intval = KILL; return (KILL); }
|
H A D | prexgram.y | 52 %token KILL 183 | QUIT KILL NL { quit(B_TRUE, B_FALSE); }
|
/illumos-gate/usr/src/uts/sun4u/sys/i2c/nexus/ |
H A D | smbus.h | 87 #define KILL 0x04 macro
|
/illumos-gate/usr/src/cmd/saf/ |
H A D | sacadm.c | 73 # define KILL 0x2 /* -k seen */ macro 176 flag |= KILL; 317 case KILL:
|
/illumos-gate/usr/src/uts/sun4u/io/i2c/nexus/ |
H A D | smbus.c | 839 smbus_put(smbus, SMB_TYP, KILL, SMBUS_FLUSH); 1112 smbus_put(smbus, SMB_TYP, KILL, SMBUS_FLUSH); 1139 smbus_put(smbus, SMB_TYP, KILL, SMBUS_FLUSH);
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
H A D | Project.pm | 73 'signals' => [ qw(ABRT XRES HUP STOP TERM KILL XFSZ XCPU), 79 $SigNo{'KILL'}, 1499 [ qw(ABRT XRES HUP STOP TERM KILL), 1505 $SigNo{'KILL'} ];
|
/illumos-gate/usr/src/uts/intel/io/amd8111s/ |
H A D | amd8111s_hw.h | 772 unsigned int KILL :1; member in struct:tx_desc
|
/illumos-gate/usr/src/test/test-runner/cmd/ |
H A D | run | 35 KILL = '/usr/bin/kill' 168 cmd = [SUDO, KILL, signal, str(proc.pid)]
|
Completed in 102 milliseconds