Searched refs:kd_mapcount (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkdebug.c275 unsigned int kd_mapcount = 0; variable
1335 kd_mapcount = 0;
1497 kd_mapptr = kdbg_thrmap_init_internal(0, &kd_mapsize, &kd_mapcount);
1639 kd_mapcount = 0;
1963 mapsize = kd_mapcount * sizeof(kd_threadmap);
1965 if (count && (count <= kd_mapcount))
2088 kd_mapcount = 0;
2211 kd_bufinfo.nkdthreads = kd_mapcount;
2439 number = kd_mapcount * sizeof(kd_threadmap);
3156 number = kd_mapcount * sizeo
[all...]

Completed in 125 milliseconds