Searched refs:info (Results 26 - 50 of 87) sorted by relevance

1234

/darwin-on-arm/xnu/osfmk/i386/
H A Dtsc.h76 extern void tsc_get_info(tscInfo_t *info);
H A Dhpet.h119 extern void hpet_get_info(hpetInfo_t *info);
H A Drtclock.c176 * Intialize the nanotime info from the base time.
441 mach_timebase_info_t info)
443 info->numer = info->denom = 1;
440 clock_timebase_info( mach_timebase_info_t info) argument
/darwin-on-arm/xnu/osfmk/mach/
H A Dmach_host.defs134 * Get processor info for all the processors on this host.
135 * The returned data is an OOL array of processor info.
178 out info : zone_info_array_t,
188 out info : hash_info_bucket_array_t,
263 out info : mach_zone_info_array_t,
H A Dvm32_map.defs85 out info : vm_region_info_t, CountInOut;
224 out info : vm_region_recurse_info_t,CountInOut);
231 out info : vm_region_recurse_info_t,CountInOut);
244 out info : vm_region_info_t, CountInOut;
H A Dmach_vm.defs394 * address space. If a page is mapped return ref and dirty info.
416 out info : vm_region_recurse_info_t,CountInOut);
438 out info : vm_region_info_t, CountInOut;
490 out info : vm_page_info_t, CountInOut);
H A Dvm_map.defs96 out info : vm_region_info_t, CountInOut;
354 * address space. If a page is mapped return ref and dirty info.
364 * Includes info about the chain of objects rooted at that region.
403 out info : vm_region_recurse_info_t,CountInOut);
417 out info : vm_region_recurse_info_t,CountInOut);
430 out info : vm_region_info_t, CountInOut;
H A Dkmod.h75 struct kmod_info * info; member in struct:kmod_reference
/darwin-on-arm/xnu/osfmk/kern/
H A Dtask.c1541 * want to add some user data to tasks in the future (i.e. bsd info,
1744 task_absolutetime_info_t info; local
1752 info = (task_absolutetime_info_t)task_info_out;
1753 info->threads_user = info->threads_system = 0;
1756 info->total_user = task->total_user_time;
1757 info->total_system = task->total_system_time;
1767 info->threads_user += tval;
1768 info->total_user += tval;
1772 info
1791 task_dyld_info_t info; local
1825 task_extmod_info_t info; local
2063 task_power_info_t info; local
[all...]
H A Dclock.c210 mach_vm_address_t out_info_addr = args->info;
211 mach_timebase_info_data_t info; local
213 clock_timebase_info(&info);
215 copyout((void *)&info, out_info_addr, sizeof (info));
330 * commpage info as appropriate. Because most calls to
H A Dledger.h128 extern int ledger_info(task_t task, struct ledger_info *info);
H A Dtask_policy.c177 task_category_policy_t info = (task_category_policy_t)policy_info; local
183 if ((current_task() == task) && (info != NULL) &&
184 (info->role != TASK_THROTTLE_APPLICATION))
189 switch(info->role) {
192 result = task_role_default_handler(task, info->role);
226 result = task_role_default_handler(task, info->role);
254 task->role = info->role;
264 task->role = info->role;
269 task->role = info->role;
275 } /* switch (info
367 task_category_policy_t info = (task_category_policy_t)policy_info; local
[all...]
/darwin-on-arm/xnu/bsd/netat/
H A Dadsp_Close.c135 if (gref->info) {
136 sp = (CCBPtr)gbuf_rptr(((gbuf_t *)gref->info));
199 if (gref->info == (char *)sp->sp_mp) { /* queue head is still valid */
207 if (gref->info) {
208 gbuf_freem((gbuf_t *)gref->info); /* free the CCB */
209 gref->info = 0;
H A Dat_pcb.h96 void *info; member in struct:atpcb
H A Datp_open.c203 gref->info = (void *)atp;
232 atp = (struct atp_state *)gref->info;
H A Dasp_proto.c113 return (((asp_scb_t *)gref->info)->sess_ioc ? 1 : 0);
144 gref->info = (void *)scb;
179 scb = (asp_scb_t *)gref->info;
383 scb = (asp_scb_t *)gref->info;
430 scb->atp_state = (atp_state_t *)gref->info;
440 gref->info = (void *)scb;
444 gref->info = (void *)scb;
461 scb->atp_state = (atp_state_t *)gref->info;
469 gref->info = (void *)scb;
473 gref->info
[all...]
H A Datp_write.c143 atp = (struct atp_state *)gref->info;
837 atp = (struct atp_state *)gref->info;
970 atp = (struct atp_state *)gref->info;
1125 atp = (struct atp_state *)((struct atp_state *)gref->info)->atp_msgq;
1130 ((asp_scb_t *)gref->info)->stat_msg = mioc;
1223 if (gref->info) {
1224 ((asp_scb_t *)gref->info)->stat_msg = 0;
1242 atp = (struct atp_state *)gref->info;
1398 if ((gref == 0) || ((atp = (struct atp_state *)gref->info) == 0)
1584 * copyout the result info
[all...]
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_hash.h135 hash_info_bucket_t *info,
H A Dmach_port.c205 * no particular order, but they (and the type info)
1607 mach_port_info_t info,
1618 mach_port_limits_t *lp = (mach_port_limits_t *)info;
1640 mach_port_status_t *statusp = (mach_port_status_t *)info;
1683 *(int *)info = 0;
1694 *(int *)info = 0;
1696 *(int *)info = table->ipr_size->its_size;
1715 mach_port_info_t info,
1727 mach_port_limits_t *mplp = (mach_port_limits_t *)info;
1759 kr = ipc_port_request_grow(port, *(int *)info);
1603 mach_port_get_attributes( ipc_space_t space, mach_port_name_t name, int flavor, mach_port_info_t info, mach_msg_type_number_t *count) argument
1711 mach_port_set_attributes( ipc_space_t space, mach_port_name_t name, int flavor, mach_port_info_t info, mach_msg_type_number_t count) argument
[all...]
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_debug.c103 * including info about the object chain.
107 * KERN_SUCCESS Retrieve region/object info.
615 hash_info_bucket_t *info;
624 info = *infop;
628 actual = vm_page_info(info, potential);
634 if (info != *infop)
637 size = round_page(actual * sizeof *info);
642 info = (hash_info_bucket_t *) addr;
643 potential = (unsigned int) (size/sizeof (*info));
646 if (info
[all...]
H A Dvm_user.c1359 vm_region_info_t info, /* OUT */
1379 flavor, info, count,
1407 vm_region_info_t info, /* OUT */
1427 flavor, info, count,
1444 vm_region_info_t info, /* OUT */
1460 flavor, info, count,
1482 vm_region_recurse_info_t info,
1500 (vm_region_submap_info_64_t)info,
1519 vm_region_recurse_info_64_t info,
1537 (vm_region_submap_info_64_t)info,
1354 mach_vm_region( vm_map_t map, mach_vm_offset_t *address, mach_vm_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
1402 vm_region_64( vm_map_t map, vm_offset_t *address, vm_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
1439 vm_region( vm_map_t map, vm_address_t *address, vm_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
1477 mach_vm_region_recurse( vm_map_t map, mach_vm_address_t *address, mach_vm_size_t *size, uint32_t *depth, vm_region_recurse_info_t info, mach_msg_type_number_t *infoCnt) argument
1514 vm_region_recurse_64( vm_map_t map, vm_address_t *address, vm_size_t *size, uint32_t *depth, vm_region_recurse_info_64_t info, mach_msg_type_number_t *infoCnt) argument
1558 vm_region_submap_info_t info; local
1715 mach_vm_page_info( vm_map_t map, mach_vm_address_t address, vm_page_info_flavor_t flavor, vm_page_info_t info, mach_msg_type_number_t *count) argument
[all...]
/darwin-on-arm/xnu/libkern/
H A DOSKextLib.cpp360 kext_get_vm_map(kmod_info_t *info) argument
365 if ((info->address >= segPRELINKB) &&
366 (info->address < (segPRELINKB + segSizePRELINK)))
/darwin-on-arm/xnu/osfmk/arm/
H A Drtclock.c330 void clock_timebase_info(mach_timebase_info_t info) argument
332 info->numer = info->denom = 1;
/darwin-on-arm/xnu/bsd/hfs/hfscommon/BTree/
H A DBTree.c1760 BTreeInfoRec *info )
1779 M_ReturnErrorIf (info == nil, paramErr);
1783 info->nodeSize = btreePtr->nodeSize;
1784 info->maxKeyLength = btreePtr->maxKeyLength;
1785 info->treeDepth = btreePtr->treeDepth;
1786 info->numRecords = btreePtr->leafRecords;
1787 info->numNodes = btreePtr->totalNodes;
1788 info->numFreeNodes = btreePtr->freeNodes;
1789 info->lastfsync = btreePtr->lastfsync;
1790 info
[all...]
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_pcb.c985 struct rt_addrinfo info; local
990 bzero((caddr_t)&info, sizeof(info));
991 info.rti_info[RTAX_DST] =
993 info.rti_info[RTAX_GATEWAY] = rt->rt_gateway;
994 info.rti_info[RTAX_NETMASK] = rt_mask(rt);
995 rt_missmsg(RTM_LOSING, &info, rt->rt_flags, 0);

Completed in 76 milliseconds

1234