Searched refs:info (Results 1 - 25 of 85) sorted by relevance

1234

/xnu-2422.115.4/libsyscall/wrappers/libproc/
H A Dproc_listpidspath.c64 fdOpenInfoRef info; local
67 info = malloc(sizeof(*info));
68 if (!info)
71 info->pids = NULL;
72 info->pids_count = 0;
73 info->pids_size = 0;
75 info->threads = NULL;
76 info->thr_count = 0;
77 info
103 check_free(fdOpenInfoRef info) argument
133 check_file(fdOpenInfoRef info, struct vinfo_stat *sb) argument
166 check_process_vnodes(fdOpenInfoRef info, int pid) argument
212 check_process_text(fdOpenInfoRef info, int pid) argument
257 check_process_fds(fdOpenInfoRef info, int pid) argument
360 check_process_threads(fdOpenInfoRef info, int pid) argument
457 check_process(fdOpenInfoRef info, int pid) argument
518 fdOpenInfoRef info; local
[all...]
/xnu-2422.115.4/osfmk/kern/
H A Dthread_policy.c42 extern void proc_get_thread_policy(thread_t thread, thread_policy_state_t info);
84 thread_extended_policy_t info; local
86 info = (thread_extended_policy_t)policy_info;
87 timeshare = info->timeshare;
142 thread_time_constraint_policy_t info; local
149 info = (thread_time_constraint_policy_t)policy_info;
150 if ( info->constraint < info->computation ||
151 info->computation > max_rt_quantum ||
152 info
189 thread_precedence_policy_t info; local
212 thread_affinity_policy_t info; local
390 thread_extended_policy_t info; local
401 thread_time_constraint_policy_t info; local
440 thread_precedence_policy_t info; local
466 thread_affinity_policy_t info; local
489 thread_policy_state_t info; local
[all...]
H A Dmachine.h65 processor_info_t info,
79 processor_info_t info,
H A Daffinity.c258 * Return affinity tag info (number, min, max) for the task.
270 task_affinity_tag_info_t info; local
273 info = (task_affinity_tag_info_t) task_info_out;
274 info->set_count = 0;
275 info->task_count = 0;
276 info->min = THREAD_AFFINITY_TAG_NULL;
277 info->max = THREAD_AFFINITY_TAG_NULL;
284 info->set_count++;
285 if (info->min == THREAD_AFFINITY_TAG_NULL ||
286 aset->aset_tag < (uint32_t) info
[all...]
H A Dprocessor.c299 processor_info_t info,
319 basic_info = (processor_basic_info_t) info;
360 cpu_load_info = (processor_cpu_load_info_t) info;
415 result = cpu_info(flavor, cpu_id, info, count);
539 processor_info_t info,
545 return(cpu_control(processor->cpu_id, info, count));
588 processor_set_info_t info,
600 basic_info = (processor_set_basic_info_t) info;
614 ts_base = (policy_timeshare_base_t) info;
627 fifo_base = (policy_fifo_base_t) info;
295 processor_info( register processor_t processor, processor_flavor_t flavor, host_t *host, processor_info_t info, mach_msg_type_number_t *count) argument
537 processor_control( processor_t processor, processor_info_t info, mach_msg_type_number_t count) argument
584 processor_set_info( processor_set_t pset, int flavor, host_t *host, processor_set_info_t info, mach_msg_type_number_t *count) argument
712 processor_set_statistics( processor_set_t pset, int flavor, processor_set_info_t info, mach_msg_type_number_t *count) argument
[all...]
H A Dtask_policy.c137 void proc_get_thread_policy(thread_t thread, thread_policy_state_t info);
271 task_category_policy_t info = (task_category_policy_t)policy_info; local
277 switch(info->role) {
283 info->role);
292 info->role);
302 info->role);
307 } /* switch (info->role) */
376 task_suppression_policy_t info = (task_suppression_policy_t)policy_info; local
383 qosinfo.task_latency_qos_tier = info->timer_throttle;
384 qosinfo.task_throughput_qos_tier = info
480 task_category_policy_t info = (task_category_policy_t)policy_info; local
495 task_qos_policy_t info = (task_qos_policy_t)policy_info; local
524 task_policy_state_t info = (task_policy_state_t)policy_info; local
561 task_suppression_policy_t info = (task_suppression_policy_t)policy_info; local
1804 proc_get_thread_policy(thread_t thread, thread_policy_state_t info) argument
[all...]
/xnu-2422.115.4/tools/lldbmacros/plugins/
H A Dspeedtracer.py30 status = response.info()['status']
32 outstr += "CrashTracer data found at " + response.info()['location']
33 newurl = response.info()['location']
38 outstr += "unknown response from server \n" + str(response.info())
/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspec_vnops.c229 static void throttle_info_update_internal(struct _throttle_io_info_t *info, uthread_t ut, int flags, boolean_t isssd);
834 throttle_info_rel(struct _throttle_io_info_t *info) argument
836 SInt32 oldValue = OSDecrementAtomic(&info->throttle_refcnt);
838 DEBUG_ALLOC_THROTTLE_INFO("refcnt = %d info = %p\n",
839 info, (int)(oldValue -1), info );
843 panic("throttle info ref cnt went negative!");
849 if ((info->throttle_refcnt == 0) && (info->throttle_alloc)) {
850 DEBUG_ALLOC_THROTTLE_INFO("Freeing info
865 throttle_info_ref(struct _throttle_io_info_t *info) argument
889 throttle_timer_start(struct _throttle_io_info_t *info, boolean_t update_io_count, int wakelevel) argument
1034 throttle_timer(struct _throttle_io_info_t *info) argument
1129 throttle_add_to_list(struct _throttle_io_info_t *info, uthread_t ut, int mylevel, boolean_t insert_tail) argument
1196 throttle_init_throttle_period(struct _throttle_io_info_t *info, boolean_t isssd) argument
1239 struct _throttle_io_info_t *info; local
1298 struct _throttle_io_info_t *info; local
1342 struct _throttle_io_info_t *info; local
1415 struct _throttle_io_info_t *info; local
1459 struct _throttle_io_info_t *info; local
1474 struct _throttle_io_info_t *info; local
1529 struct _throttle_io_info_t *info = throttle_info; local
1582 void *info; local
1627 struct _throttle_io_info_t *info; local
1736 struct _throttle_io_info_t *info; local
1748 throttle_info_set_initial_window(uthread_t ut, struct _throttle_io_info_t *info, boolean_t BC_throttle, boolean_t isssd) argument
1769 throttle_info_update_internal(struct _throttle_io_info_t *info, uthread_t ut, int flags, boolean_t isssd) argument
1811 struct _throttle_io_info_t *info; local
1868 struct _throttle_io_info_t *info = throttle_info; local
[all...]
/xnu-2422.115.4/bsd/net/
H A Drtsock.c302 struct rt_addrinfo info; local
327 info.rti_info[RTAX_DST] = NULL;
332 info.rti_info[RTAX_DST] = NULL;
337 info.rti_info[RTAX_DST] = NULL;
357 info.rti_info[RTAX_DST] = NULL;
362 info.rti_addrs = rtm->rtm_addrs;
363 if (rt_xaddrs((caddr_t)(rtm + 1), len + (caddr_t)rtm, &info)) {
364 info.rti_info[RTAX_DST] = NULL;
367 if (info.rti_info[RTAX_DST] == NULL ||
368 info
1217 struct rt_addrinfo info; local
1248 struct rt_addrinfo info; local
1328 struct rt_addrinfo info; local
1448 struct rt_addrinfo info; local
1514 struct rt_addrinfo info; local
1576 struct rt_addrinfo info; local
1718 struct rt_addrinfo info; local
[all...]
/xnu-2422.115.4/bsd/kern/
H A Dnetboot.c327 struct netboot_info * info = NULL; local
330 info = (struct netboot_info *)kalloc(sizeof(*info));
331 bzero(info, sizeof(*info));
332 info->client_ip = iaddr;
333 info->image_type = kNetBootImageTypeUnknown;
361 info->image_type = kNetBootImageTypeNFS;
362 info->server_ip = server_ip;
363 info
424 struct netboot_info * info = *info_p; local
[all...]
H A Dsubr_prf.c460 struct snprintf_arg info; local
462 info.str = buf;
463 info.remain = 999999;
465 retval = __doprnt(cfmt, ap, snprintf_func, &info, 10);
466 if (info.remain >= 1) {
467 *info.str++ = '\0';
493 struct snprintf_arg info; local
496 info.str = str;
497 info.remain = size;
498 retval = __doprnt(format, ap, snprintf_func, &info, 1
507 struct snprintf_arg *const info = arg; local
[all...]
/xnu-2422.115.4/osfmk/mach/
H A Dmach_time.h48 mach_timebase_info_t info);
/xnu-2422.115.4/osfmk/vm/
H A Dvm_debug.h42 hash_info_bucket_t *info,
H A Dvm32_user.c350 vm_region_info_t info, /* OUT */
360 result = mach_vm_region(map, &maddress, &msize, flavor, info, count, object_name);
373 vm_region_info_t info, /* OUT */
389 flavor, info, count,
406 vm_region_recurse_info_64_t info,
415 result = mach_vm_region_recurse(map, &maddress, &msize, depth, info, infoCnt);
432 vm_region_submap_info_t info; local
443 info = (vm_region_submap_info_t)info32;
449 info->protection = info64.protection;
450 info
345 vm32_region_64( vm_map_t map, vm32_offset_t *address, vm32_size_t *size, vm_region_flavor_t flavor, vm_region_info_t info, mach_msg_type_number_t *count, mach_port_t *object_name) argument
368 vm32_region( vm_map_t map, vm32_address_t *address, vm32_size_t *size, vm_region_flavor_t flavor, vm_region_info_t info, mach_msg_type_number_t *count, mach_port_t *object_name) argument
401 vm32_region_recurse_64( vm_map_t map, vm32_address_t *address, vm32_size_t *size, uint32_t *depth, vm_region_recurse_info_64_t info, mach_msg_type_number_t *infoCnt) argument
[all...]
H A Dvm_purgeable_internal.h113 void vm_purgeable_stats(vm_purgeable_info_t info, task_t target_task);
/xnu-2422.115.4/pexpert/i386/
H A Dpe_init.c60 int PE_initialize_console( PE_Video * info, int op ) argument
64 if (info) {
65 info->v_offset = 0;
66 info->v_length = 0;
67 info->v_display = GRAPHICS_MODE;
73 initialize_screen(info, op);
80 initialize_screen(info, op);
81 if (info) PE_state.video = *info;
88 if (info) PE_stat
[all...]
/xnu-2422.115.4/bsd/netinet/
H A Dip_divert.h75 u_int32_t info; /* port & flags */ member in struct:divert_tag
96 * Return the divert info associated with the mbuf; if any.
101 return ((struct divert_tag *)(mtag+1))->info;
/xnu-2422.115.4/osfmk/i386/
H A Dtsc.c271 tsc_get_info(tscInfo_t *info) argument
273 info->busFCvtt2n = busFCvtt2n;
274 info->busFCvtn2t = busFCvtn2t;
275 info->tscFreq = tscFreq;
276 info->tscFCvtt2n = tscFCvtt2n;
277 info->tscFCvtn2t = tscFCvtn2t;
278 info->tscGranularity = tscGranularity;
279 info->bus2tsc = bus2tsc;
280 info->busFreq = busFreq;
281 info
[all...]
H A Dhpet.c294 * structure with the info.
297 hpet_get_info(hpetInfo_t *info) argument
299 info->hpetCvtt2n = hpetCvtt2n;
300 info->hpetCvtn2t = hpetCvtn2t;
301 info->tsc2hpet = tsc2hpet;
302 info->hpet2tsc = hpet2tsc;
303 info->bus2hpet = bus2hpet;
304 info->hpet2bus = hpet2bus;
310 info->rcbaArea = hpetArea;
311 info
[all...]
H A Dcpu.c57 processor_info_t info,
61 slot_num, info, count);
80 processor_info_t info,
84 flavor, slot_num, info, count);
55 cpu_control( int slot_num, processor_info_t info, unsigned int count) argument
77 cpu_info( processor_flavor_t flavor, int slot_num, processor_info_t info, unsigned int *count) argument
H A Dtsc.h77 extern void tsc_get_info(tscInfo_t *info);
/xnu-2422.115.4/osfmk/default_pager/
H A Ddefault_pager_object.defs85 out info : default_pager_info_t);
126 out info : backing_store_info_t, CountInOut);
144 out info : default_pager_info_64_t);
/xnu-2422.115.4/osfmk/x86_64/
H A Dkpc_x86.c138 i386_cpu_info_t *info = NULL; local
140 info = cpuid_info();
142 return info->cpuid_arch_perf_leaf.fixed_number;
148 i386_cpu_info_t *info = NULL; local
150 info = cpuid_info();
152 return info->cpuid_arch_perf_leaf.number;
170 i386_cpu_info_t *info = NULL; local
172 info = cpuid_info();
174 return info->cpuid_arch_perf_leaf.fixed_width;
180 i386_cpu_info_t *info local
[all...]
/xnu-2422.115.4/tools/tests/execperf/
H A Dprintexecinfo.c46 task_dyld_info_data_t info; local
52 (void *)&info, &size);
56 all_image_infos = (struct dyld_all_image_infos *)(uintptr_t)info.all_image_info_addr;
/xnu-2422.115.4/tools/tests/libMicro/apple/
H A Dmbr_check_service_membership.c174 struct passwd *info = NULL; local
186 info = getpwnam(username);
187 if (!info) {
192 (void) mbr_uid_to_uuid(info->pw_uid, ts->uuid_list[i]);
200 debug ("username (%s), uid %d, uuid %s, back to uid %d", username, info->pw_uid, buf, uid);

Completed in 1973 milliseconds

1234