Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 73) sorted by relevance

123

/xnu-11215/iokit/Kernel/
H A DIOCommandPool.cpp156 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 DREADME.md90 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 Dutils.py498 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.lldbinit4 command script import ./xnu.py
/xnu-11215/osfmk/voucher/
H A Dipc_pthread_priority.c62 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 DTestDevice.cpp136 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 DIOCommandPool.h184 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 DMakeInc.color38 # 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 Dipc_voucher.c177 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 Dhwtrace.c166 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 Dtext_corruption.c23 my_system(const char *command) in my_system() argument
32 command, in my_system()
H A Dsr_entitlement.c16 my_system(const char *command) in my_system() argument
23 command, in my_system()
H A Decc_test.c25 my_system(const char *command, const char *arg) in my_system() argument
32 command, in my_system()
H A Ddisk_mount_conditioner.c17 static int system_legal(const char *command);
420 system_legal(const char *command) in system_legal() argument
427 command, in system_legal()
H A Dvoucher_entry_18826844.c34 .command = MACH_VOUCHER_ATTR_IMPORTANCE_SELF,
H A Dvoucher_traps.c39 .command = MACH_VOUCHER_ATTR_USER_DATA_STORE, in get_user_data_port()
/xnu-11215/tools/lldbmacros/tests/lldbtest/
H A Dtestcase.py102 def run_command(self, command: str) -> lldb.SBCommandReturnObject:
106 self.debugger.GetCommandInterpreter().HandleCommand(command, res)
/xnu-11215/bsd/net/
H A Dether_inet6_pr_module.c225 u_long command, void *data) in ether_inet6_prmod_ioctl() argument
230 switch (command) { in ether_inet6_prmod_ioctl()
H A Dif_ether.h64 errno_t ether_ioctl(ifnet_t interface, u_int32_t command, void* data);
H A Dether_inet_pr_module.c328 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 Dmemorystatus_jetsam_zprint_snapshot.c53 memorystatus_jzs_command_string(uint32_t command) in memorystatus_jzs_command_string() argument
55 switch (command) { in memorystatus_jzs_command_string()
H A Dtest_vm_no_pager_helper.c70 alt_system(const char *command) in alt_system() argument
79 command, in alt_system()
/xnu-11215/osfmk/mach/
H A Dmach_voucher.defs59 /* execute a command against a given voucher attribute */
63 command : mach_voucher_attr_command_t;
/xnu-11215/tests/ipc/
H A Dport_notification_99449706.c45 .command = MACH_VOUCHER_ATTR_IMPORTANCE_SELF, in create_voucher()
/xnu-11215/tools/tests/MPMMTest/
H A DREADME14 variables with command line options--run './MPMMtest -h' for details.

123