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

123456

/xnu-2422.115.4/tools/lldbmacros/
H A Dxnu.py52 out_string += obj( core.value(lldbval) )
253 array_base : core.value - representing a pointer type (ex. base of type 'ipc_entry *')
256 core.value : core.value of the same type as array_base_val but pointing to index'th element
383 core.value - if the variable is found.
395 retval = core.cvalue.value(sbval)
H A Dmemory.py57 """ Internal function to calculate ledger peak value for the given phys footprint entry
58 params: phys_footprint_entry - value representing struct ledger_entry *
59 return: value - representing the ledger peak for the given phys footprint entry
74 params: proc - value representing struct proc *
135 zone: value - obj representing a zone in kernel
919 task - core.value : a object of type 'task *'
974 vm_size = uint64_t(vmmap.size).value
1123 osk = Cast(kext_dict.value, 'OSKext *')
1182 debuglog("loading slide value from user input %s" % cmd_args[0])
1325 vnode - core.value
[all...]
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dpipes_tests.c356 void set_quietness(int value) argument
358 _quietness = value;
422 printf("%s: invalid value: %s.\n", progname, value_string);
/xnu-2422.115.4/libkern/zlib/
H A Dinflate.c155 int ZEXPORT inflatePrime(strm, bits, value)
158 int value;
165 value &= (1L << bits) - 1;
166 state->hold += value << state->bits;
496 /* Reverse the bytes in a 32-bit value */
564 update the check value, and determine whether any progress has been made
1157 Return from inflate(), updating the total counts and the check value.
1262 return value is how many bytes were read including the last byte of the
1264 yet and the return value is len. In the latter case, syncsearch() can be
H A Ddeflate.c192 * Update a hash value with the given input byte
433 int ZEXPORT deflatePrime (strm, bits, value)
436 int value;
440 strm->state->bi_buf = (ush)(value & ((1 << bits) - 1));
506 * value for 15 and 8 only works for those exact settings.
509 * the value returned is a conservative worst case for the maximum expansion
543 * Put a short in the pending buffer. The 16-bit value is put in MSB order.
585 int old_flush; /* value of flush param for previous deflate call */
1350 * its value will never be used.
1374 /* Initialize the hash value no
[all...]
/xnu-2422.115.4/osfmk/kern/
H A Dzalloc.c163 * and check for that value when the element is being reused to make sure
222 /* initialized to a per-boot random value in zp_init */
239 * the same value if mach_absolute_time doesn't have sufficient time
1036 * memory configurations. The default value is 4000 records.
1370 * The return value indicates whether to try again next time.
1564 /* Save the number of frames captured for return value */
2080 * control the size of the log. If zrecs is not specified, a default value is used.
2923 boolean_t value)
2926 assert( value == TRUE || value
2920 zone_change( zone_t zone, unsigned int item, boolean_t value) argument
[all...]
/xnu-2422.115.4/bsd/kern/
H A Dkern_exec.c408 * A return value other than -1 indicates subsequent image activators should
561 * Note: A return value other than -1 indicates subsequent image
684 * Note: A return value other than -1 indicates subsequent image
1215 * mechanism ensures that the value doesn't change after we release
1371 /* TODO: Should an invalid value here fail the spawn? */
2619 /* 64 bit value containing 32 bit address */
2651 /* 64 bit value containing 32 bit address */
3135 uint64_t low, high, value; local
3139 /* A 64-bit value will only take 16 characters, plus '0x' and NULL. */
3149 value
[all...]
H A Dkern_sysctl.c408 /* uap->newlen is a size_t value which grows to 64 bits
424 * check for the top level OID value, and then adding
938 SYSCTL_PROC(_debug, CTL_DEBUG_VALUE, value, CTLTYPE_NODE|CTLFLAG_RW | CTLFLAG_LOCKED,
1432 * We specify the subcommand code for multiple nodes as the 'req->arg2' value
1439 * of a well known value with a common handler function. This is desirable,
1442 * It should be noted that the value of '((int *)arg1)[1]' is used for many
2217 /* Thread safe: bits and string value are not used to reclaim state */
2236 /* no value in telling the user that we traced what they asked */
2691 uint64_t value = timer_sysctl_get(oid); local
2696 error = sysctl_io_number(req, value, sizeo
[all...]
H A Ddecmpfs.c195 extern void IOServicePublishResource( const char * property, boolean_t value );
406 /* failed to write our value, so loop */
425 /* failed to write our value, so loop */
/xnu-2422.115.4/iokit/Kernel/
H A DIOHibernateIO.cpp1394 uint8_t value = 0; local
1407 value = (value << 4) | c;
1409 rtcVars.booterSignature[i >> 1] = value;
1501 uint8_t value = 0; local
1512 value = (value << 4) | c;
1514 data->appendBytes(&value, sizeof(value));
H A DIOHibernateRestoreKernel.c184 static void debug_code(uint32_t code, uint64_t value) argument
199 uart_puthex(value);
H A DIODeviceTreeSupport.cpp427 UInt32 * value )
433 *value = *((UInt32 *) data->getBytesNoCopy());
H A DIOServicePM.cpp1304 // This return value cannot be trusted, but return a value
2647 // will drop future tickles until the cached value is lowered or in-
3137 // This value may be kInvalidTicklePowerState before activityTickle()
3518 // Enforce a minimum permissible timeout value.
3519 // Make the min value large enough so timeout is less likely
3520 // to occur if a driver misinterpreted that the return value
4135 // the return value from setPowerState()
4147 // Enforce a minimum permissible timeout value.
4148 // Make the min value larg
[all...]
/xnu-2422.115.4/bsd/net/
H A Dbridgestp.c1560 /* value can only be changed in leagacy stp mode */
1782 /* If the priority has been manually set then retain the value */
1992 t->value = v;
2000 t->value = 0;
2017 t->value -= BSTP_TICK_VAL;
2018 if (t->value <= 0) {
2108 * lowest value. The adapter which we take the MAC address from does
2110 * value.
/xnu-2422.115.4/osfmk/vm/
H A Dvm_user.c161 * applications also treat pointers with a value of 0 as
230 * applications also treat pointers with a value of 0 as
440 vm_machine_attribute_val_t* value) /* IN/OUT */
455 value);
470 vm_machine_attribute_val_t* value) /* IN/OUT */
485 value);
558 * The kernel could handle a 64-bit "size" value, but
435 mach_vm_machine_attribute( vm_map_t map, mach_vm_address_t addr, mach_vm_size_t size, vm_machine_attribute_t attribute, vm_machine_attribute_val_t* value) argument
465 vm_machine_attribute( vm_map_t map, vm_address_t addr, vm_size_t size, vm_machine_attribute_t attribute, vm_machine_attribute_val_t* value) argument
H A Dvm_map.h273 * wired_counts are unsigned short. This value is used to safeguard
476 * zero on success and non-zero value on failure.
810 vm_machine_attribute_val_t* value); /* IN/OUT */
H A Dvm_pageout.c2136 * is possible for the value to be a bit non-determistic, but that's ok
8664 boolean_t value)
8666 if (value) {
8676 boolean_t value)
8679 if (value) {
8662 upl_clear_dirty( upl_t upl, boolean_t value) argument
8674 upl_set_referenced( upl_t upl, boolean_t value) argument
H A Dvm_map.c409 * start or end value.] Note that these clippings may not
1656 #define RETURN(value) { result = value; goto BailOut; }
4003 * the process's rlimit or the global vm_user_wire_limit which caps this value. There is also
5114 unsigned int last_timestamp = ~0; /* unlikely value */
6121 * (initially, the value returned from the lookup above),
7383 /* We can safely use saved tmp_entry value */
8194 kern_return_t result; /* Return value from
9333 * absolute value.
10997 vm_machine_attribute_val_t* value) /* I
10992 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...]
/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp90 OSObject * value);
95 const char * value);
2022 "Kext %s error - CFBundleVersion bad value '%s'.",
2027 compatibleVersion = -1; // set to illegal value for kexts that don't have
2038 "Kext %s error - OSBundleCompatibleVersion bad value '%s'.",
4302 * value = version string(s) of the kext that is to be denied loading.
4676 /* If we've pushed the next available load tag to the invalid value,
5794 // xxx - do we need a distinct OSReturn value for these or is "bad data"
6733 /* we only reset delay value for unloading if we already have something
7991 /* This kmem_alloc sets the return value o
9130 _OSKextSetRequestArgument( OSDictionary * requestDict, const char * argName, OSObject * value) argument
9177 OSString * value = NULL; // must release local
[all...]
H A DOSUnserializeXML.cpp944 Do not make this value too large; the results are undefined if
1250 /* The semantic value of the look-ahead symbol. */
1283 /* The semantic value stack. */
1294 /* The variables used to return semantic value and location from the
1311 Waste one element of value and location stack
1324 /* In all cases, when you get here, the value and location stacks
1485 /* If YYLEN is nonzero, implement the default value of the action:
2048 // look for attributes of the form attribute = "value" ...
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c184 * used to invalidate the cached value of the rootvp in the
835 mp->mnt_flag = flag; /* restore flag value */
1854 * to regenerate a new cached value
1980 // Restore P_NOREMOTEHANG bit to its previous value
3216 * !0 errno value
3507 * !0 errno value
4887 * !0 errno value
4925 * !0 errno value
4961 * !0 errno value
4996 * !0 errno value
[all...]
/xnu-2422.115.4/bsd/vm/
H A Dvm_unix.c418 * args->pid Process ID (returned value; see below)
1370 * with the same slide value that was used earlier
1587 user_addr_t valuep = uap->value;
/xnu-2422.115.4/bsd/netinet/
H A Dflow_divert.c374 flow_divert_packet_append_tlv(mbuf_t packet, uint8_t type, size_t length, const void *value) argument
391 error = mbuf_copyback(packet, mbuf_pkthdr_len(packet), length, value, MBUF_DONTWAIT);
393 FDLOG0(LOG_ERR, &nil_pcb, "failed to append the value");
/xnu-2422.115.4/bsd/netkey/
H A Dkey.c157 * following value in reference count field. they cannot be freed and are
285 /* max count of trial for the decision of spi value */
289 /* minimum spi value to allocate automatically. */
293 /* maximun spi value to allocate automatically. */
4227 ipseclog((LOG_DEBUG, "key_setsaval: invalid key_enc value.\n"));
4616 /* check SPI value */
6299 u_int32_t value; local
6301 key_randomfill(&value, sizeof(value));
6302 return value;
[all...]
/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c855 * illegal value slot.
1151 * Shift the 128-bit value in a by b. If b is positive, shift left.
1190 * resulting 128-bit value.
1514 * Depending on the value of the op parameter, this function looks-up,
1543 * algorithm. For the by-value portions, we perform the algorithm in
1600 * actually happens, we set the hashval to be a value known to be a
1601 * non-sentinel value.
1735 * Now set the hash value to indicate that it's free.
1780 * return NULL now. Before we return, check that the value
2069 int16_t nsteps, int64_t value)
[all...]

Completed in 314 milliseconds

123456