Home
last modified time | relevance | path

Searched refs:assert3p (Results 1 – 21 of 21) sorted by relevance

/xnu-10063.101.15/osfmk/kern/
H A Dexclaves_shared_memory.c43 assert3p(sm_client, !=, NULL); in exclaves_shared_memory_init()
58 assert3p(sm_client, !=, NULL); in exclaves_shared_memory_access_check()
59 assert3p(access_allowed, !=, NULL); in exclaves_shared_memory_access_check()
95 assert3p(sm_client, !=, NULL); in exclaves_shared_memory_setup()
96 assert3p(mapping, !=, NULL); in exclaves_shared_memory_setup()
132 assert3p(sm_result, !=, NULL); in exclaves_shared_memory_setup()
152 assert3p(sm_client, !=, NULL); in exclaves_shared_memory_teardown()
153 assert3p(mapping, !=, NULL); in exclaves_shared_memory_teardown()
187 assert3p(sm_client, !=, NULL); in exclaves_shared_memory_map()
188 assert3p(mapping, !=, NULL); in exclaves_shared_memory_map()
[all …]
H A Dexclaves_conclave.c52 assert3p(connection, !=, NULL); in exclaves_conclave_launcher_init()
78 assert3p(connection, !=, NULL); in exclaves_conclave_launcher_launch()
100 assert3p(failure, !=, NULL); in exclaves_conclave_launcher_launch()
117 assert3p(connection, !=, NULL); in exclaves_conclave_launcher_stop()
140 assert3p(failure, !=, NULL); in exclaves_conclave_launcher_stop()
363 assert3p(failure, !=, NULL); in exclaves_hello_conclaves_test()
395 assert3p(failure, !=, NULL); in exclaves_hello_conclaves_test()
429 assert3p(failure, !=, NULL); in exclaves_hello_conclaves_test()
463 assert3p(failure, !=, NULL); in exclaves_hello_conclaves_test()
H A Depoch_sync.c111 assert3p(new_value->es_link.next, ==, NULL); in ht_put()
112 assert3p(new_value->es_link.prev, ==, NULL); in ht_put()
153 assert3p(value->es_link.next, ==, NULL); in ht_remove()
154 assert3p(value->es_link.prev, ==, NULL); in ht_remove()
195 assert3p(sync, !=, NULL); in esync_alloc()
215 assert3p(sync->es_turnstile, ==, TURNSTILE_NULL); in esync_free()
340 assert3p(ht, !=, NULL); in esync_wait()
400 assert3p(ht, !=, NULL); in esync_wake()
H A Dexclaves_resource.c194 assert3p(item->i_chain.next, ==, NULL); in table_put()
195 assert3p(item->i_chain.prev, ==, NULL); in table_put()
196 assert3p(item->i_value, !=, NULL); in table_put()
211 assert3p(head, !=, NULL);
1063 assert3p(nb->nb_range[nb->nb_nranges].address, !=, in named_buffer_map()
1084 assert3p(out, !=, NULL); in exclaves_named_buffer_map()
1140 assert3p(out, !=, NULL); in exclaves_audio_buffer_map()
1246 assert3p(task, !=, TASK_NULL); in exclaves_conclave_attach()
1291 assert3p(task->conclave, !=, NULL); in exclaves_conclave_detach()
1292 assert3p(resource, ==, task->conclave); in exclaves_conclave_detach()
[all …]
H A Dexclaves_sensor.c143 assert3p(status, !=, NULL); in exclaves_eic_sensor_start()
160 assert3p(status, !=, NULL); in exclaves_eic_sensor_status()
177 assert3p(status, !=, NULL); in exclaves_eic_sensor_copy()
259 assert3p(sensor, <=, &sensors[EXCLAVES_SENSOR_MAX]); in sensor_to_sensor_type()
260 assert3p(sensor, >=, &sensors[0]); in sensor_to_sensor_type()
H A Dassert.h132 #define assert3p(a, op, b) \ macro
161 #define assert3p(a, op, b) ((void)0)
H A Dexclaves_frame_mint.c100 assert3p(error, !=, NULL); in exclaves_frame_mint_populate()
H A Dtask_ref.c159 assert3p(cthread, !=, NULL);
H A Dexclaves.c227 assert3p(&EXCLAVES_XNU_PROXY_CR_RETVAL((Exclaves_L4_IpcBuffer_t *)0), ==, in _exclaves_ctl_trap()
1354 assert3p(request_buf, !=, NULL); in exclaves_scheduler_request()
1363 assert3p(response_buf, !=, NULL); in exclaves_scheduler_request()
1831 assert3p(_msg, !=, NULL); in exclaves_xnu_proxy_send()
H A Dwork_interval.c757 assert3p(thread, ==, current_thread()); in work_interval_set_policy()
798 assert3p(thread, ==, current_thread()); in work_interval_clear_policy()
H A Dtest_lock.c514 assert3p(ctx.smr, !=, NULL); in smr_sleepable_stress_test()
H A Dturnstile.c930 assert3p(turnstile->ts_inheritor, ==, TURNSTILE_INHERITOR_NULL); in turnstile_destroy()
H A Dthread.c4106 assert3p(value, ==, thread); in ctid_table_remove()
/xnu-10063.101.15/bsd/netinet/
H A Dip_encap.c560 assert3p(tag, ==, tag_container); in m_tag_kalloc_encap()
H A Dkpi_ipfilter.c664 assert3p(tag, ==, tag_container); in m_tag_kalloc_ipfilt()
H A Dip_dummynet.c2640 assert3p(tag, ==, tag_container); in m_tag_kalloc_dummynet()
/xnu-10063.101.15/bsd/net/pktsched/
H A Dpktsched.c828 assert3p(tag, ==, tag_container); in m_tag_kalloc_aqm()
/xnu-10063.101.15/bsd/netinet6/
H A Dip6_input.c2389 assert3p(tag, ==, tag_container); in m_tag_kalloc_inet6()
H A Dipsec.c5137 assert3p(tag, ==, tag_container); in m_tag_kalloc_ipsec()
/xnu-10063.101.15/bsd/net/
H A Dpf_ioctl.c428 assert3p(tag, ==, tag_container); in m_tag_kalloc_pf_reass()
H A Dcontent_filter.c2501 assert3p(tag, ==, tag_container); in m_tag_kalloc_cfil_udp()