Searched refs:methods (Results 1 – 10 of 10) sorted by relevance
39 #pragma mark kmem range methods
1715 #pragma mark - init methods
250 #pragma mark kmem range methods
147 * By default, methods returning OSObjects are assumed to have the following149 * - Functions and methods that have "Get" in their name are assumed to be153 * - All other methods are assumed to return at "+1", and the caller is193 * DRIVERKIT_CONSUMES_THIS attribute can be applied to C++ methods.
49 …* a TYPE attribute. The generated methods are named CreateAction{name of method with type attribut…
157 …* @param name Name for the queue. The name may be referenced by methods in the .iig class de…
135 uint64_t * methods; member in OSUserMetaClass2513 IODeleteData(methods, uint64_t, 2 * methodCount); in free()2848 && uvars->userMeta->methods) { in queueForObject()2854 if (msgid == uvars->userMeta->methods[idx]) { in queueForObject()2861 } else if (msgid > uvars->userMeta->methods[idx]) { in queueForObject()2888 const uint64_t * methods; in objectInstantiate() local2900 methods = NULL; in objectInstantiate()3053 methods = &uvars->userMeta->methods[0]; in objectInstantiate()3057 + 2 * methodCount * sizeof(reply->methods[0]); in objectInstantiate()3096 bcopy(methods, &reply->methods[0], methodCount * 2 * sizeof(reply->methods[0])); in objectInstantiate()[all …]
65 it does not implement any value class logic or methods.
18 * Name collisions at the top level may override methods with unexpected results.
75 uint64_t methods[0]; member