Searched refs:value (Results 126 - 143 of 143) sorted by relevance

123456

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpmap.c1298 __unused vm_machine_attribute_val_t* value)
1337 __unused vm_machine_attribute_val_t* value) {
1681 mp->mpNestReloc = nstart - vstart; /* Set grand to nested vaddr relocation value */
1293 pmap_attribute( __unused pmap_t pmap, __unused vm_map_offset_t address, __unused vm_map_size_t size, __unused vm_machine_attribute_t attribute, __unused vm_machine_attribute_val_t* value) argument
1335 pmap_attribute_cache_sync(ppnum_t pp, vm_size_t size, __unused vm_machine_attribute_t attribute, __unused vm_machine_attribute_val_t* value) argument
H A DEmulate.s124 lwzx r19,r24,r21 ; Get the base register value
126 eZeroBase: lwzx r22,r24,r22 ; Get the index value
140 lwzx r22,r24,r21 ; Get the base register value
188 lwz r6,savesrr1+4(r13) ; Get the srr1 value
195 stw r6,savesrr1+4(r13) ; Set the srr1 value
H A Dppc_disasm.i11 # addi[s] rD,0,value
H A Dsavearea_asm.s1471 savelock0: lwarx r8,0,r12 ; Grab the lock value
1515 li r5,0 ; Set a clear value
1516 stw r8,SVadjust(0) ; Set the adjustment value
H A DFirmware.s1655 li r3,T_PREEMPT /* Set preemption interrupt value */
1672 li r3,T_CSWITCH /* Set context switch value */
1687 li r3,T_INTERRUPT /* Set external interrupt value */
1701 li r3,T_SHUTDOWN /* Set external interrupt value */
1715 li r3,T_DECREMENTER /* Set decrementer interrupt value */
1728 li r3,T_CHOKE ; Set external interrupt value
1775 mr r4,r3 ; Save the new value
1790 ; Takes R4 value, converts it to hex characters and displays it.
H A Dhw_vm.s778 hrmPerm: li r8,-4096 ; Get the value we need to round down to a page
960 li r0,0 ; Set an invalid PTE value
1017 li r2,1 ; Get our lock value
1028 li r2,0 ; Lock clear value
1298 li r0,0 ; Set an invalid PTE value
1350 sldi r24,r24,28 ; Get the full XOR value over to segment position
1357 li r2,1 ; Get our lock value
1376 li r2,0 ; Lock clear value
3534 lis r3,ha16(EXT(pmap_mem_regions)) ; Get high order of physent table (note use of ha16 to get value appropriate for an addi of low part)
3756 gotIfetch: andis. r27,r8,hi16(dsiValid) ; Clean this up to construct a DSISR value
[all...]
H A Dskiplists.s189 ; r3 = return value (ie, found mapping or 0)
276 ; r3 = return value (ie, found mapping or 0)
545 * There is no return value. Except for cr6 (which is global), we trash nonvolatile regs.
664 * There is no return value. Except for cr6 (which is global), we trash nonvolatile regs.
760 * next number is generated by rotating the old value left by 1 and XORing with a
H A Dgenassym.c459 DECLARE("patchValue", offsetof(struct patch_entry *, value));
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_map.c368 * start or end value.] Note that these clippings may not
1117 #define SAVE_HINT_MAP_READ(map,value) \
1119 OSCompareAndSwap((UInt32)((map)->hint), (UInt32)value, (UInt32 *)(&(map)->hint)); \
1132 #define SAVE_HINT_MAP_WRITE(map,value) \
1134 (map)->hint = (value); \
1605 #define RETURN(value) { result = value; goto BailOut; }
3406 * the process's rlimit or the global vm_user_wire_limit which caps this value. There is also
4513 unsigned int last_timestamp = ~0; /* unlikely value */
5451 * (initially, the value returne
9448 vm_map_machine_attribute( vm_map_t map, vm_map_offset_t start, vm_map_offset_t end, vm_machine_attribute_t attribute, vm_machine_attribute_val_t* value) argument
[all...]
H A Dvm_pageout.c6111 boolean_t value)
6113 if (value) {
6109 upl_clear_dirty( upl_t upl, boolean_t value) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_audit.c570 AUDIT_PRINTF(("audit_worker: new vp = %p; value of flag %d\n",
974 /* XXX The queue delay value isn't used with the kernel. */
1598 * error value from the system call and using the appropriate
1616 * value.
1796 * The return value from the system call is stored on the user
1797 * thread. If there was an error, the return value is set to -1,
1899 * return value
2083 audit_arg_value(long value) argument
2091 ar->k_ar.ar_arg_value = value;
H A Dpthread_synch.c451 int value = 0; local
467 kret = semaphore_create(kernel_task, &sem, SYNC_POLICY_FIFO, value);
H A Dkern_resource.c306 AUDIT_ARG(value, uap->prio);
459 /* reset thread priority (we did not save previous value) */
748 * instead of clamping the value, return EINVAL. We do this
802 * Tell the Mach VM layer about the new limit value.
1119 // restore to default value
H A Dkern_sysctl.c255 /* uap->newlen is a size_t value which grows to 64 bits
786 AUDIT_ARG(value, *valp);
1967 AUDIT_ARG(value, new_value);
2320 /* this should never happen, but to be robust, return the default value */
2660 * vm_user_wire_limit - per address space limit on wired memory. This puts a cap on the process's rlimit value.
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c191 * used to invalidate the cached value of the rootvp in the
1058 * to regenerate a new cached value
2278 * !0 errno value
2532 * !0 errno value
4056 * !0 errno value
6289 We keep special track of the return value from the file system:
6482 if (uap->value && uap->size > 0) {
6485 uio_addiov(auio, uap->value, uap->size);
6533 if (uap->value && uap->size > 0) {
6536 uio_addiov(auio, uap->value, ua
[all...]
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserializeXML.cpp945 Do not make this value too large; the results are undefined if
1251 /* The semantic value of the look-ahead symbol. */
1284 /* The semantic value stack. */
1295 /* The variables used to return semantic value and location from the
1312 Waste one element of value and location stack
1325 /* In all cases, when you get here, the value and location stacks
1486 /* If YYLEN is nonzero, implement the default value of the action:
1944 // look for attributes of the form attribute = "value" ...
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOServicePM.cpp1174 // This return value cannot be trusted, but return a value
2510 // This value may be (-1) before activityTickle() is called,
2943 // Enforce a minimum permissible timeout value.
2944 // Make the min value large enough so timeout is less likely
2945 // to occur if a driver misinterpreted that the return value
4306 // the return value from setPowerState()
4319 // Enforce a minimum permissible timeout value.
4320 // Make the min value large enough so timeout is less likely
4321 // to occur if a driver misinterpreted that the return value
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey.c133 * following value in reference count field. they cannot be freed and are
246 /* max count of trial for the decision of spi value */
250 /* minimum spi value to allocate automatically. */
254 /* maximun spi value to allocate automatically. */
3501 ipseclog((LOG_DEBUG, "key_setsaval: invalid key_enc value.\n"));
3670 /* check SPI value */
5061 u_long value; local
5063 key_randomfill(&value, sizeof(value));
5064 return value;
[all...]

Completed in 161 milliseconds

123456