Searched refs:Lseek (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/savecore/
H A Dsavecore.c167 static void Lseek(int, off_t, int);
716 Lseek(ifd, dumplo, SEEK_SET);
938 Lseek(int fd, off_t off, int flag) function
/netbsd-6-1-5-RELEASE/lib/libkvm/
H A Dkvm.c83 static off_t Lseek(kvm_t *, int, off_t, int);
158 Lseek(kvm_t *kd, int fd, off_t offset, int whence) function
165 _kvm_syserr(kd, kd->program, "Lseek");
544 if (Lseek(kd, kd->pmfd, kd->dump_off, SEEK_SET) == -1)

Completed in 103 milliseconds