| /xnu-11215/iokit/Kernel/ |
| H A D | IOCommandPool.cpp | 156 IOCommand *command = NULL; in getCommand() local 161 runAction(func, (void *) &command, (void *) blockForCommand); in getCommand() 163 return OSSharedPtr<IOCommand>(command, OSNoRetain); in getCommand() 177 gatedGetCommand(IOCommand **command, bool blockForCommand) in gatedGetCommand() argument 189 *command, IOCommand *, fCommandChain); in gatedGetCommand() 200 returnCommand(IOCommand *command) in returnCommand() argument 204 (void) fSerializer->runAction(func, (void *) command); in returnCommand() 215 gatedReturnCommand(IOCommand *command) in gatedReturnCommand() argument 217 queue_enter_first(&fQueueHead, command, IOCommand *, fCommandChain); in gatedReturnCommand()
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | README.md | 90 i. send the output of command to file on disk 127 If you need detailed help for a command please type 'help <command name>' and the documentation for… 144 -h : show help string of a command 148 …-p <plugin> : pass the output of command to <plugin> for processing and followup with command requ… 168 …4. Use cmd_args array to get args passed on command. For example a command like `showtaskvme 0xabc… 196 (lldb) command script import /path/to/memory.py 200 why your changes are not reflected in the command. 220 …so if you wish to quickly disable the summaries for a particular command use the `showraw` command. 254 …A. There is a command called `showraw`. This will disable all kernel specific type summaries and e… 272 …. I made a change in a python file for a command or summary, but the output is not reflected in th… [all …]
|
| H A D | utils.py | 498 def RunShellCommand(command): argument 505 if not isinstance(command, list): 507 command = shlex.split(command) 509 result = subprocess.run(command, capture_output=True, encoding="utf-8") 516 … "exit code: {}, stdout: '{}', stderr: '{}'".format(command, returncode, stdout, stderr))
|
| H A D | .lldbinit | 4 command script import ./xnu.py
|
| /xnu-11215/osfmk/voucher/ |
| H A D | ipc_pthread_priority.c | 62 mach_voucher_attr_recipe_command_t command, 87 mach_voucher_attr_command_t command, 158 mach_voucher_attr_recipe_command_t command, in ipc_pthread_priority_get_value() argument 178 switch (command) { in ipc_pthread_priority_get_value() 265 mach_voucher_attr_command_t __unused command, in ipc_pthread_priority_command() argument
|
| /xnu-11215/iokit/Tests/ |
| H A D | TestDevice.cpp | 136 TestDeviceAction command; in producer() local 142 command = (TestDeviceAction) sDevice->producer1Action; in producer() 144 command = (TestDeviceAction) sDevice->producer2Action; in producer() 149 (true, command, i, (void *) (i % (producerId + 1))); in producer()
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOCommandPool.h | 184 virtual void returnCommand(LIBKERN_CONSUMED IOCommand *command); 205 LIBKERN_RETURNS_NOT_RETAINED IOCommand **command, bool blockForCommand); 217 virtual IOReturn gatedReturnCommand(IOCommand *command);
|
| /xnu-11215/makedefs/ |
| H A D | MakeInc.color | 38 # Start a host command: bold text 40 # Start a compilation-related command: blue text 42 # Start a MIG command: green text 44 # Start a linking command: purple text
|
| /xnu-11215/osfmk/ipc/ |
| H A D | ipc_voucher.c | 177 mach_voucher_attr_recipe_command_t command, 981 ivam, key, command, in ipc_replace_voucher_value() 1084 switch (command) { in ipc_execute_voucher_recipe_command() 1239 command, in ipc_execute_voucher_recipe_command() 1260 command, in ipc_execute_voucher_recipe_command() 1732 recipe->command = MACH_VOUCHER_ATTR_NOOP; in mach_voucher_extract_attr_recipe() 1758 &recipe->command, in mach_voucher_extract_attr_recipe() 1848 &recipe->command, in mach_voucher_extract_all_attr_recipes() 1983 command, in mach_voucher_attr_command() 2302 recipe->command = command; in ipc_voucher_prepare_processing_recipe() [all …]
|
| /xnu-11215/pexpert/arm/hwtrace/ |
| H A D | hwtrace.c | 166 is_running_cpu_selected(command_buffer_element_t *command) in is_running_cpu_selected() argument 169 if (command->cpu_selector_is_range) { in is_running_cpu_selected() 170 return running_debug_command_on_cpu_number >= command->destination_cpu_selector.range.min_cpu in is_running_cpu_selected() 171 && running_debug_command_on_cpu_number <= command->destination_cpu_selector.range.max_cpu; in is_running_cpu_selected() 172 } else if (command->destination_cpu_selector.mask == ALL_CPUS) { in is_running_cpu_selected() 175 return !!(command->destination_cpu_selector.mask & (1 << running_debug_command_on_cpu_number)); in is_running_cpu_selected()
|
| /xnu-11215/tests/ |
| H A D | text_corruption.c | 23 my_system(const char *command) in my_system() argument 32 command, in my_system()
|
| H A D | sr_entitlement.c | 16 my_system(const char *command) in my_system() argument 23 command, in my_system()
|
| H A D | ecc_test.c | 25 my_system(const char *command, const char *arg) in my_system() argument 32 command, in my_system()
|
| H A D | disk_mount_conditioner.c | 17 static int system_legal(const char *command); 420 system_legal(const char *command) in system_legal() argument 427 command, in system_legal()
|
| H A D | voucher_entry_18826844.c | 34 .command = MACH_VOUCHER_ATTR_IMPORTANCE_SELF,
|
| H A D | voucher_traps.c | 39 .command = MACH_VOUCHER_ATTR_USER_DATA_STORE, in get_user_data_port()
|
| /xnu-11215/tools/lldbmacros/tests/lldbtest/ |
| H A D | testcase.py | 102 def run_command(self, command: str) -> lldb.SBCommandReturnObject: 106 self.debugger.GetCommandInterpreter().HandleCommand(command, res)
|
| /xnu-11215/bsd/net/ |
| H A D | ether_inet6_pr_module.c | 225 u_long command, void *data) in ether_inet6_prmod_ioctl() argument 230 switch (command) { in ether_inet6_prmod_ioctl()
|
| H A D | if_ether.h | 64 errno_t ether_ioctl(ifnet_t interface, u_int32_t command, void* data);
|
| H A D | ether_inet_pr_module.c | 328 u_long command, void *data) in ether_inet_prmod_ioctl() argument 333 switch (command) { in ether_inet_prmod_ioctl() 354 if (command != SIOCSIFADDR) { in ether_inet_prmod_ioctl()
|
| /xnu-11215/tests/vm/ |
| H A D | memorystatus_jetsam_zprint_snapshot.c | 53 memorystatus_jzs_command_string(uint32_t command) in memorystatus_jzs_command_string() argument 55 switch (command) { in memorystatus_jzs_command_string()
|
| H A D | test_vm_no_pager_helper.c | 70 alt_system(const char *command) in alt_system() argument 79 command, in alt_system()
|
| /xnu-11215/osfmk/mach/ |
| H A D | mach_voucher.defs | 59 /* execute a command against a given voucher attribute */ 63 command : mach_voucher_attr_command_t;
|
| /xnu-11215/tests/ipc/ |
| H A D | port_notification_99449706.c | 45 .command = MACH_VOUCHER_ATTR_IMPORTANCE_SELF, in create_voucher()
|
| /xnu-11215/tools/tests/MPMMTest/ |
| H A D | README | 14 variables with command line options--run './MPMMtest -h' for details.
|