Home
last modified time | relevance | path

Searched refs:arguments (Results 1 – 25 of 26) sorted by relevance

12

/xnu-11215/tools/
H A Dsyscall_map.lua67 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 DRootDomainUserClient.cpp429 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 Dposix_spawnattr_set_jetsam_ttr.c161 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 Dkmtriage.py39 arguments = frame.get_arguments()
40 if len(arguments) > 0:
41 token_arg = arguments[0]
H A DREADME.md140 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 Dxnu.py601 if len(frame.arguments) > 0:
602 strargs = "(" + str(frame.arguments).replace('\n', ', ') + ")"
H A Dprocess.py1266 func_arguments = frame.arguments
1544 func_arguments = frame.arguments
/xnu-11215/iokit/Tests/TestServices/
H A DTestIOUserClient2022Entitlements.h24 … extBasicMethod(OSObject * target, void * reference, IOExternalMethodArguments * arguments);
25 … extPerSelectorCheck(OSObject * target, void * reference, IOExternalMethodArguments * arguments);
H A DTestIOUserClient2022Entitlements.cpp49 …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 DTestIODeviceMemoryRosetta.cpp113 …RosettaMethodDispatched(OSObject * target, void * reference, IOExternalMethodArguments * arguments) in TestIODeviceMemoryRosettaMethodDispatched() argument
117 return me->externalMethodDispatched(arguments); in TestIODeviceMemoryRosettaMethodDispatched()
/xnu-11215/iokit/IOKit/
H A DIOUserClient.h158 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 DIOUserServer.h200 … externalMethodStart(OSObject * target, void * reference, IOExternalMethodArguments * arguments);
201 …nalMethodRegisterClass(OSObject * target, void * reference, IOExternalMethodArguments * arguments);
/xnu-11215/iokit/DriverKit/
H A DIOUserClient.iig82 * @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 DOSObject.iig314 * method implementation (with the all method arguments) and the name of the method
/xnu-11215/libkern/libkern/
H A Dkext_request_keys.h697 #pragma mark fileset load request arguments
725 #pragma mark kext collection request arguments
/xnu-11215/tools/tests/perf_index/
H A DREADME6 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 Derr_server.sub151 "(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 Derr_ipc.sub71 "(ipc/mig) server found wrong arguments", /* 4 */
/xnu-11215/doc/debugging/
H A Ddebugging.md193 * 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 DREADME.md27 …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 Dapi-basics.md273 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 Dtest_sysctl_kern_procargs_25397314.m215 /* We need to add 4 arguments to the beginning and NULL at the end */
/xnu-11215/iokit/Tests/
H A DTests.cpp1371 IOExternalMethodArguments * arguments,
1390 IOExternalMethodArguments * arguments,
/xnu-11215/osfmk/kern/
H A Dexclaves.c1326 _request_buf##_copy.arguments[arg]); \
1334 _response_buf##_copy.arguments[arg]); \
/xnu-11215/doc/primitives/
H A Dstring-handling.md40 then you might need to swap the two string arguments. `strlcmp` is sensitive to

12