OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Lseek
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libkvm/
kvm.c
83
static off_t
Lseek
(kvm_t *, int, off_t, int);
154
* Wrapper around the
lseek
(2) system call; calls _kvm_syserr() for us
158
Lseek
(kvm_t *kd, int fd, off_t offset, int whence)
164
if ((off =
lseek
(fd, offset, whence)) == -1 && errno != 0) {
165
_kvm_syserr(kd, kd->program, "
Lseek
");
582
if (
Lseek
(kd, kd->pmfd, kd->dump_off, SEEK_SET) == -1) {
/src/sbin/savecore/
savecore.c
183
static void
Lseek
(int, off_t, int);
711
Lseek
(ifd, dumplo, SEEK_SET);
913
Lseek
(int fd, off_t off, int flag)
917
ret =
lseek
(fd, off, flag);
919
syslog(LOG_ERR, "
lseek
: %m");
Completed in 12 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025