Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.h115 extern boolean_t is_alive;
H A Dping_aux.c354 is_alive = _B_TRUE; in check_reply()
554 is_alive = _B_TRUE; in check_reply()
865 is_alive = _B_TRUE; in check_reply()
H A Dping_aux6.c390 is_alive = _B_TRUE; in check_reply6()
693 is_alive = _B_TRUE; in check_reply6()
H A Dping.c137 boolean_t is_alive = _B_FALSE; /* is target host alive */ variable
1848 if (is_alive) in send_scheduled_probe()
2461 exit(is_alive ? EXIT_SUCCESS : EXIT_FAILURE); in finish()
/illumos-gate/usr/src/tools/scripts/
H A Dwsdiff.py1586 if not True in [thread.is_alive() for thread in mythreads]: