| /xnu-11215/iokit/conf/ |
| H A D | Makefile.template | 166 IOCatalogue.cpo_CXXWARNFLAGS_ADD += -Wno-unused-parameter 176 IOKitDebug.cpo_CXXWARNFLAGS_ADD += -Wno-unused-parameter 177 IOLib.cpo_CXXWARNFLAGS_ADD += -Wno-unused-parameter 178 IOLocks.cpo_CXXWARNFLAGS_ADD += -Wno-unused-parameter 181 IONVRAM.cpo_CXXWARNFLAGS_ADD += -Wno-unused-parameter 186 IORTC.cpo_CXXWARNFLAGS_ADD += -Wno-unused-parameter 188 IOReporter.cpo_CXXWARNFLAGS_ADD += -Wno-unused-parameter 189 IOService.cpo_CXXWARNFLAGS_ADD += -Wno-unused-parameter 190 IOServicePM.cpo_CXXWARNFLAGS_ADD += -Wno-unused-parameter 196 IOWorkLoop.cpo_CXXWARNFLAGS_ADD += -Wno-unused-parameter [all …]
|
| H A D | Makefile.x86_64 | 7 CWARNFLAGS = $(CWARNFLAGS_STD) -Wno-unused-parameter -Wshorten-64-to-32 -Wimplicit-int-conversion 8 CXXWARNFLAGS = $(CXXWARNFLAGS_STD) -Wno-unused-parameter -Wno-cast-qual -Wno-shadow -Wshorten-64-t…
|
| H A D | Makefile.arm64 | 7 CWARNFLAGS = $(CWARNFLAGS_STD) -Wno-unused-parameter -Wshorten-64-to-32 -Wimplicit-int-conversion 8 CXXWARNFLAGS = $(CXXWARNFLAGS_STD) -Wno-unused-parameter -Wno-cast-qual -Wno-shadow -Wshorten-64-t…
|
| /xnu-11215/osfmk/kern/ |
| H A D | syscall_subr.c | 177 thread_switch_continue(void *parameter, __unused int ret) in thread_switch_continue() argument 180 int option = (int)(intptr_t)parameter; in thread_switch_continue() 326 void *parameter) in thread_yield_with_continuation() argument 329 thread_block_reason(continuation, parameter, AST_YIELD); in thread_yield_with_continuation() 350 void *parameter, thread_handoff_option_t option) in thread_handoff_internal() argument 373 int result = thread_run(self, continuation, parameter, pulled_thread); in thread_handoff_internal() 382 int result = thread_block_parameter(continuation, parameter); in thread_handoff_internal() 388 void *parameter, thread_handoff_option_t option) in thread_handoff_parameter() argument 390 thread_handoff_internal(thread, continuation, parameter, option); in thread_handoff_parameter()
|
| H A D | sched_prim.h | 154 void *parameter, 163 void *parameter, 249 void* parameter, 263 void *parameter, 632 thread_continue_t continuation, void *parameter, thread_handoff_option_t) __dead2; 697 void *parameter); 761 void *parameter) __dead2; 770 void *parameter);
|
| H A D | machine.c | 141 processor_offline(void * parameter, __unused wait_result_t result); 335 shutdown_thread->parameter = (void*)is_final_system_sleep; in processor_doshutdown() 397 void * parameter, in processor_offline() argument 400 bool is_final_system_sleep = (bool) parameter; in processor_offline() 467 void * machine_param = self->parameter; in processor_offline() 468 self->parameter = NULL; in processor_offline()
|
| H A D | sched_prim.c | 1510 void *parameter) in sched_cond_wait_parameter() argument 3173 void *parameter = self->parameter; in thread_invoke() local 3256 parameter = thread->parameter; in thread_invoke() 4033 void *parameter, in thread_block_reason() argument 4068 self->parameter = parameter; in thread_block_reason() 4102 void *parameter) in thread_block_parameter() argument 4134 self->parameter = parameter; in thread_run() 4165 void *parameter; in thread_continue() local 4170 parameter = self->parameter; in thread_continue() 6916 idle_thread(__assert_only void* parameter, in idle_thread() argument [all …]
|
| H A D | ast.c | 84 thread_preempted(__unused void* parameter, __unused wait_result_t result) in thread_preempted() argument
|
| H A D | thread.h | 476 void *parameter; /* continuation parameter */ member 1200 void *parameter, 1206 void *parameter, 1987 void *parameter,
|
| H A D | thread.c | 1307 void *parameter, in thread_create_internal() argument 1388 new_thread->parameter = parameter; in thread_create_internal() 1906 void *parameter, in kernel_thread_create() argument 1914 result = thread_create_internal(task, priority, continuation, parameter, in kernel_thread_create() 1941 void *parameter, in kernel_thread_start_priority() argument 1948 result = kernel_thread_create(continuation, parameter, priority, &thread); in kernel_thread_start_priority() 1965 void *parameter, in kernel_thread_start() argument 1968 return kernel_thread_start_priority(continuation, parameter, -1, new_thread); in kernel_thread_start()
|
| H A D | startup.c | 869 thread->parameter = machine_param; in secondary_cpu_main()
|
| /xnu-11215/bsd/man/man2/ |
| H A D | getdirentriesattr.2 | 70 parameter returns the directory offset in a manner similar to 91 .\" fd parameter 98 .\" attrList parameter 102 parameter is a pointer to an 137 .\" count parameter 141 parameter points to an 153 .\" basep parameter 170 .\" newState parameter 184 .\" options parameter 188 parameter is a bit set that controls the behaviour of [all …]
|
| /xnu-11215/doc/vm/ |
| H A D | sanitize.md | 1 # VM API parameter sanitization 3 Validating parameter values passed to virtual memory APIs primarily from user 8 VM parameter sanitization aims to eliminate shallow input validation 46 When VM parameter sanitization finds a problem, it does the following: 76 3. If an invalid parameter is found, the sanitizer calls 281 times with many values for one sanitized parameter (or group of related 354 use different parameter validation paths internally. For example, 359 Step 3: decide what parameters you are testing. Each sanitized parameter or 361 has two parameter tests to perform, one for the protection parameter and one 392 parameter sanitization, but the sanitization error paths often have [all …]
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | OSObject.iig | 163 * that an out parameter is written into at +1 or +0 respectively. 166 * or a non-retained value through its out-parameter depending on its 184 * annotated parameter. 195 * by storing a reference to "this" in a passed parameter). 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
|
| H A D | IOMemoryMap.iig | 55 * Methods in this class are used for memory that was supplied as a parameter.
|
| H A D | OSAction.iig | 56 …* through the 'action' parameter with a +1 retain count to be released by the caller. See IOReturn… 105 … when called in a process other than the owner that is receiving the OSAction as a parameter.
|
| H A D | IOUserClient.iig | 89 * This parameter is only set for large structures, and if set structureInput will be NULL. 236 * @param type Type parameter IOConnectMapMemory()/UnmapMemory().
|
| H A D | IOMemoryDescriptor.iig | 88 * Methods in this class are used for memory that was supplied as a parameter.
|
| H A D | IODMACommand.iig | 129 * @param segmentsCount In/out parameter - size of segments array on input,
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOPolledInterface.h | 61 void * parameter, 67 void * parameter; member
|
| /xnu-11215/makedefs/ |
| H A D | MakeInc.dir | 31 # $(4): This parameter controls the value of the TARGET make variable that's
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOPolledInterface.cpp | 332 void * parameter, in IOPolledIOComplete() argument 336 IOPolledFilePollers * vars = (IOPolledFilePollers *) parameter; in IOPolledIOComplete() 359 completion.parameter = vars; in IOStartPolledIO()
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_synch.c | 64 _sleep_continue( __unused void *parameter, wait_result_t wresult) in _sleep_continue() argument
|
| /xnu-11215/tools/tests/perf_index/ |
| H A D | README | 13 for the threads parameter. When finished running perf_index will write the
|
| /xnu-11215/osfmk/arm64/ |
| H A D | pcb.c | 821 void *parameter, in call_continuation() argument 830 Call_continuation(continuation, parameter, wresult, enable_interrupts); in call_continuation()
|