Searched refs:thread_flavor_array (Results 1 – 2 of 2) sorted by relevance
42 static const x86_state_hdr_t thread_flavor_array[] = { variable52 for (i = 0; i < sizeof(thread_flavor_array) / sizeof(thread_flavor_array[0]); i++) { in kern_collectth_state_size()54 (thread_flavor_array[i].count * sizeof(int)); in kern_collectth_state_size()90 for (i = 0; i < sizeof(thread_flavor_array) / sizeof(thread_flavor_array[0]); i++) { in kern_collectth_state()96 thread_flavor_array[i]; in kern_collectth_state()100 if (hoffset + thread_flavor_array[i].count * sizeof(int) > size) { in kern_collectth_state()108 if (thread_flavor_array[i].flavor == x86_THREAD_STATE64) { in kern_collectth_state()150 bzero(tstate, thread_flavor_array[i].count * sizeof(int)); in kern_collectth_state()153 hoffset += thread_flavor_array[i].count * sizeof(int); in kern_collectth_state()
79 mythread_state_flavor_t thread_flavor_array[] = { variable86 mythread_state_flavor_t thread_flavor_array[] = { variable94 mythread_state_flavor_t thread_flavor_array[] = { variable353 tir1.flavor_count = sizeof(thread_flavor_array) / sizeof(mythread_state_flavor_t); in coredump()354 bcopy(thread_flavor_array, flavors, sizeof(thread_flavor_array)); in coredump()