Searched refs:unmapped_addr (Results 1 – 1 of 1) sorted by relevance
| /system/utest/core/bad-syscall/ |
| A D | bad-syscall.c | 17 void* unmapped_addr = (void*)4096; in bad_access_test() local 21 EXPECT_LT(zx_channel_write(0, h[0], unmapped_addr, 1, NULL, 0), in bad_access_test() 27 EXPECT_EQ(zx_channel_write(h[0], 0, (void*)&unmapped_addr, sizeof(void*), NULL, 0), in bad_access_test()
|
Completed in 2 milliseconds