Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/skywalk/channel/ !
H A Dos_channel_private.h207 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-8796.121.2/libsyscall/wrappers/skywalk/ !
H A Dos_channel.c296 md_type = csm->csm_md_type; in os_channel_init_ring()
611 *(nexus_meta_type_t *)&chd->chd_md_type = CHD_SCHEMA(chd)->csm_md_type; in os_channel_create_extended()
/xnu-8796.121.2/bsd/skywalk/nexus/ !
H A Dnexus_adapter.c989 *(nexus_meta_type_t *)(uintptr_t)&csm->csm_md_type = na->na_md_type; in na_schema_alloc()