Searched refs:value (Results 76 - 100 of 150) sorted by relevance

123456

/xnu-2422.115.4/bsd/sys/
H A Dkpi_mbuf.h187 was calculated. The value for the checksum calculated in
189 mbuf_set_csum_performed. The hardware calculated checksum value
193 checksum value for MBUF_CSUM_DID_DATA includes the pseudo header
194 value. If this is not set, the stack will calculate the pseudo
195 header value and add that to the checksum. The value of this bit
307 @result A pointer to smallest possible value for data.
314 value must be in a valid range. In the case of an mbuf with a cluster,
315 the data value must point to a location in the cluster and the data
316 value plu
[all...]
/xnu-2422.115.4/libkern/zlib/
H A Dtrees.c183 local unsigned bi_reverse OF((unsigned value, int length));
213 * Send a value on a given number of bits.
214 * IN assertion: length <= 16 and value fits in length bits.
217 local void send_bits OF((deflate_state *s, int value, int length));
219 local void send_bits(s, value, length)
221 int value; /* value to send */
224 Tracevv((stderr," l %2d v %4x ", length, value));
229 * (16 - bi_valid) bits from value, leaving (width - (16-bi_valid))
230 * unused bits in value
[all...]
/xnu-2422.115.4/iokit/Kernel/
H A DIOPlatformExpert.cpp833 /* pass in a NULL value if you just want to figure out the len */
834 boolean_t PEReadNVRAMProperty(const char *symbol, void *value, argument
861 if (value && vlen)
862 memcpy((void *) value, data->getBytesNoCopy(), vlen);
871 boolean_t PEWriteNVRAMProperty(const char *symbol, const void *value, argument
878 if (!symbol || !value || !len)
888 data = OSData::withBytes((void *) value, len);
1248 const OSSymbol ** name, OSData ** value )
1250 if (dtNVRAM) return dtNVRAM->readNVRAMProperty(entry, name, value);
1256 const OSSymbol * name, OSData * value )
[all...]
H A DIOLib.cpp1012 const char *IOFindNameForValue(int value, const IONamedValue *regValueArray) argument
1015 if(regValueArray->value == value)
1018 snprintf(noValue, sizeof(noValue), "0x%x (UNDEFINED)", value);
1024 int *value)
1028 *value = regValueArray->value;
1022 IOFindValueForName(const char *string, const IONamedValue *regValueArray, int *value) argument
H A DIOPMrootDomain.cpp261 uint32_t value;
1505 unsigned long value )
1507 return setAggressiveness( type, value, 0 );
1515 unsigned long value,
1523 (uint32_t) options, (uint32_t) type, (uint32_t) value);
1533 request->data.record.value = (uint32_t) value;
1555 entry->data.record.value = value;
1591 uint32_t value
6150 systemPowerEventOccurred( const OSSymbol *event, OSObject *value) argument
6923 bool value = (newAssertions & kIOPMDriverAssertionPreventDisplaySleepBit) ? true : false; local
6934 bool value = (newAssertions & kIOPMDriverAssertionReservedBit7) ? true : false; local
[all...]
/xnu-2422.115.4/osfmk/pmc/
H A Dpmc.c695 resv->value = 0ULL;
1112 * and then attempting to OSCompareAndSwap the transformed value. If the OSCompareAndSwap fails,
1533 /* store the counter value into the reservation's stored count */
1534 ret = store_pmc->methods.get_count(store_pmc_obj, &reservation->value);
1577 /* load the counter value */
1578 ret = load_pmc->methods.set_count(load_pmc_obj, reservation->value);
2057 * pmc_config_set_value sets up configuration area key-value pairs. These pairs
2063 uint8_t id, uint64_t value) {
2073 ret = pmc->methods.config_set_value(config->object, id, value);
2353 * KERN_SUCCESS. Any other return value indicate
2062 pmc_config_set_value(pmc_t pmc, pmc_config_t config, uint8_t id, uint64_t value) argument
2590 pmc_reservation_read(pmc_reservation_t reservation, uint64_t *value) argument
2649 pmc_reservation_write(pmc_reservation_t reservation, uint64_t value) argument
[all...]
/xnu-2422.115.4/bsd/kern/
H A Dkern_malloc.c598 * majority of callers don't check the return value and will just dereference the pointer and
769 * Read the value of the maximum zonemap size in bytes; useful
792 uint64_t value = *(vm_size_t *)arg1; variable
794 error = sysctl_io_number(req, value, sizeof (value), &value, NULL);
799 if (value > (uint64_t)zleak_max_zonemap_size)
802 *(vm_size_t *)arg1 = value;
810 * grows larger than this value, zleaks are automatically activated.
812 * The default value i
[all...]
H A Dkdebug.c346 * started running... just use the static max value
846 * pointer, and the value of old_list_head->cpu_id.
1656 * turn off pid check for this pid value
1699 * turn off pid exclusion for this pid value
1716 * This is for setting a maximum decrementer value
1748 /* Turn off range and value checks */
1792 kd_ctrl_page.kdebug_flags &= ~KDBG_VALCHECK; /* Turn off specific value check */
1803 kd_ctrl_page.kdebug_flags &= ~KDBG_VALCHECK; /* Turn off specific value check */
1811 kd_ctrl_page.kdebug_flags &= ~KDBG_VALCHECK; /* Turn off specific value check */
1822 kd_ctrl_page.kdebug_flags |= KDBG_VALCHECK; /* Turn on specific value chec
2190 kdbg_set_nkdbufs(unsigned int value) argument
2264 unsigned int value = 0; local
[all...]
H A Dposix_sem.c139 u_int32_t psem_hash; /* hash value of looked up name */
375 int value = uap->value; local
382 AUDIT_ARG(value32, uap->value);
461 * this here to prevent locking later. We use the value of kret to
462 * signal success or failure, which is why we set its default value
470 if((value < 0) || (value > SEM_VALUE_MAX)) {
475 kret = semaphore_create(kernel_task, &new_pinfo->psem_semobject, SYNC_POLICY_FIFO, value);
593 /* return value ignore
[all...]
/xnu-2422.115.4/osfmk/kern/
H A Dclock_oldops.c774 * argument is invalid, return a negative value. If the 'alarm_time'
775 * is now, return a 0 value. If the 'alarm_time' is in the future,
776 * return a positive value.
804 mach_timespec_t value; local
806 (void) (*clock->cl_ops->c_gettime)(&value);
808 return value;
815 mach_timespec_t value = MACH_TIMESPEC_ZERO; local
817 (void) (*clock->cl_ops->c_gettime)(&value);
819 return value;
H A Dmisc_protos.h192 int value);
H A Dzalloc.h262 boolean_t value);
/xnu-2422.115.4/libkern/kxld/
H A Dkxld_symtab.h101 kxld_addr_t value)
H A Dkxld_reloc.c170 kxld_addr_t value);
466 kxld_addr_t value = 0; local
476 value = kxld_relocator_get_pointer_at_addr(relocator, data,
478 sym = kxld_symtab_get_cxx_symbol_by_value(relocator->symtab, value);
615 kxld_addr_t value; local
617 KXLD_3264_FUNC(relocator->is_32_bit, value,
621 return value;
677 * When we're inspecting the raw binary and not the symbol table, value may
684 align_raw_function_address(const KXLDRelocator *relocator, kxld_addr_t value) argument
687 value
[all...]
/xnu-2422.115.4/libkern/libkern/c++/
H A DOSDictionary.h91 * An OSDictionary also grows as necessary to accommodate new key/value pairs,
120 const OSMetaClassBase * value; member in struct:OSDictionary::dictEntry
173 * If 0, <code>count</code> is used; otherwise this value
212 * If 0, <code>count</code> is used; otherwise this value
248 * If 0, the capacity is set to the number of key/value pairs
251 * the number of key/value pairs in <code>dict</code>.
255 * containing the key/value pairs of <code>dict</code>,
314 * If 0, <code>count</code> is used; otherwise this value
356 * If 0, <code>count</code> is used; otherwise this value
395 * If 0, the capacity is set to the number of key/value pair
[all...]
/xnu-2422.115.4/osfmk/x86_64/
H A Dboot_pt.c63 #error Please update boot_pt.c to reflect the new value of NPGPTD
/xnu-2422.115.4/tools/lldbmacros/core/
H A Dkernelcore.py15 headval - value : value object representing the head of the list
19 value : an object that is of type as headval->tqh_first. Always a pointer object
35 element - value : value object representing element in the list.
52 element - value : Value object for lh_first
57 value : an object thats of type (element_type) head->le_next. Always a pointer object
74 queue_head - value : Value object for queue_head.
80 value : an object thats of type (element_type) queue_head->next. Always a pointer object
97 yield value(el
[all...]
/xnu-2422.115.4/iokit/IOKit/
H A DIOTypes.h137 int value; member in struct:__anon117
/xnu-2422.115.4/EXTERNAL_HEADERS/corecrypto/
H A Dccder.h156 uint64_t value,
160 uint8_t *ccder_encode_uint64(uint64_t value,
/xnu-2422.115.4/bsd/dev/random/YarrowCoreLib/src/
H A Dsha1mod.c40 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits))))
/xnu-2422.115.4/bsd/crypto/blowfish/
H A Dbf_enc.c72 If you set BF_ROUNDS to some value other than 16 or 20, you will have
/xnu-2422.115.4/osfmk/i386/
H A Dpmap.h203 pmap_store_pte(pt_entry_t *entryp, pt_entry_t value) argument
209 *entryp = value;
700 #define pmap_attribute(pmap,addr,size,attr,value) \
702 #define pmap_attribute_cache_sync(addr,size,attr,value) \
/xnu-2422.115.4/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c381 uint64_t *value = (uint64_t *) data; local
388 *value = rdmsr64(msr);
395 uint64_t *value = (uint64_t *) data; local
402 wrmsr64(msr, *value);
/xnu-2422.115.4/libkern/libkern/
H A Dzlib.h126 uLong adler; /* adler32 value of the uncompressed data */
162 The opaque value provided by the application will be passed as the first
165 opaque value.
191 /* 2 is a reserved value (in zlib 1.2.3, Z_PACKET_FLUSH was removed) */
319 with the same value of the flush parameter and more output space (updated
335 the value returned by deflateBound (see below). If deflate does not return
377 value depends on the compression method), inflateInit determines the
456 is on the return value of inflate(), as noted below, or when it returns early
480 value), Z_STREAM_ERROR if the stream structure was inconsistent (for example
526 compression at the expense of memory usage. The default value i
[all...]
/xnu-2422.115.4/osfmk/vm/
H A Dpmap.h283 vm_machine_attribute_val_t* value);
333 vm_machine_attribute_val_t* value);

Completed in 98 milliseconds

123456