Home
last modified time | relevance | path

Searched refs:sd_off (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/tests/skywalk/
H A Dskt_writemem.c147 memcpy(&byte, (void *)channel->chd_schema + channel->chd_schema->csm_ring_ofs[0].sd_off, 1); in skt_readsmap_main()
183 memcpy(&byte, (void *)channel->chd_schema + channel->chd_schema->csm_ring_ofs[0].sd_off, 1); in skt_writesmap_main()
186 memcpy((void *)channel->chd_schema + channel->chd_schema->csm_ring_ofs[0].sd_off, &byte, 1); in skt_writesmap_main()
/xnu-12377.41.6/bsd/skywalk/channel/
H A Dos_channel_private.h249 const mach_vm_offset_t sd_off; /* __slot_desc */ member
H A Dchannel.c1953 (uint64_t)ch_schema->csm_ring_ofs[n].sd_off); in ch_connect_log1()
1961 (uint64_t)ch_schema->csm_ring_ofs[n + j].sd_off); in ch_connect_log1()
/xnu-12377.41.6/bsd/skywalk/nexus/
H A Dnexus_adapter.c903 *(mach_vm_offset_t *)(uintptr_t)&csm->csm_ring_ofs[i].sd_off = in na_schema_alloc()
926 (uintptr_t)&csm->csm_ring_ofs[i + n[NR_TX]].sd_off = in na_schema_alloc()
949 (uintptr_t)&csm->csm_ring_ofs[i + k].sd_off = in na_schema_alloc()
971 (uintptr_t)&csm->csm_ring_ofs[i + k].sd_off = in na_schema_alloc()
992 (uintptr_t)&csm->csm_ring_ofs[i + k].sd_off = in na_schema_alloc()
1014 (uintptr_t)&csm->csm_ring_ofs[i + k].sd_off = in na_schema_alloc()
/xnu-12377.41.6/libsyscall/wrappers/skywalk/
H A Dos_channel.c278 csm->csm_ring_ofs[ring_index].sd_off); in os_channel_init_ring()