Home
last modified time | relevance | path

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

/xnu-8792.81.2/tools/lldbmacros/core/
H A Dio.py45 def seek(self, offset, whence=0): argument
47 if whence == 0:
49 elif whence == 1:
51 elif whence == 2:
54 raise IOError("Invalid whence argument to seek: %r" % (whence,))
/xnu-8792.81.2/iokit/Kernel/
H A DIOServicePrivate.h101 OSOrderedSet * whence;
H A DIOService.cpp6172 notify->whence = set; in setNotification()
6327 bool removed = (NULL == notify->whence); in addMatchingNotification()
6908 if (whence) { in remove()
6909 whence->removeObject((OSObject *) this ); in remove()
6910 whence = NULL; in remove()
/xnu-8792.81.2/libkern/libkern/
H A Dzlib.h1229 z_off_t offset, int whence));
/xnu-8792.81.2/doc/
H A Ddebugging.md584 whence = 0
/xnu-8792.81.2/bsd/vfs/
H A Dvfs_syscalls.c6318 if (uap->whence == L_INCR && uap->offset == 0) { in lseek()
6335 switch (uap->whence) { in lseek()