Searched refs:info (Results 51 - 75 of 87) sorted by relevance

1234

/darwin-on-arm/xnu/osfmk/arm/
H A Dcpu.c793 * Print cache info.
1022 kern_return_t cpu_control(int slot_num, processor_info_t info, unsigned int count) argument
1024 kprintf("cpu_control(%d,%p,%d) not implemented\n", slot_num, info, count);
1028 kern_return_t cpu_info(processor_flavor_t flavor, int slot_num, processor_info_t info, argument
1031 kprintf("cpu_info(%d,%d,%p,%p) not implemented\n", flavor, slot_num, info, count);
/darwin-on-arm/xnu/osfmk/kern/
H A Dclock.h198 mach_timebase_info_t info);
H A Dledger.c1044 ledger_info(task_t task, struct ledger_info *info) argument
1051 memset(info, 0, sizeof (*info));
1053 strlcpy(info->li_name, l->l_template->lt_name, LEDGER_NAME_MAX);
1054 info->li_id = l->l_id;
1055 info->li_entries = l->l_size;
H A Dzalloc.c262 * Zone info options
336 zone_t zinfo_zone = ZONE_NULL; /* zone of per-task zone info */
434 * See the help in the kgmacros for usage info.
1193 * If we are tracking zone info per task, and we have
1502 /* initialize fake zones and zone info if tracking by task */
2810 * and update the zone size info.
2836 * the zone size info.
2977 task_zone_info_t *info; local
3010 info_size = round_page(max_zones * sizeof *info);
3019 info
3150 mach_zone_info_t *info; local
3300 zone_info_t *info; local
[all...]
/darwin-on-arm/xnu/pexpert/pexpert/
H A Dpexpert.h207 PE_Video *info);
/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c117 host_basic_info_data_t info; local
130 (host_info_t)&info, &count);
131 if (result == KERN_SUCCESS && info.avail_cpus > 1)
132 num_servers = info.avail_cpus / 2;
735 * (like Mach's) cache some time zone info on first call.
H A DKQMPMMtest.c118 host_basic_info_data_t info; local
131 (host_info_t)&info, &count);
132 if (result == KERN_SUCCESS && info.avail_cpus > 1)
133 num_servers = info.avail_cpus / 2;
788 * (like Mach's) cache some time zone info on first call.
/darwin-on-arm/xnu/osfmk/mach/
H A Dhost_priv.defs192 info : vm_address_t;
H A Dtask.defs348 * Return zone info as seen/used by this task.
354 out info : task_zone_info_array_t,
/darwin-on-arm/xnu/bsd/net/
H A Droute.c865 struct rt_addrinfo info; local
932 bzero((caddr_t)&info, sizeof(info));
933 info.rti_info[RTAX_DST] = dst;
934 rt_missmsg(msgtype, &info, 0, err);
1076 * Now free any attached link-layer info.
1236 struct rt_addrinfo info; local
1367 bzero((caddr_t)&info, sizeof(info));
1368 info
[all...]
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_map.h810 vm_region_info_t info,
819 vm_region_submap_info_64_t info,
1039 vm_page_info_t info,
/darwin-on-arm/xnu/bsd/netat/
H A Datp_read.c79 atp = (struct atp_state *)gref->info;
112 atp = (struct atp_state *)gref->info;
H A Dadsp_Control.c372 if (sp->gref && (sp->gref->info == (caddr_t)sp->sp_mp)) {
/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DBTreesInternal.h335 BTreeInfoRec *info );
/darwin-on-arm/xnu/bsd/kern/
H A Dposix_shm.c298 * Fill in cache info, if vp is NULL this is a "negative" cache entry.
1245 fill_pshminfo(struct pshmnode * pshm, struct pshm_info * info) argument
1256 sb = &info->pshm_stat;
1264 info->pshm_mappaddr = pshm->mapp_addr;
1265 bcopy(&pinfo->pshm_name[0], &info->pshm_name[0], PSHMNAMLEN+1);
H A Dposix_sem.c283 * Fill in cache info, if vp is NULL this is a "negative" cache entry.
1115 fill_pseminfo(struct psemnode *pnode, struct psem_info * info) argument
1133 sb = &info->psem_stat;
1140 bcopy(&pinfo->psem_name[0], &info->psem_name[0], PSEMNAMLEN+1);
H A Dkern_sysctl.c764 panic("Sched info changed?!");
1963 * of stale info (which is always a possibility).
2583 struct imgsrc_info info[MAX_IMAGEBOOT_NESTING]; /* 2 for now, no problem */ local
2621 * Fill in info.
2623 info[i].ii_dev = vnode_specrdev(devvp);
2624 info[i].ii_flags = 0;
2625 info[i].ii_height = i;
2626 bzero(info[i].ii_reserved, sizeof(info[i].ii_reserved));
2632 return sysctl_io_opaque(req, info,
[all...]
H A Dsys_generic.c2887 struct ledger_info info; local
2889 rval = ledger_info(task, &info);
2892 rval = copyout(&info, args->arg2,
2893 sizeof (info));
/darwin-on-arm/xnu/libkern/libkern/
H A DOSKextLibPrivate.h133 /* Dictionary of metaclass info keyed by classname.
698 * @param info The kmod_info_t structure of the kext.
702 vm_map_t kext_get_vm_map(kmod_info_t * info);
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c1199 struct rt_addrinfo info; local
1204 bzero((caddr_t)&info, sizeof(info));
1206 info.rti_info[RTAX_DST] =
1208 info.rti_info[RTAX_GATEWAY] = rt->rt_gateway;
1209 info.rti_info[RTAX_NETMASK] = rt_mask(rt);
1210 rt_missmsg(RTM_LOSING, &info, rt->rt_flags, 0);
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_glue.c168 vm_region_submap_short_info_data_64_t info; local
173 ret = mach_vm_region_recurse(map, &address, &sizeOfRegion, &nestingDepth, (vm_region_recurse_info_t)&info, &count);
179 if (!(info.protection & VM_PROT_WRITE)) {
181 reprotect = info.protection;
183 if (info.max_protection & VM_PROT_WRITE) {
/darwin-on-arm/xnu/osfmk/chud/
H A Dchud_thread.c171 #pragma mark **** task and thread info ****
/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_rtr.c735 struct rt_addrinfo info; local
740 bzero((caddr_t)&info, sizeof(info));
743 info.rti_info[RTAX_DST] = rt_key(rt);
744 info.rti_info[RTAX_GATEWAY] = rt->rt_gateway;
745 info.rti_info[RTAX_NETMASK] = rt_mask(rt);
750 info.rti_info[RTAX_IFP] = ifp->if_lladdr->ifa_addr;
751 info.rti_info[RTAX_IFA] = rt->rt_ifa->ifa_addr;
753 rt_missmsg(cmd, &info, rt->rt_flags, 0);
/darwin-on-arm/xnu/osfmk/mach/arm/
H A Dtask.h440 task_zone_info_array_t *info,
1452 mach_msg_ool_descriptor_t info; member in struct:__anon1169
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c2196 * cleanup trigger info from vnode (if any)
4549 * For trigger vnodes, attach trigger info to vnode
4669 * we've got the info to enter it into the name cache now
5909 * contains the user and directory info
5977 * contains the user and directory info
8628 struct trigger_unmount_info info; local
8652 info.ctx = ctx;
8653 info.top_mp = mp;
8654 info.trigger_vp = NULLVP;
8655 info
[all...]

Completed in 136 milliseconds

1234