Home
last modified time | relevance | path

Searched refs:position (Results 1 – 14 of 14) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOPolledInterface.cpp879 vars->position = position; in IOPolledFileSeek()
881 if (position > vars->fileSize) { in IOPolledFileSeek()
886 while (position >= extentMap->length) { in IOPolledFileSeek()
887 position -= extentMap->length; in IOPolledFileSeek()
893 vars->extentPosition = vars->position - position; in IOPolledFileSeek()
949 vars->position += copy; in IOPolledFileWrite()
968 if (vars->position > vars->encryptEnd) { in IOPolledFileWrite()
1016 vars->extentPosition = vars->position; in IOPolledFileWrite()
1106 vars->position += vars->lastRead; in IOPolledFileRead()
1113 vars->extentPosition = vars->position; in IOPolledFileRead()
[all …]
H A DIOHibernateIO.cpp1895 vars->fileVars->encryptStart = (vars->fileVars->position & ~(AES_BLOCK_SIZE - 1)); in hibernate_write_image()
2018 pageCount, vars->fileVars->position); in hibernate_write_image()
2041 vars->fileVars->encryptStart = (vars->fileVars->position & ~(((uint64_t)AES_BLOCK_SIZE) - 1)); in hibernate_write_image()
2186 vars->fileVars->encryptEnd = ((vars->fileVars->position + 511) & ~511ULL); in hibernate_write_image()
2204 image1Size = vars->fileVars->position; in hibernate_write_image()
2216 header->imageSize = vars->fileVars->position; in hibernate_write_image()
2223 header->imageSize = vars->fileVars->position; in hibernate_write_image()
H A DIOMemoryDescriptor.cpp2679 IOGeneralMemoryDescriptor::setPosition(IOByteCount position) in setPosition() argument
/xnu-11215/bsd/sys/
H A Dxattr.h91 ssize_t getxattr(const char *path, const char *name, void *value, size_t size, u_int32_t position, …
93 ssize_t fgetxattr(int fd, const char *name, void *value, size_t size, u_int32_t position, int optio…
95 int setxattr(const char *path, const char *name, const void *value, size_t size, u_int32_t position
97 int fsetxattr(int fd, const char *name, const void *value, size_t size, u_int32_t position, int opt…
/xnu-11215/libkern/os/
H A Dlog_encode.c302 const char *position = format; in log_encode_fmt() local
304 while ((position = strchr(position, '%'))) { in log_encode_fmt()
305 position++; // Look at character(s) after %. in log_encode_fmt()
311 for (bool done = false; !done; position++) { in log_encode_fmt()
316 switch (position[0]) { in log_encode_fmt()
348 if (position[1] == '*') { in log_encode_fmt()
351 position++; in log_encode_fmt()
355 while (is_digit(position[1])) { in log_encode_fmt()
357 precision = 10 * precision + (position[1] - '0'); in log_encode_fmt()
359 position++; in log_encode_fmt()
H A Dlog.c645 int newl, position; in _os_log_to_msgbuf_internal() local
648 position = msgbufreplay; in _os_log_to_msgbuf_internal()
665 p = msgbufp->msg_bufc + position; in _os_log_to_msgbuf_internal()
/xnu-11215/osfmk/kdp/output_stages/
H A Dout_disk.c75 gIOPolledCoreFileVars->position += offset_misalignment; in disk_stage_write()
108 gIOPolledCoreFileVars->position += offset_misalignment; in disk_stage_write()
129 gIOPolledCoreFileVars->position += remainder; in disk_stage_write()
/xnu-11215/iokit/IOKit/
H A DIOPolledInterface.h161 uint64_t position; member
214 extern __C IOReturn IOPolledFileSeek(IOPolledFileIOVars * vars, uint64_t position);
H A DIOMemoryDescriptor.h1166 virtual void setPosition(IOByteCount position);
/xnu-11215/bsd/man/man2/
H A Dgetdirentriesattr.2159 You can use this value to reset a directory iteration to a known position
166 to get the directory's current position instead of using this parameter.
/xnu-11215/tests/vm/
H A Dvm_allocation.c1984 access_deallocated_range_address(mach_vm_address_t address, const char * position) in access_deallocated_range_address() argument
1986 …logv("Will deallocate and read from %s 0x%jx of deallocated range...", position, (uintmax_t)addres… in access_deallocated_range_address()
3108 access_readprotected_range_address(mach_vm_address_t address, const char * position) in access_readprotected_range_address() argument
3110 logv("Reading from %s 0x%jx of read-protected range...", position, (uintmax_t)address); in access_readprotected_range_address()
3141 write_writeprotected_range_address(mach_vm_address_t address, const char * position) in write_writeprotected_range_address() argument
3143 logv("Writing on %s 0x%jx of write-protected range...", position, (uintmax_t)address); in write_writeprotected_range_address()
/xnu-11215/libkern/c++/
H A DOSKext.cpp11087 size_t *position, argument
11096 char *pos = pBuffer + *position;
11097 *position += len;
11098 if (pBuffer && bufferSize && *position <= bufferSize) {
11114 *position += strlen(key) + 1 + value_max + 1;
11123 size_t *position, argument
11133 OSKextPgoMetadataPutMax(position, "INSTANCE", 36);
11134 OSKextPgoMetadataPutMax(position, "UUID", 36);
11164 OSKextPgoMetadataPut(pBuffer, position, bufferSize, num_pairs,
11177 size_t position = 0; local
[all …]
/xnu-11215/bsd/vfs/
H A Dvfs_syscalls.c10693 error = copyout((caddr_t)&offset, uap->position, sizeof(off_t)); in getdirentries64()
13332 auio = uio_createwithbuffer(1, uap->position, spacetype, UIO_READ, in getxattr()
13391 auio = uio_createwithbuffer(1, uap->position, spacetype, UIO_READ, in fgetxattr()
13481 auio = uio_createwithbuffer(1, uap->position, spacetype, UIO_WRITE, in setxattr()
13551 auio = uio_createwithbuffer(1, uap->position, spacetype, UIO_WRITE, in fsetxattr()
/xnu-11215/tests/
H A Dstackshot_tests.m695 … T_LOG(" ##### Testing while spinning in proc_exit at position %d ##### ", proc_exit_spin_pos);