Searched refs:T_EXPECT_NOTNULL (Results 1 – 10 of 10) sorted by relevance
| /xnu-11215.61.5/tests/ |
| H A D | skmem_sysctl_test.c | 26 T_EXPECT_NOTNULL(*buffer = malloc(*len), NULL); in sysctl_get_all()
|
| H A D | task_vm_info_decompressions.c | 83 T_EXPECT_NOTNULL(array, "thread %d allocated heap memory to be dirtied", thread_id); in worker_thread_function()
|
| H A D | port_descriptions.c | 42 T_EXPECT_NOTNULL(desc, "%s is %s", namestr, desc); in expect_special_port_description()
|
| H A D | immovable_send.c | 185 T_EXPECT_NOTNULL(exc_port, "Create a new exception port");
|
| H A D | vm_test_mach_map.c | 145 T_EXPECT_NOTNULL(*mem_entry_ptr, "[override_tag:%d][do_copy:%d] mem_entry == 0x%x", in test_memory_entry_tagging() 327 T_EXPECT_NOTNULL(mem_entry, "mem_entry == 0x%x", mem_entry); in test_map_memory_entry()
|
| H A D | net_tuntests.c | 928 …T_QUIET; T_WITH_ERRNO; T_EXPECT_NOTNULL(rxslot = os_channel_get_next_slot(rxring, rxprev, &rxprop)… in drain_ring()
|
| H A D | stackshot_tests.m | 3196 …T_QUIET; T_EXPECT_NOTNULL(sharedregion_info, "kTaskSharedRegionOther should have a shared_cache_dy… 3197 … T_QUIET; T_EXPECT_NOTNULL(sharedcache_id, "kTaskSharedRegionOther should have a sharedCacheID"); 3199 …T_QUIET; T_EXPECT_NOTNULL(sharedCaches[sharedcache_id], "sharedCacheID %d should exist", [sharedca…
|
| H A D | proc_info.c | 1641 T_EXPECT_NOTNULL(pid_path, "malloc for PROC_PIDPATHINFO");
|
| /xnu-11215.61.5/osfmk/tests/ |
| H A D | ktest.h | 258 #define T_EXPECT_NOTNULL(expr, msg, ...) do {\ macro 283 T_EXPECT_NOTNULL(expr, msg, ## __VA_ARGS__);\
|
| H A D | kernel_tests.c | 692 T_EXPECT_NOTNULL(address, "kalloc of PAGE_SIZE data."); in kcdata_api_test() 3254 T_EXPECT_NOTNULL(buf, "kalloc of buf"); in ts_kernel_timingsafe_bcmp_test()
|