| /freebsd-10-stable/sys/dev/ips/ |
| D | ips_commands.c | 41 static void ips_wakeup_callback(ips_command_t *command) in ips_wakeup_callback() 51 static void ips_io_request_finish(ips_command_t *command) in ips_io_request_finish() 75 ips_command_t *command = cmdptr; in ips_io_request_callback() local 140 static int ips_send_io_request(ips_command_t *command, struct bio *iobuf) in ips_send_io_request() 154 ips_command_t *command; in ips_start_io_request() local 175 ips_command_t *command = cmdptr; in ips_adapter_info_callback() local 205 static int ips_send_adapter_info_cmd(ips_command_t *command) in ips_send_adapter_info_cmd() 253 ips_command_t *command; in ips_get_adapter_info() local 274 ips_command_t *command = cmdptr; in ips_drive_info_callback() local 307 static int ips_send_drive_info_cmd(ips_command_t *command) in ips_send_drive_info_cmd() [all …]
|
| D | ips.c | 89 static int ips_ioctl(struct cdev *dev, u_long command, caddr_t addr, int32_t flags, struct thread *… in ips_ioctl() 99 ips_command_t *command = cmdptr; in ips_cmd_dmaload() local 110 ips_command_t *command; in ips_cmdqueue_free() local 141 ips_command_t *command; in ips_cmdqueue_init() local 189 ips_command_t *command; in ips_get_free_cmd() local 214 void ips_insert_free_cmd(ips_softc_t *sc, ips_command_t *command) in ips_insert_free_cmd() 300 ips_command_t *command; in ips_timeout() local 510 ips_command_t *command; in ips_morpheus_check_intr() local 541 void ips_morpheus_poll(ips_command_t *command) in ips_morpheus_poll() 556 void ips_issue_morpheus_cmd(ips_command_t *command) in ips_issue_morpheus_cmd() [all …]
|
| D | ips_ioctl.c | 35 static void ips_ioctl_finish(ips_command_t *command) in ips_ioctl_finish() 54 ips_command_t *command = cmdptr; in ips_ioctl_callback() local 74 static int ips_ioctl_start(ips_command_t *command) in ips_ioctl_start() 88 ips_command_t *command; in ips_ioctl_cmd() local
|
| D | ips_disk.c | 185 ips_command_t *command; in ipsd_dump() local 244 ips_command_t *command; in ipsd_dump_map_sg() local 293 ipsd_dump_block_complete(ips_command_t *command) in ipsd_dump_block_complete()
|
| /freebsd-10-stable/contrib/gdb/gdb/mi/ |
| D | mi-cmd-var.c | 40 mi_cmd_var_create (char *command, char **argv, int argc) in mi_cmd_var_create() 113 mi_cmd_var_delete (char *command, char **argv, int argc) in mi_cmd_var_delete() 170 mi_cmd_var_set_format (char *command, char **argv, int argc) in mi_cmd_var_set_format() 214 mi_cmd_var_show_format (char *command, char **argv, int argc) in mi_cmd_var_show_format() 235 mi_cmd_var_info_num_children (char *command, char **argv, int argc) in mi_cmd_var_info_num_children() 252 mi_cmd_var_list_children (char *command, char **argv, int argc) in mi_cmd_var_list_children() 314 mi_cmd_var_info_type (char *command, char **argv, int argc) in mi_cmd_var_info_type() 331 mi_cmd_var_info_expression (char *command, char **argv, int argc) in mi_cmd_var_info_expression() 352 mi_cmd_var_show_attributes (char *command, char **argv, int argc) in mi_cmd_var_show_attributes() 378 mi_cmd_var_evaluate_expression (char *command, char **argv, int argc) in mi_cmd_var_evaluate_expression() [all …]
|
| D | mi-cmd-stack.c | 42 mi_cmd_stack_list_frames (char *command, char **argv, int argc) in mi_cmd_stack_list_frames() 106 mi_cmd_stack_info_depth (char *command, char **argv, int argc) in mi_cmd_stack_info_depth() 139 mi_cmd_stack_list_locals (char *command, char **argv, int argc) in mi_cmd_stack_list_locals() 168 mi_cmd_stack_list_args (char *command, char **argv, int argc) in mi_cmd_stack_list_args() 335 mi_cmd_stack_select_frame (char *command, char **argv, int argc) in mi_cmd_stack_select_frame()
|
| D | mi-cmd-env.c | 70 mi_cmd_env_pwd (char *command, char **argv, int argc) in mi_cmd_env_pwd() 91 mi_cmd_env_cd (char *command, char **argv, int argc) in mi_cmd_env_cd() 114 mi_cmd_env_path (char *command, char **argv, int argc) in mi_cmd_env_path() 188 mi_cmd_env_dir (char *command, char **argv, int argc) in mi_cmd_env_dir()
|
| D | mi-cmds.c | 183 mi_lookup (const char *command) in mi_lookup() 199 lookup_table (const char *command) in lookup_table() 234 struct mi_cmd *command; in build_table() local
|
| D | mi-main.c | 78 struct mi_parse *command; member 117 mi_cmd_gdb_exit (char *command, char **argv, int argc) in mi_cmd_gdb_exit() 238 mi_cmd_thread_select (char *command, char **argv, int argc) in mi_cmd_thread_select() 262 mi_cmd_thread_list_ids (char *command, char **argv, int argc) in mi_cmd_thread_list_ids() 282 mi_cmd_data_list_register_names (char *command, char **argv, int argc) in mi_cmd_data_list_register_names() 333 mi_cmd_data_list_changed_registers (char *command, char **argv, int argc) in mi_cmd_data_list_changed_registers() 431 mi_cmd_data_list_register_values (char *command, char **argv, int argc) in mi_cmd_data_list_register_values() 584 mi_cmd_data_write_register_values (char *command, char **argv, int argc) in mi_cmd_data_write_register_values() 697 mi_cmd_data_evaluate_expression (char *command, char **argv, int argc) in mi_cmd_data_evaluate_expression() 796 mi_cmd_data_read_memory (char *command, char **argv, int argc) in mi_cmd_data_read_memory() [all …]
|
| /freebsd-10-stable/usr.bin/usbhidaction/ |
| D | usbhidaction.c | 54 struct command { struct 55 struct command *next; argument 67 static struct command *commands; argument
|
| /freebsd-10-stable/crypto/heimdal/lib/roken/ |
| D | rkpty.c | 64 struct command { struct 68 struct command *next; argument
|
| /freebsd-10-stable/contrib/tcp_wrappers/ |
| D | shell_cmd.c | 39 void shell_cmd(command) in shell_cmd() argument 65 static void do_child(command) in do_child() argument
|
| /freebsd-10-stable/usr.sbin/sesutil/ |
| D | sesutil.c | 61 static struct command { struct 62 const char *name; 63 const char *param; 64 const char *desc; 65 int (*exec)(int argc, char **argv);
|
| /freebsd-10-stable/lib/libc/stdlib/ |
| D | system.c | 51 system(const char *command) in system() 59 __libc_system(const char *command) in __libc_system()
|
| /freebsd-10-stable/sys/ddb/ |
| D | ddb.h | 103 struct command { struct 104 char * name; /* command name */ argument 110 #define CS_SET_DOT 0x100 /* set dot after command */ argument 111 struct command_table *more; /* another level of command */ argument
|
| /freebsd-10-stable/contrib/dialog/ |
| D | prgbox.c | 36 dlg_popen(const char *command, const char *type) in dlg_popen() 98 const char *command, in dialog_prgbox()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/ |
| D | PlatformPOSIX.cpp | 61 PlatformPOSIX::RunShellCommand (const char *command, // Shouldn't be NULL in RunShellCommand() 173 StreamString command; in chown_file() local 210 StreamString command; in PutFile() local 237 StreamString command; in PutFile() local 417 StreamString command; in GetFile() local
|
| /freebsd-10-stable/contrib/tcpdump/ |
| D | print-ipx.c | 137 int command, i; in ipx_sap_print() local 189 int command, i; in ipx_rip_print() local
|
| /freebsd-10-stable/sys/contrib/octeon-sdk/ |
| D | cvmx-zip.c | 209 int cvmx_zip_submit(cvmx_zip_command_t *command) in cvmx_zip_submit() 225 int cvmx_zip_queue_submit(cvmx_zip_command_t *command, int queue) in cvmx_zip_queue_submit()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| D | ProcessFreeBSD.cpp | 96 ProcessFreeBSD::GetPluginCommandHelp(const char *command, Stream *strm) in GetPluginCommandHelp() 101 ProcessFreeBSD::ExecutePluginCommand(Args &command, Stream *strm) in ExecutePluginCommand() 107 ProcessFreeBSD::EnablePluginLogging(Stream *strm, Args &command) in EnablePluginLogging()
|
| /freebsd-10-stable/release/picobsd/tinyware/oinit/ |
| D | oinit.c | 93 struct command { struct 94 char *cmd; /* command name */ argument 95 char *descr; /* command description */ argument 115 struct command bltins[]={ argument
|
| /freebsd-10-stable/usr.sbin/autofs/ |
| D | popen.c | 63 char *command; member 81 char *arg, *argv[ARGV_LEN], *command; in auto_popen() local
|
| /freebsd-10-stable/contrib/ofed/libibverbs/include/infiniband/ |
| D | kern-abi.h | 129 __u32 command; member 140 __u32 command; member 153 __u32 command; member 205 __u32 command; member 239 __u32 command; member 251 __u32 command; member 258 __u32 command; member 277 __u32 command; member 284 __u32 command; member 295 __u32 command; member [all …]
|
| /freebsd-10-stable/contrib/gdb/gdb/cli/ |
| D | cli-interp.c | 41 char *command; member 127 safe_execute_command (struct ui_out *uiout, char *command, int from_tty) in safe_execute_command()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/ |
| D | CommandObjectType.cpp | 99 WarnOnPotentialUnquotedUnsignedType (Args& command, CommandReturnObject &result) in WarnOnPotentialUnquotedUnsignedType() 480 DoExecute (Args& command, CommandReturnObject &result) in DoExecute() 801 DoExecute (Args& command, CommandReturnObject &result) in DoExecute() 1004 DoExecute (Args& command, CommandReturnObject &result) in DoExecute() 1157 DoExecute (Args& command, CommandReturnObject &result) in DoExecute() 1295 DoExecute (Args& command, CommandReturnObject &result) in DoExecute() 1493 CommandObjectTypeSummaryAdd::Execute_ScriptSummary (Args& command, CommandReturnObject &result) in Execute_ScriptSummary() 1631 CommandObjectTypeSummaryAdd::Execute_StringSummary (Args& command, CommandReturnObject &result) in Execute_StringSummary() 1799 CommandObjectTypeSummaryAdd::DoExecute (Args& command, CommandReturnObject &result) in DoExecute() 1999 DoExecute (Args& command, CommandReturnObject &result) in DoExecute() [all …]
|