Home
last modified time | relevance | path

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

/xnu-8792.61.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.61.2/iokit/Kernel/ !
H A DIOServicePrivate.h101 OSOrderedSet * whence;
H A DIOService.cpp6171 notify->whence = set; in setNotification()
6326 bool removed = (NULL == notify->whence); in addMatchingNotification()
6907 if (whence) { in remove()
6908 whence->removeObject((OSObject *) this ); in remove()
6909 whence = NULL; in remove()
/xnu-8792.61.2/libkern/libkern/ !
H A Dzlib.h1229 z_off_t offset, int whence));
/xnu-8792.61.2/doc/ !
H A Ddebugging.md584 whence = 0
/xnu-8792.61.2/bsd/vfs/ !
H A Dvfs_syscalls.c6318 if (uap->whence == L_INCR && uap->offset == 0) { in lseek()
6335 switch (uap->whence) { in lseek()