| /xnu-10063.141.1/osfmk/kern/ |
| H A D | exclaves_shared_memory.c | 44 assert3p(sm_client, !=, NULL); in exclaves_shared_memory_init() 59 assert3p(sm_client, !=, NULL); in exclaves_shared_memory_access_check() 60 assert3p(access_allowed, !=, NULL); in exclaves_shared_memory_access_check() 96 assert3p(sm_client, !=, NULL); in exclaves_shared_memory_setup() 97 assert3p(mapping, !=, NULL); in exclaves_shared_memory_setup() 135 assert3p(sm_result, !=, NULL); in exclaves_shared_memory_setup() 156 assert3p(sm_client, !=, NULL); in exclaves_shared_memory_teardown() 157 assert3p(mapping, !=, NULL); in exclaves_shared_memory_teardown() 193 assert3p(sm_client, !=, NULL); in exclaves_shared_memory_map() 194 assert3p(mapping, !=, NULL); in exclaves_shared_memory_map() [all …]
|
| H A D | exclaves_conclave.c | 53 assert3p(connection, !=, NULL); in exclaves_conclave_launcher_init() 79 assert3p(connection, !=, NULL); in exclaves_conclave_launcher_launch() 101 assert3p(failure, !=, NULL); in exclaves_conclave_launcher_launch() 118 assert3p(connection, !=, NULL); in exclaves_conclave_launcher_stop() 141 assert3p(failure, !=, NULL); in exclaves_conclave_launcher_stop() 366 assert3p(failure, !=, NULL); in exclaves_hello_conclaves_test() 398 assert3p(failure, !=, NULL); in exclaves_hello_conclaves_test() 432 assert3p(failure, !=, NULL); in exclaves_hello_conclaves_test() 466 assert3p(failure, !=, NULL); in exclaves_hello_conclaves_test()
|
| H A D | exclaves_resource.c | 203 assert3p(item->i_chain.next, ==, NULL); in table_put() 204 assert3p(item->i_chain.prev, ==, NULL); in table_put() 205 assert3p(item->i_value, !=, NULL); in table_put() 220 assert3p(head, !=, NULL); 1162 assert3p(nb->nb_range[nb->nb_nranges].address, !=, in named_buffer_map() 1183 assert3p(out, !=, NULL); in exclaves_named_buffer_map() 1241 assert3p(out, !=, NULL); in exclaves_audio_buffer_map() 1349 assert3p(task, !=, TASK_NULL); in exclaves_conclave_attach() 1394 assert3p(task->conclave, !=, NULL); in exclaves_conclave_detach() 1395 assert3p(resource, ==, task->conclave); in exclaves_conclave_detach() [all …]
|
| H A D | epoch_sync.c | 111 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 D | exclaves_sensor.c | 140 assert3p(status, !=, NULL); in exclaves_eic_sensor_start() 157 assert3p(status, !=, NULL); in exclaves_eic_sensor_status() 174 assert3p(status, !=, NULL); in exclaves_eic_sensor_copy() 256 assert3p(sensor, <=, &sensors[EXCLAVES_SENSOR_MAX]); in sensor_to_sensor_type() 257 assert3p(sensor, >=, &sensors[0]); in sensor_to_sensor_type()
|
| H A D | assert.h | 132 #define assert3p(a, op, b) \ macro 161 #define assert3p(a, op, b) ((void)0)
|
| H A D | exclaves_frame_mint.c | 100 assert3p(error, !=, NULL); in exclaves_frame_mint_populate()
|
| H A D | exclaves_panic.c | 166 assert3p(exclaves_panic_buffer_pages[0], !=, NULL); in exclaves_append_panic_backtrace()
|
| H A D | exclaves.c | 275 assert3p(&EXCLAVES_XNU_PROXY_CR_RETVAL((Exclaves_L4_IpcBuffer_t *)0), ==, in _exclaves_ctl_trap() 995 assert3p(processor, !=, NULL); in bind_to_boot_core() 997 assert3p(old, ==, PROCESSOR_NULL); in bind_to_boot_core() 1549 assert3p(request_buf, !=, NULL); in exclaves_scheduler_send() 1558 assert3p(response_buf, !=, NULL); in exclaves_scheduler_send() 2404 assert3p(_msg, !=, NULL); in exclaves_xnu_proxy_send()
|
| H A D | task_ref.c | 159 assert3p(cthread, !=, NULL);
|
| H A D | work_interval.c | 757 assert3p(thread, ==, current_thread()); in work_interval_set_policy() 798 assert3p(thread, ==, current_thread()); in work_interval_clear_policy()
|
| H A D | test_lock.c | 514 assert3p(ctx.smr, !=, NULL); in smr_sleepable_stress_test()
|
| H A D | turnstile.c | 930 assert3p(turnstile->ts_inheritor, ==, TURNSTILE_INHERITOR_NULL); in turnstile_destroy()
|
| H A D | thread.c | 4104 assert3p(value, ==, thread); in ctid_table_remove()
|
| H A D | task.c | 10094 assert3p(task->conclave, !=, NULL); in task_stop_conclave_upcall_complete()
|
| /xnu-10063.141.1/bsd/netinet/ |
| H A D | ip_encap.c | 560 assert3p(tag, ==, tag_container); in m_tag_kalloc_encap()
|
| H A D | kpi_ipfilter.c | 664 assert3p(tag, ==, tag_container); in m_tag_kalloc_ipfilt()
|
| H A D | ip_dummynet.c | 2642 assert3p(tag, ==, tag_container); in m_tag_kalloc_dummynet()
|
| /xnu-10063.141.1/bsd/net/pktsched/ |
| H A D | pktsched.c | 828 assert3p(tag, ==, tag_container); in m_tag_kalloc_aqm()
|
| /xnu-10063.141.1/bsd/netinet6/ |
| H A D | ip6_input.c | 2389 assert3p(tag, ==, tag_container); in m_tag_kalloc_inet6()
|
| H A D | ipsec.c | 5137 assert3p(tag, ==, tag_container); in m_tag_kalloc_ipsec()
|
| /xnu-10063.141.1/bsd/net/ |
| H A D | pf_ioctl.c | 428 assert3p(tag, ==, tag_container); in m_tag_kalloc_pf_reass()
|
| H A D | content_filter.c | 2501 assert3p(tag, ==, tag_container); in m_tag_kalloc_cfil_udp()
|