Home
last modified time | relevance | path

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

/xnu-8792.41.9/tests/
H A Dtask_vm_info_decompressions.c83 T_EXPECT_NOTNULL(array, "thread %d allocated heap memory to be dirtied", thread_id); in worker_thread_function()
H A Dport_descriptions.c42 T_EXPECT_NOTNULL(desc, "%s is %s", namestr, desc); in expect_special_port_description()
H A Dimmovable_send.c184 T_EXPECT_NOTNULL(exc_port, "Create a new exception port");
H A Dvm_test_mach_map.c142 T_EXPECT_NOTNULL(*mem_entry_ptr, "[override_tag:%d][do_copy:%d] mem_entry == 0x%x", in test_memory_entry_tagging()
324 T_EXPECT_NOTNULL(mem_entry, "mem_entry == 0x%x", mem_entry); in test_map_memory_entry()
H A Dnet_tuntests.c928 …T_QUIET; T_WITH_ERRNO; T_EXPECT_NOTNULL(rxslot = os_channel_get_next_slot(rxring, rxprev, &rxprop)… in drain_ring()
H A Dstackshot_tests.m2697 …T_QUIET; T_EXPECT_NOTNULL(sharedregion_info, "kTaskSharedRegionOther should have a shared_cache_dy…
2698 … T_QUIET; T_EXPECT_NOTNULL(sharedcache_id, "kTaskSharedRegionOther should have a sharedCacheID");
2700 …T_QUIET; T_EXPECT_NOTNULL(sharedCaches[sharedcache_id], "sharedCacheID %d should exist", [sharedca…
H A Dproc_info.c1641 T_EXPECT_NOTNULL(pid_path, "malloc for PROC_PIDPATHINFO");
/xnu-8792.41.9/osfmk/tests/
H A Dktest.h257 #define T_EXPECT_NOTNULL(expr, msg, ...) do {\ macro
282 T_EXPECT_NOTNULL(expr, msg, ## __VA_ARGS__);\
H A Dkernel_tests.c672 T_EXPECT_NOTNULL(address, "kalloc of PAGE_SIZE data."); in kcdata_api_test()
3234 T_EXPECT_NOTNULL(buf, "kalloc of buf"); in ts_kernel_timingsafe_bcmp_test()