Home
last modified time | relevance | path

Searched refs:csm_md_type (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.121.3/bsd/skywalk/channel/
H A Dos_channel_private.h207 const nexus_meta_type_t csm_md_type; /* metadata type */ member
H A Dchannel.c1963 SK_D(" md_type: %u", ch_schema->csm_md_type); in ch_connect_log1()
/xnu-8020.121.3/libsyscall/wrappers/skywalk/
H A Dos_channel.c286 md_type = csm->csm_md_type; in os_channel_init_ring()
599 *(nexus_meta_type_t *)&chd->chd_md_type = CHD_SCHEMA(chd)->csm_md_type; in os_channel_create_extended()
/xnu-8020.121.3/bsd/skywalk/nexus/
H A Dnexus_adapter.c987 *(nexus_meta_type_t *)(uintptr_t)&csm->csm_md_type = na->na_md_type; in na_schema_alloc()