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

/macosx-10.9.5/adv_cmds-153/ps/
H A Dtasks.c91 unsigned int info_count = TASK_BASIC_INFO_COUNT; local
102 info_count = TASK_BASIC_INFO_COUNT;
103 error = task_info(ki->task, TASK_BASIC_INFO, (task_info_t)&ki->tasks_info, &info_count);
122 info_count = VM_REGION_BASIC_INFO_COUNT_64;
124 (vm_region_info_t)&b_info, &info_count, &object_name);
131 info_count = TASK_THREAD_TIMES_INFO_COUNT;
132 error = task_info(ki->task, TASK_THREAD_TIMES_INFO, (task_info_t)&ki->times, &info_count);
142 info_count = POLICY_TIMESHARE_INFO_COUNT;
143 error = task_info(ki->task, TASK_SCHED_TIMESHARE_INFO, (task_info_t)&ki->schedinfo.tshare, &info_count);
156 info_count
[all...]
/macosx-10.9.5/screen-22/screen/
H A Dloadav.c169 unsigned int info_count; local
173 info_count = PROCESSOR_SET_BASIC_INFO_COUNT;
174 if (processor_set_info(default_set, PROCESSOR_SET_BASIC_INFO, &host, (processor_set_info_t)&info, &info_count) != KERN_SUCCESS)
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexmacosx.c329 mach_msg_type_number_t info_count = target_VM_REGION_BASIC_INFO_COUNT; local
335 (vm_region_info_t) &info, &info_count, &object_name)
336 == KERN_SUCCESS && info_count == target_VM_REGION_BASIC_INFO_COUNT)
359 mach_msg_type_number_t info_count = VM_REGION_BASIC_INFO_COUNT; local
369 (vm_region_info_t) &info, &info_count, &object_name)
370 == KERN_SUCCESS && info_count == VM_REGION_BASIC_INFO_COUNT)
H A Dgetloadavg.c658 unsigned info_count;
671 info_count = PROCESSOR_SET_BASIC_INFO_COUNT;
673 (processor_set_info_t) &info, &info_count)
656 unsigned info_count; local
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c329 mach_msg_type_number_t info_count = target_VM_REGION_BASIC_INFO_COUNT; local
335 (vm_region_info_t) &info, &info_count, &object_name)
336 == KERN_SUCCESS && info_count == target_VM_REGION_BASIC_INFO_COUNT)
359 mach_msg_type_number_t info_count = VM_REGION_BASIC_INFO_COUNT; local
369 (vm_region_info_t) &info, &info_count, &object_name)
370 == KERN_SUCCESS && info_count == VM_REGION_BASIC_INFO_COUNT)
/macosx-10.9.5/bootp-268.1/IPConfiguration.bproj/
H A Darp_session.c2073 int info_count; local
2089 info_count = (argc - 2) / 3;
2090 info = malloc(sizeof(*info) * info_count);
2091 for (i = 0; i < info_count; i++) {
2119 info, info_count);
H A Ddhcp.c2715 int info_count; local
2754 &info_count);
2766 for (i = 0; i < info_count; i++) {
2778 info_p, info_count, FALSE);
/macosx-10.9.5/top-89.1.2/
H A Dlibtop.c1520 mach_msg_type_number_t info_count; local
1535 info_count = TASK_VM_INFO_COUNT;
1537 kr = task_info(task, TASK_VM_INFO_PURGEABLE, (task_info_t)&vm_info, &info_count);
1539 kr = task_info(task, TASK_VM_INFO, (task_info_t)&vm_info, &info_count);
/macosx-10.9.5/xnu-2422.115.4/osfmk/default_pager/
H A Ddp_backing_store.c1179 mach_msg_type_number_t info_count; local
1190 info_count = DEV_GET_SIZE_COUNT;
1191 if (!ds_device_get_status(device, DEV_GET_SIZE, info, &info_count)) {

Completed in 162 milliseconds