Home
last modified time | relevance | path

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

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