Home
last modified time | relevance | path

Searched refs:argument (Results 1 – 25 of 28) sorted by relevance

12

/xnu-11215/tests/
H A Dtest_sysctl_kern_procargs_25397314.m98 /* Magic value that specifies the end of the argument/environ section */
139 T_LOG("No argument count");
247 NSString *testArgument1 = @"test argument 1";
249 NSString *testArgument2 = @"test argument 2";
295 T_ASSERT_TRUE(containsTestArgument1, "Found test argument 1");
296 T_ASSERT_TRUE(containsTestArgument2, "Found test argument 2");
324 T_ASSERT_TRUE(containsTestArgument1, "Found test argument 1");
325 T_ASSERT_TRUE(containsTestArgument2, "Found test argument 2");
H A Dstackshot_block_owner_14362384.m268 T_ASSERT_FAIL("Somebody passed the wrong argument to kmutex_action: %d", action);
382 T_ASSERT_FAIL("Somebody passed the wrong argument to krwlck_action: %d", action);
/xnu-11215/iokit/DriverKit/
H A DIOUserClient.iig67 * @abstract Constant to denote a variable length structure argument to IOUserClient.
83 * @discussion Any argument may be passed as NULL if not passed by the caller.
84 * @field selector Selector argument to IOConnectMethod.
187 * Any argument may be passed as NULL if not passed by the caller.
191 * @param selector Selector argument to IOConnectMethod.
195 * implementation may be called with a non-NULL argument to check
H A DOSObject.iig206 * It specifies that an out parameter at +1 is written into an argument iff
218 * It specifies that an out parameter at +1 is written into an argument iff
/xnu-11215/osfmk/kern/
H A Dhv_support_kext.c227 #define HV_TRAP_DISPATCH(type, index, target, argument) \ argument
229 hv_trap_table[type].traps[index](target, argument) \
/xnu-11215/libsyscall/mach/
H A Derr_kern.sub44 "(os/kern) invalid argument",
107 "(os/unix) argument list is too long",
122 "(os/unix) invalid argument",
133 "(os/unix) argument is too large",
H A Derr_libkern.sub67 "(libkern/kext) invalid argument", /* 0x5 */
H A Derr_server.sub63 "(server/netmemory) invalid argument",
H A Derr_iokit.sub51 "(iokit/common) invalid argument", // 0x2c2
/xnu-11215/osfmk/mach/
H A Dexclaves_l4.h200 #define Exclaves_L4_ErrorArgumentInvalid(argument) \ argument
201 Exclaves_L4_Error(Exclaves_L4_ErrorCodeArgumentInvalid, argument)
H A Dmach_host.defs361 * The zone name is passed in via the argument name,
397 * The zone name is passed in via the argument name,
H A Dmach_port.defs474 * Poly argument via the supplied disposition must yield a
480 * If the passed in name argument does not represent a receive
/xnu-11215/tests/vm/
H A Dperf_madvise.lua16 parser:argument {
H A Dperf_compressor.lua17 parser:argument {
/xnu-11215/tests/counter/
H A Dbenchmark.lua16 parser:argument{
/xnu-11215/tools/tests/perf_index/
H A DREADME18 size argument to find a value that will complete in a reasonable amount of time.
60 ignores the size argument
/xnu-11215/iokit/IOKit/
H A DIOLib.h103 typedef void (*IOThreadFunc)(void *argument);
570 IOThread IOCreateThread(IOThreadFunc function, void *argument) __attribute__((deprecated));
H A DIOService.h1467 void * argument = NULL );
1490 void * argument = NULL, vm_size_t argSize = 0 );
/xnu-11215/tools/lldbmacros/
H A DREADME.md176 …6. If your function finds issue with the passed argument then you can `raise ArgumentError('error_…
233 The valobj argument holds the core.value object for display.
299 …Note that if your argument pointer is bad or the memory is corrupted lldb macros will fail with a …
399 …* `ArgumentStringToInt()` is recommended for argument parsing, as it supports binary/octal/decimal…
/xnu-11215/doc/primitives/
H A Datomics.md152 `atomic_signal_fence()`. The barrier ordering argument is optional
232 which has an extra `orig_value` argument which must be a pointer to a local
H A Dstring-handling.md41 the argument order: just like for `strlcpy`, the indexable string goes first.
/xnu-11215/iokit/Kernel/
H A DIOService.cpp2094 void * argument, vm_size_t argSize ) in messageClient() argument
2101 ret = service->message( type, this, argument ); in messageClient()
2119 type, this, argument, argSize ); in messageClient()
2193 void * argument; member
2205 object, context->argument, context->argSize ); in messageClientsApplier()
2214 void * argument, vm_size_t argSize ) in messageClients() argument
2220 context.argument = argument; in messageClients()
5529 context.argument = (void *) wasQuiet; /*nowBusy*/ in _adjustBusy()
7443 context.argument = (void *) regEntry; in updateConsoleUsers()
8320 void * argument ) in message() argument
/xnu-11215/bsd/net/
H A Dkpi_interface.h602 unsigned long command, void *argument);
/xnu-11215/config/
H A DMASTER739 options CONFIG_REQUIRES_U32_MUNGING # incoming U32 argument structures must be munged to match U64…
/xnu-11215/doc/vm/
H A Dsanitize.md276 A *trial* is a single VM function called with a single set of argument values.

12