| /xnu-11215/iokit/Kernel/ |
| H A D | RootDomainUserClient.cpp | 268 .function = &RootDomainUserClient::externalMethodDispatched, in externalMethod() 277 .function = &RootDomainUserClient::externalMethodDispatched, in externalMethod() 286 .function = &RootDomainUserClient::externalMethodDispatched, in externalMethod() 295 .function = &RootDomainUserClient::externalMethodDispatched, in externalMethod() 304 .function = &RootDomainUserClient::externalMethodDispatched, in externalMethod() 313 .function = &RootDomainUserClient::externalMethodDispatched, in externalMethod() 322 .function = &RootDomainUserClient::externalMethodDispatched, in externalMethod() 331 .function = &RootDomainUserClient::externalMethodDispatched, in externalMethod() 340 .function = &RootDomainUserClient::externalMethodDispatched, in externalMethod() 349 .function = &RootDomainUserClient::externalMethodDispatched, in externalMethod() [all …]
|
| H A D | IOPlatformActions.cpp | 241 const OSSymbol * function = (const OSSymbol *) refcon1; in IOServicePlatformAction() local 244 IOLog("%s -> %s\n", function->getCStringNoCopy(), service_name); in IOServicePlatformAction() 253 ADDR(function->getCStringNoCopy()), in IOServicePlatformAction() 258 ret = service->callPlatformFunction(function, false, in IOServicePlatformAction() 262 ADDR(function->getCStringNoCopy()), in IOServicePlatformAction()
|
| H A D | IOKitDebug.cpp | 1690 .function = &IOTrackingMethodDispatched, in externalMethod() 1699 .function = &IOTrackingMethodDispatched, in externalMethod() 1708 .function = &IOTrackingMethodDispatched, in externalMethod() 1717 .function = &IOTrackingMethodDispatched, in externalMethod() 1726 .function = &IOTrackingMethodDispatched, in externalMethod() 1735 .function = &IOTrackingMethodDispatched, in externalMethod() 1744 .function = &IOTrackingMethodDispatched, in externalMethod()
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | IOExtensiblePaniclog.iig | 64 * @brief This function is to be called to create IOExtensiblePaniclog object. 65 * @discussion First function to be called. 79 * @brief This function is called to set the IOExtensiblePaniclog object active. 96 * @brief This function is called to insert data into the buffer. 97 * @discussion This function overwrites the data in the buffer. The write starts from 108 * @brief This function is called to insert data into the buffer. 109 * @discussion This function overwrites the data in the buffer. The write starts from 120 * @brief Function to get the Memory descriptor created in the Create function 129 * @brief This function is called to get a pointer to the ext paniclog buffer 137 * the Create() function [all …]
|
| H A D | IOService.iig | 122 /*! @function ClientCrashed 350 /*! @function AdjustBusy 359 /*! @function GetBusyState 430 /*! @function UpdateReport 438 /*! @function ConfigureReport 445 /*! @function SetLegend 459 /*! @function StringFromReturn 496 /*! @function RemoveProperty 503 /*! @function GetProvider 533 * @function StateNotificationItemSet [all …]
|
| H A D | IODispatchQueue.iig | 136 * @brief C-function callback version of DispatchAsync. 139 DispatchAsync_f(void * context, IODispatchFunction function) LOCALONLY; 153 * @brief C-function callback version of DispatchConcurrent. 156 DispatchConcurrent_f(void * context, IODispatchFunction function) LOCALONLY; 167 * @brief C-function callback version of DispatchSync. 170 DispatchSync_f(void * context, IODispatchFunction function) LOCALONLY; 174 * @param output printf like output function. The address of IOLog is suitable to be used.
|
| H A D | OSObject.iig | 158 * DRIVERKIT_RETURNS_NOT_RETAINED attribute applied to a function. 159 * In the former case, it stipulates that the function is returning at "+1", 165 * customized via annotations that explain how a function returns a retained 183 * It specifies that this function call would consume the reference to the 207 * the function returns a zero return value. 219 * the function returns a non-zero return value.
|
| H A D | IOUserClient.iig | 128 …* @field function to invoke after making the checks specified below. If NULL and all checks … 149 IOUserClientMethodFunction function; 197 * specified by the dispatch structure 'function' field, and the 200 * @param target Target for the dispatch function 201 * @param reference Reference constant for the dispatch function 268 * @function CopyClientEntitlements
|
| /xnu-11215/bsd/net/ |
| H A D | bloom_filter.c | 77 net_flowhash_fn_t *function, in net_bloom_filter_insert_using_function() argument 81 u_int32_t hash = (function(buffer, length, 0) % filter->b_table_num_bits); in net_bloom_filter_insert_using_function() 99 net_flowhash_fn_t *function, in net_bloom_filter_contains_using_function() argument 103 u_int32_t hash = (function(buffer, length, 0) % filter->b_table_num_bits); in net_bloom_filter_contains_using_function()
|
| /xnu-11215/doc/vm/ |
| H A D | sanitize.md | 55 function. This identity contains function pointers that override the 147 ### Opaque types in function prototype 230 `<function name>_sanitize` function that will sanitize all opaque types and 234 corresponding sanitization function in `vm_sanitize.c`, please add one. 242 - Mark function with `__attribute__((always_inline, 245 were supposed to be sanitized by the function. 294 A test `harness` or `runner` is the loop that runs a VM function with 296 These function names start with `test_`. For example, 385 required setup for the test or for each trial, and calls the function 390 Step 6: if your VM API function has out parameters, test that they are [all …]
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | kmtriage.py | 35 function = frame.GetFunction() 36 if function and frame.GetFunctionName():
|
| H A D | README.md | 87 …* Custom functions to do plumbing of lldb command invocation to python function call. (see doc str… 140 cmd_args : shell like arguments that are passed as is to the registered python function. 154 The python modules are designed in such a way that the command from lldb invokes a python function … 156 …for command interface and core utility function so that any function/code can be called as a simpl… 176 …function finds issue with the passed argument then you can `raise ArgumentError('error_message')` … 180 Time for some code example? Try reading the code for function ShowTaskVmeHelper in memory.py. 188 * you happily change a function code in memory.py file to zprint macro. 336 """ A one line summary describing what this function / class does 340 * All Classes and functions should have a doc string describing what the function does 357 * A local variable inside a function should be lower_case and separated with '_' [all …]
|
| /xnu-11215/iokit/Tests/TestServices/ |
| H A D | TestIOUserClient2022Entitlements.cpp | 65 .function = &TestIOUserClient2022EntitlementsUserClient::extBasicMethod, in externalMethod() 74 .function = &TestIOUserClient2022EntitlementsUserClient::extPerSelectorCheck, in externalMethod()
|
| H A D | TestIODeviceMemoryRosetta.cpp | 125 .function = &TestIODeviceMemoryRosettaMethodDispatched, in externalMethod()
|
| /xnu-11215/bsd/man/man2/ |
| H A D | getdirentriesattr.2 | 41 function reads directory entries and returns their attributes (that is, metadata). 55 The function reads directory entries from the directory referenced by the 78 parameter lets you control specific aspects of the function's behaviour. 83 function is only supported by certain volume format implementations. 105 You are responsible for filling out all fields of this structure before calling the function. 108 function for a detailed description of this structure. 123 parameters specify a buffer into which the function places attribute values. 243 function has been undocumented for more than two years. 489 function call appeared in Darwin 1.3.1 (Mac OS X version 10.0).
|
| /xnu-11215/osfmk/tests/ |
| H A D | README.md | 37 * To add a test function just declare a function with prototype as 73 …hen use XNUPOST_TEST_CONFIG_TEST_PANIC type and panic at the end of the function. This will make s… 107 …t registered for checking panics. If yes, then the corresponding widget function is called and the… 118 void ** xtp_outval_p; /* an out param for function to return some value to running test */
|
| /xnu-11215/doc/allocators/ |
| H A D | read-only.md | 9 modified programmatically through the `zalloc_ro_mut` function. 45 relatively expensive `zalloc_ro_mut` function. By insisting that data be 46 written programmatically (i.e. through calling a function), we raise the cost 104 - `zalloc_ro_update_elem`: A convenience function for calling `zalloc_ro_mut`
|
| /xnu-11215/san/memory/ |
| H A D | kasan-blacklist-arm64 | 27 # C function that initializes KASAN on SPTM systems.
|
| H A D | kasan-blacklist | 49 # Exclude dtrace function that does weird stack manipulations
|
| /xnu-11215/bsd/security/audit/ |
| H A D | audit_bsd.c | 206 _audit_cv_wait_continuation(struct cv *cvp, lck_mtx_t *mp, thread_continue_t function) in _audit_cv_wait_continuation() argument 214 status = thread_block(function); in _audit_cv_wait_continuation()
|
| /xnu-11215/libsyscall/mach/ |
| H A D | err_libkern.sub | 71 "(libkern/kext) function/version unsupported", /* 0x9 */ 72 "(libkern/kext) function disabled", /* 0xa */
|
| /xnu-11215/tests/ |
| H A D | prioritize_process_launch.c | 42 thread_create_at_qos(qos_class_t qos, void * (*function)(void *), void *arg); 200 thread_create_at_qos(qos_class_t qos, void * (*function)(void *), void *arg) in thread_create_at_qos() 214 pthread_create(&pthread, &attr, function, arg); in thread_create_at_qos()
|
| H A D | turnstiles_test.c | 30 thread_create_at_qos(qos_class_t qos, void * (*function)(void *), int type) in thread_create_at_qos() 44 pthread_create(&thread, &attr, function, (void *)type); in thread_create_at_qos()
|
| H A D | turnstile_multihop.c | 50 thread_create_at_qos(qos_class_t qos, void * (*function)(void *)); 807 thread_create_at_qos(qos_class_t qos, void * (*function)(void *)) in thread_create_at_qos() 821 pthread_create(&thread, &attr, function, NULL); in thread_create_at_qos()
|
| /xnu-11215/doc/primitives/ |
| H A D | string-handling.md | 33 that does this might need to write the string function. 96 * When -fbounds-safety flags that the use of a string function was improper, 213 You might come across cases where the same function in different families would 244 `strnlen` (they do the same thing, but having a separate `strbuflen` function
|