Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/skywalk/channel/
H A Dos_channel_private.h492 mach_vm_offset_t cinfo_schema_offset; /* offset in VM map */ member
H A Dchannel.c2016 SK_D(" offset: 0x%llx", (uint64_t)cinfo->cinfo_schema_offset); in ch_connect_log1()
2137 cinfo->cinfo_schema_offset = chr->cr_memoffset; in ch_connect()
/xnu-11215.1.10/libsyscall/wrappers/skywalk/
H A Dos_channel.c548 ucs = _CHANNEL_SCHEMA(ci->cinfo_mem_base, ci->cinfo_schema_offset); in os_channel_create_extended()