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

/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePrivate.h87 OSOrderedSet * whence; member in class:_IOServiceNotifier
H A DIOService.cpp4106 notify->whence = set;
4555 if( whence) {
4556 whence->removeObject( (OSObject *) this );
4557 whence = 0;
/xnu-2782.1.97/libkern/zlib/
H A Dgzio.c794 z_off_t ZEXPORT gzseek (file, offset, whence)
797 int whence;
801 if (s == NULL || whence == SEEK_END ||
810 if (whence == SEEK_SET) {
836 if (whence == SEEK_CUR) {
/xnu-2782.1.97/libkern/libkern/
H A Dzlib.h1214 z_off_t offset, int whence));
1218 uncompressed data stream. The whence parameter is defined as in lseek(2);
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c4726 if (uap->whence == L_INCR && uap->offset == 0)
4742 switch (uap->whence) {

Completed in 57 milliseconds