OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcsd_pid
(Results
1 - 2
of
2
) sorted by null
/external/vboot_reference/utility/
chromeos-tpm-recovery
29
tcsd_pid
=0
52
if [ $
tcsd_pid
= 0 ]; then
54
tcsd_pid
=$!
60
if [ $
tcsd_pid
!= 0 ]; then
61
kill $
tcsd_pid
63
kill $
tcsd_pid
> /dev/null 2>&1
65
wait $
tcsd_pid
> /dev/null 2>&1 # we trust that tcsd will agree to die
66
tcsd_pid
=0
chromeos-tpm-recovery-test
213
tcsd_pid
=0
216
if [ $
tcsd_pid
-ne 0 ]; then
221
tcsd_pid
=$!
226
if [ $
tcsd_pid
-eq 0 ]; then
230
kill $
tcsd_pid
232
kill $
tcsd_pid
> /dev/null 2>&1
234
wait $
tcsd_pid
> /dev/null 2>&1 # we trust that tcsd will agree to die
235
tcsd_pid
=0
Completed in 146 milliseconds