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

1234

/darwin-on-arm/xnu/osfmk/kern/
H A Dthread_policy.c91 thread_extended_policy_t info; local
93 info = (thread_extended_policy_t)policy_info;
94 timeshare = info->timeshare;
141 thread_time_constraint_policy_t info; local
148 info = (thread_time_constraint_policy_t)policy_info;
149 if ( info->constraint < info->computation ||
150 info->computation > max_rt_quantum ||
151 info->computation < min_rt_quantum ) {
159 thread->realtime.period = info
184 thread_precedence_policy_t info; local
207 thread_affinity_policy_t info; local
427 thread_extended_policy_t info; local
438 thread_time_constraint_policy_t info; local
477 thread_precedence_policy_t info; local
503 thread_affinity_policy_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 Dhost.c146 host_info_t info,
166 basic_info = (host_basic_info_t) info;
203 sched_info = (host_sched_info_t) info;
235 priority_info = (host_priority_info_t) info;
270 host_info_t info,
287 load_info = (host_load_info_t) info;
332 stat32 = (vm_statistics_t) info;
362 * Fill in extra info added in later revisions of the
369 /* rev1 added "purgeable" info */
376 /* rev2 added "speculative" info */
143 host_info( host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_number_t *count) argument
267 host_statistics( host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_number_t *count) argument
468 host_statistics64( host_t host, host_flavor_t flavor, host_info64_t info, mach_msg_type_number_t *count) argument
580 host_priv_statistics( host_priv_t host_priv, host_flavor_t flavor, host_info_t info, mach_msg_type_number_t *count) argument
764 processor_info_t info; local
[all...]
H A Dprocessor.c299 processor_info_t info,
319 basic_info = (processor_basic_info_t) info;
348 cpu_load_info = (processor_cpu_load_info_t) info;
385 result = cpu_info(flavor, cpu_id, info, count);
509 processor_info_t info,
515 return(cpu_control(processor->cpu_id, info, count));
558 processor_set_info_t info,
570 basic_info = (processor_set_basic_info_t) info;
584 ts_base = (policy_timeshare_base_t) info;
597 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
507 processor_control( processor_t processor, processor_info_t info, mach_msg_type_number_t count) argument
554 processor_set_info( processor_set_t pset, int flavor, host_t *host, processor_set_info_t info, mach_msg_type_number_t *count) argument
682 processor_set_statistics( processor_set_t pset, int flavor, processor_set_info_t info, mach_msg_type_number_t *count) argument
[all...]
/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleARMCPU.cpp53 ml_processor_info_t info; local
54 info.cpu_id = this;
55 info.boot_cpu = 1;
56 info.l2cr_value = 0;
57 info.start_paddr = 0x100;
58 info.supports_nap = 0;
59 info.time_base_enable = NULL;
61 kern_return_t result = ml_processor_register(&info, &machProcessor, &ipi_handler);
/darwin-on-arm/xnu/bsd/net/
H A Drtsock.c325 struct rt_addrinfo info; local
350 info.rti_info[RTAX_DST] = NULL;
355 info.rti_info[RTAX_DST] = NULL;
360 info.rti_info[RTAX_DST] = NULL;
380 info.rti_info[RTAX_DST] = NULL;
385 info.rti_addrs = rtm->rtm_addrs;
386 if (rt_xaddrs((caddr_t)(rtm + 1), len + (caddr_t)rtm, &info)) {
387 info.rti_info[RTAX_DST] = NULL;
390 if (info.rti_info[RTAX_DST] == NULL || (info
1233 struct rt_addrinfo info; local
1264 struct rt_addrinfo info; local
1344 struct rt_addrinfo info; local
1388 struct rt_addrinfo info; local
1454 struct rt_addrinfo info; local
1516 struct rt_addrinfo info; local
1645 struct rt_addrinfo info; local
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dnetboot.c330 struct netboot_info * info = NULL; local
333 info = (struct netboot_info *)kalloc(sizeof(*info));
334 bzero(info, sizeof(*info));
335 info->client_ip = iaddr;
336 info->image_type = kNetBootImageTypeUnknown;
364 info->image_type = kNetBootImageTypeNFS;
365 info->server_ip = server_ip;
366 info
427 struct netboot_info * info = *info_p; local
[all...]
H A Dsubr_prf.c466 struct snprintf_arg info; local
468 info.str = buf;
469 info.remain = 999999;
471 retval = __doprnt(cfmt, ap, snprintf_func, &info, 10);
472 if (info.remain >= 1) {
473 *info.str++ = '\0';
500 struct snprintf_arg info; local
503 info.str = str;
504 info.remain = size;
505 retval = __doprnt(format, ap, snprintf_func, &info, 1
514 struct snprintf_arg *const info = arg; local
[all...]
/darwin-on-arm/xnu/pexpert/arm/common/
H A Dpe_init.c56 int PE_initialize_console( PE_Video * info, int op ) argument
60 if (info) {
61 info->v_offset = 0;
62 info->v_length = 0;
63 info->v_display = GRAPHICS_MODE;
69 initialize_screen(info, op);
76 initialize_screen(info, op);
77 if (info) PE_state.video = *info;
84 if (info) PE_stat
257 PE_current_console(PE_Video * info) argument
[all...]
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c190 static void throttle_info_update_internal(struct _throttle_io_info_t *info, uthread_t ut, int policy, int flags, boolean_t isssd);
811 throttle_info_rel(struct _throttle_io_info_t *info) argument
813 SInt32 oldValue = OSDecrementAtomic(&info->throttle_refcnt);
815 DEBUG_ALLOC_THROTTLE_INFO("refcnt = %d info = %p\n",
816 info, (int)(oldValue -1), info );
820 panic("throttle info ref cnt went negative!");
826 if ((info->throttle_refcnt == 0) && (info->throttle_alloc)) {
827 DEBUG_ALLOC_THROTTLE_INFO("Freeing info
842 throttle_info_ref(struct _throttle_io_info_t *info) argument
867 throttle_timer_start(struct _throttle_io_info_t *info, boolean_t update_io_count) argument
921 throttle_timer(struct _throttle_io_info_t *info) argument
996 struct _throttle_io_info_t *info; local
1032 struct _throttle_io_info_t *info; local
1059 struct _throttle_io_info_t *info; local
1128 struct _throttle_io_info_t *info; local
1172 struct _throttle_io_info_t *info; local
1187 struct _throttle_io_info_t *info; local
1247 struct _throttle_io_info_t *info = throttle_info; local
1295 void *info; local
1315 struct _throttle_io_info_t *info; local
1429 struct _throttle_io_info_t *info; local
1441 throttle_info_set_initial_window(uthread_t ut, struct _throttle_io_info_t *info, boolean_t BC_throttle) argument
1456 throttle_info_update_internal(struct _throttle_io_info_t *info, uthread_t ut, int policy, int flags, boolean_t isssd) argument
1503 struct _throttle_io_info_t *info; local
1567 struct _throttle_io_info_t *info = throttle_info; local
[all...]
/darwin-on-arm/xnu/bsd/netat/
H A Daurp_cfg.c91 gref->info = (void *)&aurp_minor_no[i];
98 if (*(char *)gref->info == 1) {
104 *(char *)gref->info = 0;
105 gref->info = 0;
H A Dadsp_stream.c162 if (gref->info == 0)
174 sp = (CCBPtr)gbuf_rptr(((gbuf_t *)gref->info));
187 if (gref->info == 0)
199 sp = (CCBPtr)gbuf_rptr(((gbuf_t *)gref->info));
235 sp = (CCBPtr)gbuf_rptr(((gbuf_t *)gref->info));
250 if (gref->info) {
251 CCBPtr sp = (CCBPtr)gbuf_rptr(((gbuf_t *)gref->info));
258 gbuf_freeb((gbuf_t *)gref->info);
295 CheckReadQueue((CCBPtr)gbuf_rptr(((gbuf_t *)gref->info)));
296 CheckSend((CCBPtr)gbuf_rptr(((gbuf_t *)gref->info)));
[all...]
H A Dadsp.c71 gref->info = (caddr_t) ccb_mp;
72 sp = (CCBPtr)gbuf_rptr(((gbuf_t *)gref->info));
86 if (gref->info) {
87 sp = (CCBPtr)gbuf_rptr(((gbuf_t *)gref->info));
132 if (gref->info == 0) {
143 sp = (void *)gbuf_rptr(((gbuf_t *)gref->info));
155 if (gref->info == 0) {
172 if ((gref->info == 0) && ((iocbp->ioc_cmd != ADSPOPEN) &&
181 sp = (void *)gbuf_rptr(((gbuf_t *)gref->info));
/darwin-on-arm/xnu/osfmk/mach/
H A Dmach_time.h48 mach_timebase_info_t info);
/darwin-on-arm/xnu/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...]
/darwin-on-arm/xnu/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...]
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_divert.h74 u_int32_t info; /* port & flags */ member in struct:divert_tag
95 * Return the divert info associated with the mbuf; if any.
100 return ((struct divert_tag *)(mtag+1))->info;
/darwin-on-arm/xnu/osfmk/i386/
H A Dtsc.c256 tsc_get_info(tscInfo_t *info) argument
258 info->busFCvtt2n = busFCvtt2n;
259 info->busFCvtn2t = busFCvtn2t;
260 info->tscFreq = tscFreq;
261 info->tscFCvtt2n = tscFCvtt2n;
262 info->tscFCvtn2t = tscFCvtn2t;
263 info->tscGranularity = tscGranularity;
264 info->bus2tsc = bus2tsc;
265 info->busFreq = busFreq;
266 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.c58 processor_info_t info,
62 slot_num, info, count);
81 processor_info_t info,
85 flavor, slot_num, info, count);
56 cpu_control( int slot_num, processor_info_t info, unsigned int count) argument
78 cpu_info( processor_flavor_t flavor, int slot_num, processor_info_t info, unsigned int *count) argument
/darwin-on-arm/xnu/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);
/darwin-on-arm/xnu/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;
/darwin-on-arm/xnu/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 333 milliseconds

1234