Home
last modified time | relevance | path

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

/xnu-8019.80.24/tools/lldbmacros/
H A Dmacho.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-8019.80.24/iokit/Kernel/
H A DIOServicePrivate.h101 OSOrderedSet * whence;
H A DIOService.cpp6023 notify->whence = set; in setNotification()
6178 bool removed = (NULL == notify->whence); in addMatchingNotification()
6759 if (whence) { in remove()
6760 whence->removeObject((OSObject *) this ); in remove()
6761 whence = NULL; in remove()
/xnu-8019.80.24/libkern/libkern/
H A Dzlib.h1229 z_off_t offset, int whence));
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_syscalls.c5805 if (uap->whence == L_INCR && uap->offset == 0) { in lseek()
5822 switch (uap->whence) { in lseek()