Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/skywalk/nexus/
H A Dnexus_adapter.c752 struct skmem_obj_info csm_oi, ring_oi, ksd_oi, usd_oi; in na_schema_alloc() local
782 skmem_cache_get_obj_info(arn->arn_schema_cache, csm, &csm_oi, NULL); in na_schema_alloc()
783 bzero(__unsafe_forge_bidi_indexable(void *, csm, SKMEM_OBJ_SIZE(&csm_oi)), in na_schema_alloc()
784 SKMEM_OBJ_SIZE(&csm_oi)); in na_schema_alloc()
881 base = roff[SKMEM_REGION_SCHEMA] + SKMEM_OBJ_ROFF(&csm_oi); in na_schema_alloc()