Home
last modified time | relevance | path

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

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