Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/amt/
H A Damt.c57 #define FAIL_SEGV 2 /* expected good read or write, didn't */ macro
217 else if (status == FAIL_SEGV) { in data_boundary_test()
239 handler_exit_code = FAIL_SEGV; in probe_data_area()
317 } else if (status == FAIL_SEGV) { in text_area_not_writeable()
335 handler_exit_code = FAIL_SEGV; in probe_text_area()
544 if (status == FAIL_SEGV) { in test_stack_end_of_hole()
568 if (status == FAIL_SEGV) { in test_stack_end_of_hole()
627 handler_exit_code = FAIL_SEGV; in probe_stack()
671 handler_exit_code = FAIL_SEGV; in probe_hole()
687 exit(FAIL_SEGV); /* expected SEGV, didn't get it */ in probe_hole()