Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dzalloc_internal.h580 struct kalloc_type_view *ktv_fixed; member
H A Dkalloc.c755 buffer->ktv_fixed = (kalloc_type_view_t) ktv; in kalloc_type_buffer_copy_fixed()
1194 kalloc_type_view_t kt = kt_buffer[i].ktv_fixed; in kalloc_type_create_iterators_fixed()
1764 &kt_buffer[cur].ktv_fixed, in kalloc_type_create_zones_fixed()
1765 &kt_buffer[end].ktv_fixed, last_sig, in kalloc_type_create_zones_fixed()
H A Dzalloc.c8205 next->ktv_fixed = (kalloc_type_view_t) cur.ktv_fixed->kt_zv.zv_next; in panic_print_get_typename()
8206 return cur.ktv_fixed->kt_zv.zv_name; in panic_print_get_typename()
8225 kt_cur.ktv_fixed = (kalloc_type_view_t) z->z_views; in panic_print_types_in_zone()
8231 while (kt_cur.ktv_fixed) { in panic_print_types_in_zone()