Home
last modified time | relevance | path

Searched refs:whence (Results 1 – 6 of 6) sorted by relevance

/xnu-10063.101.15/tools/lldbmacros/core/
H A Dio.py41 def seek(self, offset, whence=0): argument
43 if whence == 0:
45 elif whence == 1:
47 elif whence == 2:
50 raise IOError("Invalid whence argument to seek: %r" % (whence,))
/xnu-10063.101.15/iokit/Kernel/
H A DIOServicePrivate.h101 OSOrderedSet * whence;
H A DIOService.cpp6270 notify->whence = set; in setNotification()
6425 bool removed = (NULL == notify->whence); in addMatchingNotification()
7006 if (whence) { in remove()
7007 whence->removeObject((OSObject *) this ); in remove()
7008 whence = NULL; in remove()
/xnu-10063.101.15/libkern/libkern/
H A Dzlib.h1229 z_off_t offset, int whence));
/xnu-10063.101.15/doc/debugging/
H A Ddebugging.md416 whence = 0
/xnu-10063.101.15/bsd/vfs/
H A Dvfs_syscalls.c6343 if (uap->whence == L_INCR && uap->offset == 0) { in lseek()
6360 switch (uap->whence) { in lseek()