| /xnu-11215/tests/ |
| H A D | test_sysctl_kern_procargs_25397314.m | 98 /* 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 D | stackshot_block_owner_14362384.m | 268 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 D | IOUserClient.iig | 67 * @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 D | OSObject.iig | 206 * 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 D | hv_support_kext.c | 227 #define HV_TRAP_DISPATCH(type, index, target, argument) \ argument 229 hv_trap_table[type].traps[index](target, argument) \
|
| /xnu-11215/libsyscall/mach/ |
| H A D | err_kern.sub | 44 "(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 D | err_libkern.sub | 67 "(libkern/kext) invalid argument", /* 0x5 */
|
| H A D | err_server.sub | 63 "(server/netmemory) invalid argument",
|
| H A D | err_iokit.sub | 51 "(iokit/common) invalid argument", // 0x2c2
|
| /xnu-11215/osfmk/mach/ |
| H A D | exclaves_l4.h | 200 #define Exclaves_L4_ErrorArgumentInvalid(argument) \ argument 201 Exclaves_L4_Error(Exclaves_L4_ErrorCodeArgumentInvalid, argument)
|
| H A D | mach_host.defs | 361 * The zone name is passed in via the argument name, 397 * The zone name is passed in via the argument name,
|
| H A D | mach_port.defs | 474 * 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 D | perf_madvise.lua | 16 parser:argument {
|
| H A D | perf_compressor.lua | 17 parser:argument {
|
| /xnu-11215/tests/counter/ |
| H A D | benchmark.lua | 16 parser:argument{
|
| /xnu-11215/tools/tests/perf_index/ |
| H A D | README | 18 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 D | IOLib.h | 103 typedef void (*IOThreadFunc)(void *argument); 570 IOThread IOCreateThread(IOThreadFunc function, void *argument) __attribute__((deprecated));
|
| H A D | IOService.h | 1467 void * argument = NULL ); 1490 void * argument = NULL, vm_size_t argSize = 0 );
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | README.md | 176 …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 D | atomics.md | 152 `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 D | string-handling.md | 41 the argument order: just like for `strlcpy`, the indexable string goes first.
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOService.cpp | 2094 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 D | kpi_interface.h | 602 unsigned long command, void *argument);
|
| /xnu-11215/config/ |
| H A D | MASTER | 739 options CONFIG_REQUIRES_U32_MUNGING # incoming U32 argument structures must be munged to match U64…
|
| /xnu-11215/doc/vm/ |
| H A D | sanitize.md | 276 A *trial* is a single VM function called with a single set of argument values.
|