Home
last modified time | relevance | path

Searched refs:methods (Results 1 – 10 of 10) sorted by relevance

/xnu-11215/osfmk/vm/
H A Dvm_kern_internal.h39 #pragma mark kmem range methods
H A Dvm_kern_xnu.h1715 #pragma mark - init methods
H A Dvm_kern.c250 #pragma mark kmem range methods
/xnu-11215/iokit/DriverKit/
H A DOSObject.iig147 * By default, methods returning OSObjects are assumed to have the following
149 * - Functions and methods that have "Get" in their name are assumed to be
153 * - All other methods are assumed to return at "+1", and the caller is
193 * DRIVERKIT_CONSUMES_THIS attribute can be applied to C++ methods.
H A DOSAction.iig49 …* a TYPE attribute. The generated methods are named CreateAction{name of method with type attribut…
H A DIOService.iig157 …* @param name Name for the queue. The name may be referenced by methods in the .iig class de…
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp135 uint64_t * methods; member in OSUserMetaClass
2513 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() local
2900 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 …]
/xnu-11215/doc/debugging/
H A Dmacro_testing.md65 it does not implement any value class logic or methods.
H A Ddebugging.md18 * Name collisions at the top level may override methods with unexpected results.
/xnu-11215/iokit/IOKit/
H A DIOUserServer.h75 uint64_t methods[0]; member