kvm.c | 417 * kcore_seg_t cpu_hdr; 418 * (opaque) cpu_data; (size is cpu_hdr.c_size) 423 * cpu_hdr and mem_hdr are padded to khdr.c_seghdrsize 429 kcore_seg_t cpu_hdr; local in function:_kvm_get_header 467 sz = Pread(kd, kd->pmfd, &cpu_hdr, sizeof(cpu_hdr), (off_t)offset); 468 if (sz != sizeof(cpu_hdr)) 470 if ((CORE_GETMAGIC(cpu_hdr) != KCORESEG_MAGIC) || 471 (CORE_GETFLAG(cpu_hdr) != CORE_CPU)) 478 kd->cpu_dsize = cpu_hdr.c_size 525 kcore_seg_t cpu_hdr; local in function:kvm_dump_mkheader [all...] |