Searched refs:T_EXPECT_NOTNULL (Results 1 – 8 of 8) sorted by relevance
| /xnu-8019.80.24/tests/ |
| 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 | 184 T_EXPECT_NOTNULL(exc_port, "Create a new exception port");
|
| H A D | vm_test_mach_map.c | 142 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 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 | proc_info.c | 1645 T_EXPECT_NOTNULL(pid_path, "malloc for PROC_PIDPATHINFO");
|
| /xnu-8019.80.24/osfmk/tests/ |
| H A D | ktest.h | 257 #define T_EXPECT_NOTNULL(expr, msg, ...) do {\ macro 282 T_EXPECT_NOTNULL(expr, msg, ## __VA_ARGS__);\
|
| H A D | kernel_tests.c | 662 T_EXPECT_NOTNULL(address, "kalloc of PAGE_SIZE data."); in kcdata_api_test() 2660 T_EXPECT_NOTNULL(buf, "kalloc of buf"); in ts_kernel_timingsafe_bcmp_test()
|