Home
last modified time | relevance | path

Searched refs:container (Results 1 – 9 of 9) sorted by relevance

/xnu-8019.80.24/libkdd/
H A Dkcdata_core.m55 mergedict(NSMutableDictionary * container, NSDictionary * object, NSError ** error)
58 id existing = container[key];
70 [container setValue:new forKey:key];
230 *error = GEN_ERROR(KERN_INVALID_OBJECT, "invalid container");
238 NSMutableDictionary * container = [[NSMutableDictionary alloc] init];
246 retval[KCDataTypeNameForID(kcdata_iter_container_type(iter))] = container;
257 *error = GEN_ERROR(KERN_INVALID_ARGUMENT, "container marker mismatch");
269 ok = mergedict(container, tmpdict, error);
288 *error = GEN_ERRORF(KERN_INVALID_OBJECT, "repeated container id: %@", subcontainerID);
306 ok = mergedict(container, tmpdict, error);
[all …]
H A DREADME.md72 …a given kernel data type is complex and requires adding multiple optional fields inside a container
73 object for a consumer to understand arbitrary data, we package it using container markers.
H A DKCDStructTypeDescription.m115 * this type should have it's dict merged into the parent container,
/xnu-8019.80.24/tests/
H A Dstackshot_tests.m876 T_ASSERT_NE(cid1, cid2, "container IDs for in-progress exec are unique");
2048 "checked that container is valid");
2054 NSDictionary *container = parseKCDataContainer(&iter, &error);
2055 T_QUIET; T_ASSERT_NOTNULL(container, "parsed container from stackshot");
2056 T_QUIET; T_ASSERT_NULL(error, "error unset after parsing container");
2058 int tg = [container[@"thread_snapshots"][@"thread_group"] intValue];
2358 "checked that container is valid");
2371 NSDictionary *container = parseKCDataContainer(&iter, &error);
2372 T_QUIET; T_ASSERT_NOTNULL(container, "parsed container from stackshot");
2373 T_QUIET; T_ASSERT_NULL(error, "error unset after parsing container");
[all …]
H A Dstackshot_idle_25570396.m132 T_ASSERT_TRUE(parsed_container && !error, "Parsing container");
H A Dstackshot_block_owner_14362384.m204 T_QUIET; T_ASSERT_TRUE(!error, "Error while parsing container: %d (%s)",
206 T_QUIET; T_ASSERT_TRUE(parsed_container && !error, "Parsing container");
H A Dstackshot_accuracy.m202 T_ASSERT_NULL(nserror, "no NSError occured while parsing the kcdata container");
/xnu-8019.80.24/libkern/libkern/c++/
H A DOSSerialize.h109 OSCollection * container,
/xnu-8019.80.24/iokit/Kernel/
H A DIOUserClient.cpp3727 OSCollection * container, in GetPropertiesEditor() argument
3734 ref->root = container; in GetPropertiesEditor()
3736 if (ref->root == container) { in GetPropertiesEditor()