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...] |