Home
last modified time | relevance | path

Searched refs:ch_schema_offset (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/bsd/skywalk/nexus/
H A Dnexus_adapter.c562 ASSERT(ch->ch_schema_offset != (mach_vm_offset_t)-1); in na_bind_channel()
565 ch->ch_schema_offset = (mach_vm_offset_t)-1; in na_bind_channel()
642 ch->ch_schema_offset = (mach_vm_offset_t)-1; in na_bind_channel()
716 ch->ch_schema_offset = (mach_vm_offset_t)-1; in na_unbind_channel()
1061 ch->ch_schema_offset = base; in na_schema_alloc()
2589 chr->cr_memoffset = ch->ch_schema_offset; in na_connect()
/xnu-8020.101.4/bsd/skywalk/channel/
H A Dchannel_var.h165 mach_vm_offset_t ch_schema_offset; member