| /xnu-11215/tools/ |
| H A D | syscall_map.lua | 67 arguments = { 75 arguments = { 83 arguments = { 90 arguments = { 96 arguments = { 105 arguments = { 120 arguments = { 128 arguments = { 134 arguments = { 142 arguments = { [all …]
|
| /xnu-11215/iokit/Kernel/ |
| H A D | RootDomainUserClient.cpp | 429 switch (arguments->selector) { in externalMethodDispatched() 432 (unsigned long)arguments->scalarInput[0], in externalMethodDispatched() 433 (unsigned long)arguments->scalarInput[1], in externalMethodDispatched() 434 (int *)&arguments->scalarOutput[0]); in externalMethodDispatched() 439 (unsigned long)arguments->scalarInput[0], in externalMethodDispatched() 445 (uint32_t *)&arguments->scalarOutput[0]); in externalMethodDispatched() 450 arguments->scalarInput[0]); in externalMethodDispatched() 455 arguments->scalarInput[0]); in externalMethodDispatched() 470 arguments->structureInput, in externalMethodDispatched() 471 arguments->structureInputSize, in externalMethodDispatched() [all …]
|
| /xnu-11215/tests/vm/ |
| H A D | posix_spawnattr_set_jetsam_ttr.c | 161 char **arguments; variable 167 arguments = (char *[]) { 176 ret = posix_spawn(NULL, testpath, NULL, &attrs, arguments, environ); 188 char **arguments; in posix_spawn_helper_and_wait_for_exit() local 197 arguments = (char *[]) { in posix_spawn_helper_and_wait_for_exit() 204 ret = posix_spawn(&child_pid, testpath, NULL, &attrs, arguments, environ); in posix_spawn_helper_and_wait_for_exit()
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | kmtriage.py | 39 arguments = frame.get_arguments() 40 if len(arguments) > 0: 41 token_arg = arguments[0]
|
| H A D | README.md | 140 cmd_args : shell like arguments that are passed as is to the registered python function. 141 … If there is error in these arguments than the implementor may display according error message. 154 …uch a way that the command from lldb invokes a python function with the arguments passed at lldb p… 414 …your command arguments are correct. For example: a common mistake is to pass task address to showa…
|
| H A D | xnu.py | 601 if len(frame.arguments) > 0: 602 strargs = "(" + str(frame.arguments).replace('\n', ', ') + ")"
|
| H A D | process.py | 1266 func_arguments = frame.arguments 1544 func_arguments = frame.arguments
|
| /xnu-11215/iokit/Tests/TestServices/ |
| H A D | TestIOUserClient2022Entitlements.h | 24 … extBasicMethod(OSObject * target, void * reference, IOExternalMethodArguments * arguments); 25 … extPerSelectorCheck(OSObject * target, void * reference, IOExternalMethodArguments * arguments);
|
| H A D | TestIOUserClient2022Entitlements.cpp | 49 …rClient::extBasicMethod(OSObject * target, void * reference, IOExternalMethodArguments * arguments) in extBasicMethod() argument 55 …nt::extPerSelectorCheck(OSObject * target, void * reference, IOExternalMethodArguments * arguments) in extPerSelectorCheck() argument
|
| H A D | TestIODeviceMemoryRosetta.cpp | 113 …RosettaMethodDispatched(OSObject * target, void * reference, IOExternalMethodArguments * arguments) in TestIODeviceMemoryRosettaMethodDispatched() argument 117 return me->externalMethodDispatched(arguments); in TestIODeviceMemoryRosettaMethodDispatched()
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOUserClient.h | 158 IOExternalMethodArguments * arguments); 273 externalMethod(uint32_t selector, IOExternalMethodArguments * arguments, 315 callExternalMethod(uint32_t selector, IOExternalMethodArguments * arguments); 570 externalMethod(uint32_t selector, IOExternalMethodArguments * arguments, 576 dispatchExternalMethod(uint32_t selector, IOExternalMethodArgumentsOpaque * arguments, 583 externalMethod(uint32_t selector, IOExternalMethodArgumentsOpaque * arguments) = 0;
|
| H A D | IOUserServer.h | 200 … externalMethodStart(OSObject * target, void * reference, IOExternalMethodArguments * arguments); 201 …nalMethodRegisterClass(OSObject * target, void * reference, IOExternalMethodArguments * arguments);
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | IOUserClient.iig | 82 * @brief Holds arguments from IOKit.framework IOConnectMethod calls. 123 IOUserClientMethodArguments * arguments); 185 * @brief Receive arguments from IOKit.framework IOConnectMethod calls. 192 * @param arguments Structure describing all arguments being passed to IOConnectMethod. 196 * certain fields of the arguments structure before calling a target procedure 208 IOUserClientMethodArguments * arguments, 216 * @brief Send asynchronous arguments to a completion supplied by ExternalMethod().
|
| H A D | OSObject.iig | 314 * method implementation (with the all method arguments) and the name of the method
|
| /xnu-11215/libkern/libkern/ |
| H A D | kext_request_keys.h | 697 #pragma mark fileset load request arguments 725 #pragma mark kext collection request arguments
|
| /xnu-11215/tools/tests/perf_index/ |
| H A D | README | 6 args are arguments to pass to the test. Currently only the iperf test requires 7 these arguments. For example if run with the following arguments: 25 script with the following arguments:
|
| /xnu-11215/libsyscall/mach/ |
| H A D | err_server.sub | 151 "(server/sunrpc) cannot encode arguments", 161 "(server/sunrpc) decode arguments error", 174 "(server/object system) undefined ipc method arguments", 175 "(server/object system) too many arguments to method",
|
| H A D | err_ipc.sub | 71 "(ipc/mig) server found wrong arguments", /* 4 */
|
| /xnu-11215/doc/debugging/ |
| H A D | debugging.md | 193 * Some macros needs arguments which must be found in a core file. 332 2. Use interactive mode and invoke functions with arguments directly. 334 After inspecting addkext macro code and calling few functions with arguments directly we can see th… 412 # Show current frame arguments
|
| /xnu-11215/ |
| H A D | README.md | 27 …xnu make system can build kernel based on `KERNEL_CONFIGS` & `ARCH_CONFIGS` variables as arguments. 65 local variables and arguments, but without all the extra check of the 160 The development kernel and iBoot supports configuring boot arguments so that we can safely boot int…
|
| /xnu-11215/doc/allocators/ |
| H A D | api-basics.md | 273 respectively. They expect both their pointer and size arguments to be 275 with -fbounds-safety semantics. Please note that arguments are evaluated
|
| /xnu-11215/tests/ |
| H A D | test_sysctl_kern_procargs_25397314.m | 215 /* We need to add 4 arguments to the beginning and NULL at the end */
|
| /xnu-11215/iokit/Tests/ |
| H A D | Tests.cpp | 1371 IOExternalMethodArguments * arguments, 1390 IOExternalMethodArguments * arguments,
|
| /xnu-11215/osfmk/kern/ |
| H A D | exclaves.c | 1326 _request_buf##_copy.arguments[arg]); \ 1334 _response_buf##_copy.arguments[arg]); \
|
| /xnu-11215/doc/primitives/ |
| H A D | string-handling.md | 40 then you might need to swap the two string arguments. `strlcmp` is sensitive to
|