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

123456

/xnu-2422.115.4/iokit/IOKit/
H A DIOService.h343 @param defer If there is pending I/O that requires this object to persist, and the provider is not opened by this object set <code>defer</code> to <code>true</code> and call the <code>IOService::didTerminate()</code> implementation when the I/O completes. Otherwise, leave <code>defer</code> set to its default value of <code>false</code>.
387 @param result - action-specific returned value
498 @param score Pointer to the current driver's probe score, which is used to order multiple matching drivers in the same match category. It defaults to the value of the <code>IOProbeScore</code> property in the drivers property table, or <code>kIODefaultProbeScore</code> if none is specified. The <code>probe</code> method may alter the score to affect start order.
499 @result An IOService instance or zero when the probe is unsuccessful. In almost all cases the value of <code>this</code> is returned on success. If another IOService object is returned, the probed instance is detached and freed, and the returned instance is used in its stead for <code>start</code>. */
625 @result The <code>busyState</code> value. */
654 @param score Pointer to the current driver's probe score, which is used to order multiple matching drivers in the same match category. It defaults to the value of the <code>IOProbeScore</code> property in the drivers property table, or <code>kIODefaultProbeScore</code> if none is specified.
678 static void publishResource( const OSSymbol * key, OSObject * value = 0 );
686 static void publishResource( const char * key, OSObject * value = 0 );
841 @param value The service's phandle, as a const UInt32. PHandle matching is successful on IOService's which respond successfully to the IORegistryEntry method compareName.
845 static OSDictionary * propertyMatching( const OSSymbol * key, const OSObject * value,
[all...]
/xnu-2422.115.4/bsd/dev/i386/
H A Dsysctl.c48 int value; variable
60 value = (uint32_t) *(uint8_t *)ptr;
61 ptr = &value;
78 int value = *(uint32_t *)ptr; variable
80 if (value == 0)
312 i386_cpu_info, "IU", "Max Basic Information value");
316 i386_cpu_info, "IU", "Max Extended Function Information value");
H A Dfasttrap_isa.c221 uint64_t value; local
250 value = dtrace_fuword64(stack);
255 value = dtrace_fuword32((user_addr_t)(unsigned long)&stack[argno + shift]);
259 return (value);
620 * whatever value's there for simplicity.
1112 * report the expected value for REG_RIP.
1307 user_addr_t /* value ,*/ addr = tp->ftt_dest;
1656 * report the expected value for REG_RIP.
1849 user_addr_t value, addr = tp->ftt_dest; local
1871 if (fasttrap_fuword64(addr, &value)
[all...]
/xnu-2422.115.4/iokit/Kernel/
H A DIOService.cpp2980 void IOService::publishResource( const char * key, OSObject * value )
2985 publishResource( sym, value);
2990 void IOService::publishResource( const OSSymbol * key, OSObject * value )
2992 if( 0 == value)
2993 value = (OSObject *) gIOServiceKey;
2995 gIOResources->setProperty( key, value);
3315 IOReturn IOService::waitForState( UInt32 mask, UInt32 value, argument
3322 IOReturn IOService::waitForState( UInt32 mask, UInt32 value, argument
3333 wait = (value != (__state[1] & mask));
4204 OSDictionary * IOService::propertyMatching( const OSSymbol * key, const OSObject * value, argument
4571 OSObject * value; local
4587 OSObject * value; local
[all...]
/xnu-2422.115.4/osfmk/i386/
H A Dfpu.c195 /* Set default mask value if necessary */
973 fp_setvalid(boolean_t value) { argument
978 ifps->fp_valid = value;
980 if (value == TRUE) {
H A Dcpuid.c89 uint8_t value; /* descriptor code */ member in struct:cpuid_cache_descriptor
108 // value type level ways size entries
218 cpuid_leaf2_find(uint8_t value) argument
223 if (intel_cpuid_leaf2_descriptor_table[i].value == value)
H A Dmachine_routines.c729 void ml_fp_setvalid(boolean_t value) argument
731 fp_setvalid(value);
/xnu-2422.115.4/osfmk/kern/
H A Dsync_sema.c162 int value)
169 if (task == TASK_NULL || value < 0 || policy > SYNC_POLICY_MAX)
183 s->count = value;
158 semaphore_create( task_t task, semaphore_t *new_semaphore, int policy, int value) argument
H A Dtimer_call.c1403 timer_sysctl_set_threshold(uint64_t value) argument
1416 if (value == 0) {
1422 tlp->threshold.interval = value * NSEC_PER_MSEC;
1471 timer_sysctl_set(int oid, uint64_t value) argument
1478 (void *) value);
H A Dtask.h178 integer_t importance; /* priority offset (BSD 'nice' value) */
532 /* value */
579 extern void proc_set_task_policy(task_t task, thread_t thread, int category, int flavor, int value);
583 extern void proc_set_task_policy_thread(task_t task, uint64_t tid, int category, int flavor, int value);
/xnu-2422.115.4/iokit/IOKit/pwr_mgt/
H A DRootDomain.h167 @param value A 32-bit integer value associated with the event.
179 OSObject *value );
209 @abstract Copy the current value for a PM setting. Returns an OSNumber or
212 @result OSObject value if valid, NULL otherwise. */
285 @discussion Change the value of a PM assertion to influence system behavior,
727 void informCPUStateChange( uint32_t type, uint32_t value );
740 unsigned long value,
/xnu-2422.115.4/EXTERNAL_HEADERS/
H A DAssertMacros.h118 * DEBUG_ASSERT_COMPONENT_NAME_STRING value, an empty string, will be used by
130 * If you do not define DEBUG_ASSERT_PRODUCTION_CODE, the default value 1 will be used
177 * A value associated with the assertion, or 0.
215 #define DEBUG_ASSERT_MESSAGE(name, assertion, label, message, file, line, value) \
219 #define DEBUG_ASSERT_MESSAGE(name, assertion, label, message, file, line, value) \
/xnu-2422.115.4/osfmk/mach/
H A Dtask.defs153 * Returns the current value of the selected special port
269 value : int);
H A Dvm32_map.defs174 inout value : vm_machine_attribute_val_t);
H A Dmach_vm.defs177 * The inheritance value is one of {none, copy, share}, and
290 * The behavior value is one of {default, random, forward
370 inout value : vm_machine_attribute_val_t);
H A Dvm_map.defs160 * The inheritance value is one of {none, copy, share}, and
245 * The behavior value is one of {default, random, forward
309 inout value : vm_machine_attribute_val_t);
/xnu-2422.115.4/osfmk/vm/
H A Dvm32_user.c168 vm_machine_attribute_val_t* value) /* IN/OUT */
173 return mach_vm_machine_attribute(map, addr, size, attribute, value);
163 vm32_machine_attribute( vm_map_t map, vm32_address_t addr, vm32_size_t size, vm_machine_attribute_t attribute, vm_machine_attribute_val_t* value) argument
/xnu-2422.115.4/osfmk/x86_64/
H A Dloose_ends.c108 #define value_64bit(value) ((value) & 0xFFFFFFFF00000000ULL)
/xnu-2422.115.4/bsd/net/
H A Dbridgestp.h287 int value; member in struct:bstp_timer
/xnu-2422.115.4/pexpert/i386/
H A Dpe_init.c106 unsigned long value[2]; member in struct:__anon1148
/xnu-2422.115.4/tools/lldbmacros/
H A Dutils.py69 """ Helper function for getting pointer value from an object of pointer type.
72 params: sbval - value object of type '<type> *'
73 returns: int - pointer value as an int.
75 if type(sbval) == core.value:
133 obj - core.value object representing some C construct in lldb
218 intval - int - an integer value to be saved
236 intval - int - an integer value to be saved
249 intval - int - an integer value to be saved
265 intval - int - an integer value to be saved
281 intval - int - an integer value t
[all...]
/xnu-2422.115.4/security/
H A Dmac_base.c745 DPRINTF((" key %p value %p\n", ele->key, ele->value));
746 mmd_fixup_ele(old, new, ele); /* Fix up key/value ptrs. */
747 DPRINTF((" key %p value %p\n", ele->key, ele->value));
749 arr = (struct mac_module_data_list *)ele->value;
754 DPRINTF((" key %p value %p\n", aele->key, aele->value));
756 DPRINTF((" key %p value %p\n", aele->key, aele->value));
[all...]
/xnu-2422.115.4/bsd/dev/vn/
H A Dshadow.c79 #define my_trunc(value, divisor) ((value) / (divisor) * (divisor))
115 * Return a byte value in which bits numbered lower than 'b' are set.
438 * shadow file if the return value is TRUE. They refer to the original
439 * file if the return value is FALSE.
/xnu-2422.115.4/iokit/bsddev/
H A DIOKitBSDInit.cpp63 IOServicePublishResource( const char * property, boolean_t value )
65 if ( value)
447 panic( "rd=uuid but no boot-uuid=<value> specified" );
/xnu-2422.115.4/libkern/kxld/
H A Dkxld_symtab.c366 kxld_symtab_get_cxx_symbol_by_value(const KXLDSymtab *symtab, kxld_addr_t value) argument
370 return kxld_dict_find(&symtab->cxx_index, &value);
653 * symbol into the name index, but we don't bother with the c++ value index

Completed in 97 milliseconds

123456