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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dxattr.h64 ssize_t getxattr(const char *path, const char *name, void *value, size_t size, u_int32_t position, int options);
66 ssize_t fgetxattr(int fd, const char *name, void *value, size_t size, u_int32_t position, int options);
68 int setxattr(const char *path, const char *name, const void *value, size_t size, u_int32_t position, int options);
70 int fsetxattr(int fd, const char *name, const void *value, size_t size, u_int32_t position, int options);
H A Dsysproto.h861 char position_l_[PADL_(uint32_t)]; uint32_t position; char position_r_[PADR_(uint32_t)]; member in struct:getxattr_args
869 char position_l_[PADL_(uint32_t)]; uint32_t position; char position_r_[PADR_(uint32_t)]; member in struct:fgetxattr_args
877 char position_l_[PADL_(uint32_t)]; uint32_t position; char position_r_[PADR_(uint32_t)]; member in struct:setxattr_args
885 char position_l_[PADL_(uint32_t)]; uint32_t position; char position_r_[PADR_(uint32_t)]; member in struct:fsetxattr_args
1354 char position_l_[PADL_(user_addr_t)]; user_addr_t position; char position_r_[PADR_(user_addr_t)]; member in struct:getdirentries64_args
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_task_thread.h106 int position);
H A Ddb_task_thread.c94 * search valid task queue, and return the queue position as the task id
115 * search thread queue of the task, and return the queue position
138 * search thr_act queue of every valid task, and return the queue position
225 int position)
237 } else if (position <= 0) {
223 db_get_next_act( thread_t *actp, int position) argument
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOHibernateInternal.h72 uint64_t position; member in struct:IOPolledFileIOVars
H A DIOHibernateIO.cpp79 - BootX copies the "__HIB" section to its correct position in memory, quiesces and calls its entry
754 IOPolledFileSeek(IOPolledFileIOVars * vars, uint64_t position) argument
760 vars->position = position;
762 while (position >= extentMap->length)
764 position -= extentMap->length;
769 vars->extentRemaining = extentMap->length - position;
770 vars->extentPosition = vars->position - position;
794 size = vars->position
[all...]
H A DIOMemoryDescriptor.cpp1182 /* DEPRECATED */ void IOGeneralMemoryDescriptor::setPosition(IOByteCount position)
/macosx-10.5.8/xnu-1228.15.4/libkern/ppc/
H A Dstrlen.s82 rlwinm r5,r8,7,0,31 ; move 0x01 bits to 0x80 position
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOMemoryDescriptor.h789 /* DEPRECATED */ virtual void setPosition(IOByteCount position);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dxsumas.s321 nop ; position last load in 2nd dispatch slot
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dstart.s307 sldi r9,r9,32 ; Slide into position
308 sldi r20,r20,32 ; Slide power stuff into position
H A Dlowmem_vectors.s371 rlwimi r11,r13,31,0x10 ; move 0x7FFx bit into position
379 rlwimi r11,r13,1,0x40 ; move 0x6004 bit into position
1462 rlwnm r7,r25,r22,22,22 ; Set CR5_EQ bit position to 0 if tracing allowed
1464 srw r26,r26,r19 ; Get bit position of cpu number
1795 rlwnm r7,r25,r22,22,22 ; Set CR5_EQ bit position to 0 if tracing allowed
1796 srw r26,r26,r19 ; Get bit position of cpu number
H A Dhw_vm.s907 lwz r9,mpBlkRemCur(r31) ; Get our current remove position
1243 lwz r9,mpBlkRemCur(r31) ; Get our current remove position
1350 sldi r24,r24,28 ; Get the full XOR value over to segment position
4007 rlwinm r14,r14,12,15,19 ; Slide the top of the VSID over to correct position (trim for 65 bit addressing)
4008 rlwinm r12,r12,9,20,22 ; Isolate and position key for cache entry
4010 rlwinm r15,r15,12,0,19 ; Slide the last nybble into the low order segment position
4548 sldi r12,r6,16 ; Move AVPN to EA position
4549 sldi r11,r11,5 ; Move this to the page position
8458 ; is a sliding position mask used to "randomize" PTE slot stealing. All 4 of these
8498 rlwinm r4,r4,0,29,31 ; Isolate bit position
[all...]
H A DFirmware.s2387 sldi r10,r10,8 ; Shift into position
H A Dmachine_routines_asm.s1202 rlwimi r11,r11,pfLClckb+1,31,31 ; Move pfLClck to another position (to keep from using non-volatile CRs)
H A Dcswtch.s2212 srw. r9,r7,r4 ; position bits for VRs in that cache line
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c5748 error = copyout((caddr_t)&offset, uap->position, sizeof(off_t));
6483 auio = uio_createwithbuffer(1, uap->position, spacetype, UIO_READ,
6534 auio = uio_createwithbuffer(1, uap->position, spacetype, UIO_READ,
6589 auio = uio_createwithbuffer(1, uap->position, spacetype, UIO_WRITE,
6639 auio = uio_createwithbuffer(1, uap->position, spacetype, UIO_WRITE,

Completed in 183 milliseconds