Searched refs:h_alloc_region (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/netbsd-tests/kernel/ |
| H A D | t_extent.c | 53 #define h_alloc_region(start, size) \ macro 123 h_alloc_region(0x00, 0x10); in ATF_TC_BODY() 124 h_alloc_region(0x20, 0x10); in ATF_TC_BODY() 125 h_alloc_region(0x40, 0x10); in ATF_TC_BODY() 126 h_alloc_region(0x10, 0x10); in ATF_TC_BODY() 145 h_alloc_region(0x00, 0x10); in ATF_TC_BODY() 166 h_alloc_region(0x00, 0x20); in ATF_TC_BODY() 167 h_alloc_region(0x30, 0x10); in ATF_TC_BODY() 190 h_alloc_region(0xf1000000, 0x1); in ATF_TC_BODY() 276 h_alloc_region(0x30, 0x10); in ATF_TC_BODY()
|