/src/lib/libkvm/ |
kvm_hppa.c | 115 _kvm_syserr(kd, 0, "could not read PTE"); 127 _kvm_syserr(kd, 0, "could not read PDE"); 141 _kvm_syserr(kd, 0, "could not read PTE");
|
kvm_arm.c | 112 _kvm_syserr(kd, 0, "could not read L1 entry"); 131 _kvm_syserr(kd, 0, "L1 entry is invalid"); 140 _kvm_syserr(kd, 0, "could not read L2 entry"); 154 _kvm_syserr(kd, 0, "L2 entry is invalid");
|
kvm_i386pae.c | 89 _kvm_syserr(kd, 0, "could not read PDE"); 112 _kvm_syserr(kd, 0, "could not read PTE");
|
kvm.c | 122 _kvm_syserr(kvm_t *kd, const char *program, const char *fmt, ...) function in typeref:typename:void 154 * Wrapper around the lseek(2) system call; calls _kvm_syserr() for us 165 _kvm_syserr(kd, kd->program, "Lseek"); 205 _kvm_syserr(kd, 0, "cannot allocate I/O buffer"); 232 * Wrapper around the pread(2) system call; calls _kvm_syserr() for us 244 _kvm_syserr(kd, kd->program, "Pread"); 345 _kvm_syserr(kd, kd->program, "%s", uf); 354 _kvm_syserr(kd, kd->program, "%s", mf); 358 _kvm_syserr(kd, kd->program, "%s", mf); 368 _kvm_syserr(kd, kd->program, "%s", _PATH_KMEM) [all...] |
kvm_alpha.c | 102 _kvm_syserr(kd, 0, "could not read L1 PTE"); 115 _kvm_syserr(kd, 0, "could not read L2 PTE"); 128 _kvm_syserr(kd, 0, "could not read L3 PTE");
|
kvm_x86_64.c | 118 _kvm_syserr(kd, 0, "could not read PT level 4 entry"); 132 _kvm_syserr(kd, 0, "could not read PT level 3 entry"); 151 _kvm_syserr(kd, 0, "could not read PT level 2 entry"); 170 _kvm_syserr(kd, 0, "could not read PTE");
|
kvm_file.c | 139 _kvm_syserr(kd, kd->program, "kvm_getprocs"); 145 _kvm_syserr(kd, kd->program, "kvm_getfiles");
|
kvm_i386.c | 154 _kvm_syserr(kd, 0, "could not read PDE"); 176 _kvm_syserr(kd, 0, "could not read PTE");
|
kvm_private.h | 120 void _kvm_syserr(kvm_t *, const char *, const char *, ...)
|
kvm_sparc64.c | 175 _kvm_syserr(kd, 0, "could not read L1 PTE"); 187 _kvm_syserr(kd, 0, "could not read L2 PTE"); 199 _kvm_syserr(kd, 0, "could not read TTE");
|
kvm_proc.c | 479 _kvm_syserr(kd, kd->program, "kvm_getproc2"); 490 _kvm_syserr(kd, kd->program, "kvm_getproc2"); 517 _kvm_syserr(kd, NULL, 721 _kvm_syserr(kd, NULL, "kvm_getlwps"); 724 _kvm_syserr(kd, kd->program, "kvm_getlwps"); 734 _kvm_syserr(kd, NULL, "kvm_getlwps"); 739 _kvm_syserr(kd, kd->program, "kvm_getlwps"); 754 _kvm_syserr(kd, kd->program, "kvm_getlwps"); 765 _kvm_syserr(kd, kd->program, "kvm_getlwps"); 774 _kvm_syserr(kd, kd->program, "kvm_getlwps") [all...] |
kvm_mips.c | 183 _kvm_syserr(kd, 0, "could not read PTE");
|
kvm_aarch64.c | 138 _kvm_syserr(kd, 0, "could not read pte");
|
kvm_powerpc.c | 235 _kvm_syserr(kd, 0, "could not read primary PTEG"); 253 _kvm_syserr(kd, 0, "could not read secondary PTEG");
|
kvm_sparc.c | 262 _kvm_syserr(kd, kd->program, "cannot read pte for "
|