Searched refs:keys (Results 1 - 14 of 14) sorted by relevance

/xnu-2782.1.97/bsd/net/
H A Dif_utun_crypto_ipsec.h38 #define IF_UTUN_GET_CRYPTO_KEYS_IPSEC_SAH(keys) keys->state.u.ipsec.sah
39 #define IF_UTUN_GET_CRYPTO_KEYS_IPSEC_SAV(keys) keys->state.u.ipsec.sav
/xnu-2782.1.97/libkern/libkern/c++/
H A DOSDictionary.h58 * OSDictionary provides an associative store using strings for keys.
65 * Storage and access are associative, based on string-valued keys
85 * are dictionary keys (not the object values for those keys).
86 * You can use the keys to retrieve their associated object values.
89 * OSDictionary retains keys and objects added to it,
90 * and releases keys and objects removed from it (or replaced).
166 * populated with keys and objects provided.
169 * @param keys A C array of OSSymbol keys
[all...]
H A DOSKext.h419 OSArray * keys = NULL);
420 virtual OSDictionary * copyInfo(OSArray * keys = NULL);
/xnu-2782.1.97/iokit/IOKit/
H A DIODeviceTreeSupport.h60 const char * keys );
71 IOOptionBits options, const char * keys );
H A DIOService.h798 * they add keys to an existing dictionary, or create one. */
914 @discussion This is a helper function to aid in implementing @link matchPropertyTable matchPropertyTable@/link. A collection of dictionary keys specifies properties in a matching dictionary to be compared, with <code>compareProperty</code>, with an IOService object's property table, if <code>compareProperty</code> returns <code>true</code> for each key, success is returned; otherwise failure.
916 @param keys A collection (eg. OSSet, OSArray, OSDictionary) which should contain OSStrings (or OSSymbols) that specify the property keys to be compared.
920 OSCollection * keys );
/xnu-2782.1.97/libkern/c++/
H A DOSDictionary.cpp90 const OSSymbol *keys[],
96 if (!objects || !keys)
112 if (!newObject || !keys[i] || !setObject(keys[i], newObject))
120 const OSString *keys[],
126 if (!objects || !keys)
140 const OSSymbol *key = OSSymbol::withString(*keys++);
209 const OSSymbol *keys[],
215 if (me && !me->initWithObjects(objects, keys, count, capacity)) {
224 const OSString *keys[],
89 initWithObjects(const OSObject *objects[], const OSSymbol *keys[], unsigned int theCount, unsigned int theCapacity) argument
119 initWithObjects(const OSObject *objects[], const OSString *keys[], unsigned int theCount, unsigned int theCapacity) argument
208 withObjects(const OSObject *objects[], const OSSymbol *keys[], unsigned int count, unsigned int capacity) argument
223 withObjects(const OSObject *objects[], const OSString *keys[], unsigned int count, unsigned int capacity) argument
[all...]
/xnu-2782.1.97/tools/lldbmacros/
H A Dioreg.py459 childKey = kern.globals.gIOServicePlane.keys[1]
461 childKey = plane.keys[1]
506 childKey = kern.globals.gIOServicePlane.keys[1]
508 childKey = plane.keys[1]
549 childKey = kern.globals.gIOServicePlane.keys[1]
551 childKey = plane.keys[1]
H A Dxnu.py64 if single_type in lldb_summary_definitions.keys():
174 for single_type in lldb_summary_definitions.keys():
420 cmds = lldb_command_documentation.keys()
495 for test_name in lldb_command_tests.keys():
515 for i in lldb_command_tests.keys():
H A Dipcimportancedetail.py132 for k in AllTasksCollection.keys():
/xnu-2782.1.97/iokit/Kernel/
H A DIORegistryEntry.cpp92 const OSSymbol * keys[ kNumSetIndex ]; member in class:IORegistryPlane
221 plane->keys[ kParentSetIndex ] = parentKey;
222 plane->keys[ kChildSetIndex ] = childKey;
343 old->registryTable()->removeObject( plane->keys[ kParentSetIndex ] );
344 old->registryTable()->removeObject( plane->keys[ kChildSetIndex ] );
1321 registryTable()->getObject( plane->keys[ relation ] ))) {
1332 result = registryTable()->setObject( plane->keys[ relation ],
1349 registryTable()->getObject( plane->keys[ relation ]))) {
1354 registryTable()->removeObject( plane->keys[ relation ]);
1365 plane->keys[ kParentSetInde
[all...]
H A DIODeviceTreeSupport.cpp839 const char * keys )
844 obj = OSUnserialize( keys, 0 );
851 else IOLog("Couldn't unserialize %s\n", keys );
858 IOOptionBits options, const char * keys )
887 if( keys) {
888 cmp = IODTMatchNubWithKeys( next, keys );
H A DIOMemoryDescriptor.cpp4360 OSSymbol const *keys[2]; local
4382 keys[0] = OSSymbol::withCString("address");
4383 keys[1] = OSSymbol::withCString("length");
4423 OSDictionary *dict = OSDictionary::withObjects((const OSObject **)values, (const OSSymbol **)keys, 2);
4444 if (keys[0])
4445 keys[0]->release();
4446 if (keys[1])
4447 keys[1]->release();
H A DIOService.cpp1087 static const char * keys[kCpuNumDelayTypes] = { local
1099 platform->setProperty(keys[idx], array);
4871 OSCollection * keys )
4877 if( !matching || !keys)
4880 iter = OSCollectionIterator::withCollection( keys );
4888 keys->release(); // !! consume a ref !!
/xnu-2782.1.97/tools/lldbmacros/core/
H A Doperating_system.py214 for i in reginfo.keys():
260 for i in reginfo.keys():
411 for i in reginfo.keys():
517 for i in reginfo.keys():
840 if tid in self.thread_cache.keys():

Completed in 126 milliseconds