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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePrivate.h89 OSOrderedSet * whence; member in class:_IOServiceNotifier
H A DIOService.cpp3800 notify->whence = set;
4249 if( whence) {
4250 whence->removeObject( (OSObject *) this );
4251 whence = 0;
/darwin-on-arm/xnu/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) {
/darwin-on-arm/xnu/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);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c4192 if (uap->whence == L_INCR && uap->offset == 0)
4208 switch (uap->whence) {

Completed in 96 milliseconds