Home
last modified time | relevance | path

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

/xnu-8020.101.4/tests/
H A Dport_descriptions.c42 T_EXPECT_NOTNULL(desc, "%s is %s", namestr, desc); in expect_special_port_description()
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 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 Dproc_info.c1645 T_EXPECT_NOTNULL(pid_path, "malloc for PROC_PIDPATHINFO");
/xnu-8020.101.4/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.c664 T_EXPECT_NOTNULL(address, "kalloc of PAGE_SIZE data."); in kcdata_api_test()
2663 T_EXPECT_NOTNULL(buf, "kalloc of buf"); in ts_kernel_timingsafe_bcmp_test()