Searched refs:info_p (Results 1 – 5 of 5) sorted by relevance
| /xnu-8796.141.3/osfmk/i386/ ! |
| H A D | cpuid.c | 222 static void cpuid_vmm_detect_pv_interface(i386_vmm_info_t *info_p, const char *signature, 224 static bool cpuid_vmm_detect_applepv_features(i386_vmm_info_t *info_p, const uint32_t base, const u… 328 cpuid_set_cache_info( i386_cpu_info_t * info_p ) in cpuid_set_cache_info() argument 339 DBG("cpuid_set_cache_info(%p)\n", info_p); in cpuid_set_cache_info() 346 for (i = 0; i < sizeof(info_p->cache_info) / 16; i++) { in cpuid_set_cache_info() 348 if (i > 0 && i >= info_p->cache_info[0]) { in cpuid_set_cache_info() 357 memcpy(&info_p->cache_info[dcnt], &cpuid_result[j], 4); in cpuid_set_cache_info() 394 info_p->cpuid_cores_per_package in cpuid_set_cache_info() 426 info_p->cache_size[type] = cache_size; in cpuid_set_cache_info() 427 info_p->cache_sharing[type] = cache_sharing; in cpuid_set_cache_info() [all …]
|
| H A D | machine_routines.h | 429 void i386_lbr_init(struct i386_cpu_info *info_p, bool is_master);
|
| H A D | pcb_native.c | 224 i386_lbr_init(i386_cpu_info_t *info_p, bool is_master) in i386_lbr_init() argument 247 switch (info_p->cpuid_cpufamily) { in i386_lbr_init()
|
| /xnu-8796.141.3/bsd/net/ ! |
| H A D | if_bridge.c | 4370 ip_packet_info_t info_p, struct bripstats * stats_p) 4381 bzero(info_p, sizeof(*info_p)); 4457 info_p->ip_proto = ip->ip_p; 4458 info_p->ip_hdr.ip = ip; 4461 info_p->ip_is_fragmented = true; 4497 &info_p->ip_is_fragmented); 4513 info_p->ip_proto = proto; 4514 info_p->ip_hdr.ip6 = ip6; 4531 m0->m_pkthdr.len, info_p->ip_is_fragmented ? " frag" : ""); 4532 info_p->ip_hlen = ip_hlen; [all …]
|
| /xnu-8796.141.3/bsd/kern/ ! |
| H A D | netboot.c | 380 netboot_info_free(struct netboot_info * * info_p) in netboot_info_free() argument 382 struct netboot_info * info = *info_p; in netboot_info_free() 392 *info_p = NULL; in netboot_info_free()
|