Searched refs:position (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dxattr.h82 ssize_t getxattr(const char *path, const char *name, void *value, size_t size, u_int32_t position, int options);
84 ssize_t fgetxattr(int fd, const char *name, void *value, size_t size, u_int32_t position, int options);
86 int setxattr(const char *path, const char *name, const void *value, size_t size, u_int32_t position, int options);
88 int fsetxattr(int fd, const char *name, const void *value, size_t size, u_int32_t position, int options);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateIO.cpp79 - BootX copies the "__HIB" section to its correct position in memory, quiesces and calls its entry
856 IOPolledFileSeek(IOPolledFileIOVars * vars, uint64_t position) argument
862 vars->position = position;
864 while (position >= extentMap->length)
866 position -= extentMap->length;
871 vars->extentRemaining = extentMap->length - position;
872 vars->extentPosition = vars->position - position;
896 size = vars->position
[all...]
H A DIOHibernateInternal.h80 uint64_t position; member in struct:IOPolledFileIOVars
H A DIOMemoryDescriptor.cpp1113 void IOGeneralMemoryDescriptor::setPosition(IOByteCount position)
/darwin-on-arm/xnu/osfmk/arm/armv/
H A Dcpufunc-v7.s149 lsl r2, ip, r2 @ and shift into position
191 lsl r2, ip, r2 @ and shift into position
211 lsl r2, ip, r2 @ and shift into position
231 lsl r2, ip, r2 @ and shift into position
252 lsl r2, ip, r2 @ and shift into position
295 lsl r3, r3, r1 @ shift into position
346 lsl r2, r2, ip @ shift to set position
353 lsl ip, ip, r2 @ shift by that into way position
409 lsl r2, r2, ip @ shift to set position
416 lsl ip, ip, r2 @ shift by that into way position
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h883 virtual void setPosition(IOByteCount position);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c7043 error = copyout((caddr_t)&offset, uap->position, sizeof(off_t));
8843 auio = uio_createwithbuffer(1, uap->position, spacetype, UIO_READ,
8894 auio = uio_createwithbuffer(1, uap->position, spacetype, UIO_READ,
8954 auio = uio_createwithbuffer(1, uap->position, spacetype, UIO_WRITE,
9006 auio = uio_createwithbuffer(1, uap->position, spacetype, UIO_WRITE,

Completed in 53 milliseconds