Searched refs:KPLO_VERIFY_CTX (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/bsd/skywalk/nexus/kpipe/ |
| H A D | nx_kpipe_loopback.c | 61 #define KPLO_VERIFY_CTX(addr, ctx) \ macro 128 KPLO_VERIFY_CTX(kplo_nx_ctx, kern_nexus_get_context(nexus)); in kplo_pre_connect() 177 KPLO_VERIFY_CTX(kplo_nx_ctx, kern_nexus_get_context(nexus)); in kplo_connected() 178 KPLO_VERIFY_CTX(channel, kern_channel_get_context(channel)); in kplo_connected() 195 KPLO_VERIFY_CTX(kplo_nx_ctx, kern_nexus_get_context(nexus)); in kplo_pre_disconnect() 196 KPLO_VERIFY_CTX(channel, kern_channel_get_context(channel)); in kplo_pre_disconnect() 206 KPLO_VERIFY_CTX(kplo_nx_ctx, kern_nexus_get_context(nexus)); in kplo_disconnected() 207 KPLO_VERIFY_CTX(channel, kern_channel_get_context(channel)); in kplo_disconnected() 221 KPLO_VERIFY_CTX(kplo_nx_ctx, kern_nexus_get_context(nexus)); in kplo_ring_init() 222 KPLO_VERIFY_CTX(channel, kern_channel_get_context(channel)); in kplo_ring_init() [all …]
|