Home
last modified time | relevance | path

Searched refs:chd_schema (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.61.5/tests/skywalk/
H A Dskt_writemem.c57 *(char *)channel->chd_schema->csm_kern_name = 'X'; in skt_writeif_main()
94 assert((intptr_t)channel->chd_schema + in skt_writering_main()
95 channel->chd_schema->csm_ring_ofs[0].ring_off == in skt_writering_main()
147 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-11215.61.5/bsd/skywalk/channel/
H A Dos_channel_private.h594 const volatile struct __user_channel_schema *chd_schema; member
624 (__DECONST(struct __user_channel_schema *, (_chd)->chd_schema))
/xnu-11215.61.5/libsyscall/wrappers/skywalk/
H A Dos_channel.c299 chrd->chrd_csm_flags = &chd->chd_schema->csm_flags; in os_channel_init_ring()
590 *(struct __user_channel_schema **)(uintptr_t)&chd->chd_schema = ucs; in os_channel_create_extended()