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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_core.c191 int thread_count, segment_count; local
276 segment_count = get_vmmap_entries(map); /* XXX */
292 command_size = segment_count * segment_command_sz +
311 mh64->ncmds = segment_count + thread_count;
320 mh->ncmds = segment_count + thread_count;
332 while (segment_count > 0) {
439 segment_count--;
450 mh64->ncmds -= segment_count;
451 mh64->sizeofcmds -= segment_count * segment_command_sz;
453 mh->ncmds -= segment_count;
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/i386/
H A Dkdp_vm.c294 unsigned int thread_count, segment_count; local
325 segment_count = get_vmmap_entries(map);
327 printf("Kernel map has %d entries\n", segment_count);
336 command_size = (segment_count + mach_section_count) *
354 mh->ncmds = segment_count + thread_count + mach_section_count;
393 while ((segment_count > 0) || (kret == KERN_SUCCESS)){
504 segment_count--;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_vm.c318 unsigned int thread_count, segment_count; local
348 segment_count = get_vmmap_entries(map);
350 printf("Kernel map has %d entries\n", segment_count);
359 command_size = (segment_count + mach_section_count) *
377 mh->ncmds = segment_count + thread_count + mach_section_count;
414 while ((segment_count > 0) || (kret == KERN_SUCCESS)){
532 segment_count--;

Completed in 13 milliseconds