Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dzalloc_internal.h583 struct kalloc_type_view *ktv_fixed; member
H A Dkalloc.c775 buffer->ktv_fixed = (kalloc_type_view_t) ktv; in kalloc_type_buffer_copy_fixed()
1214 kalloc_type_view_t kt = kt_buffer[i].ktv_fixed; in kalloc_type_create_iterators_fixed()
1784 &kt_buffer[cur].ktv_fixed, in kalloc_type_create_zones_fixed()
1785 &kt_buffer[end].ktv_fixed, last_sig, in kalloc_type_create_zones_fixed()
H A Dzalloc.c8209 next->ktv_fixed = (kalloc_type_view_t) cur.ktv_fixed->kt_zv.zv_next; in panic_print_get_typename()
8210 return cur.ktv_fixed->kt_zv.zv_name; in panic_print_get_typename()
8229 kt_cur.ktv_fixed = (kalloc_type_view_t) z->z_views; in panic_print_types_in_zone()
8235 while (kt_cur.ktv_fixed) { in panic_print_types_in_zone()