Home
last modified time | relevance | path

Searched defs:command (Results 1 – 25 of 261) sorted by relevance

1234567891011

/dflybsd-src/sys/dev/raid/ips/
H A Dips_commands.c43 ips_timed_wait(ips_command_t *command, const char *id, int timo) in ips_timed_wait()
66 ips_wakeup_callback(ips_command_t *command) in ips_wakeup_callback()
81 ips_io_request_finish(ips_command_t *command) in ips_io_request_finish()
106 ips_command_t *command = cmdptr; in ips_io_request_callback() local
176 ips_flush_request_finish(ips_command_t *command) in ips_flush_request_finish()
196 ips_send_flush_request(ips_command_t *command, struct bio *bio) in ips_send_flush_request()
224 ips_send_io_request(ips_command_t *command, struct bio *bio) in ips_send_io_request()
240 ips_command_t *command; in ips_start_io_request() local
266 ips_command_t *command = cmdptr; in ips_adapter_info_callback() local
288 ips_send_adapter_info_cmd(ips_command_t *command) in ips_send_adapter_info_cmd()
[all …]
H A Dips.c106 ips_command_t *command = cmdptr; in ips_cmd_dmaload() local
119 ips_command_t *command; in ips_cmdqueue_free() local
155 ips_command_t *command; in ips_cmdqueue_init() local
203 ips_command_t *command = NULL; in ips_get_free_cmd() local
240 ips_insert_free_cmd(ips_softc_t *sc, ips_command_t *command) in ips_insert_free_cmd()
333 ips_command_t *command; in ips_timeout() local
556 ips_command_t *command; in ips_morpheus_check_intr() local
591 ips_issue_morpheus_cmd(ips_command_t *command) in ips_issue_morpheus_cmd()
607 ips_morpheus_poll(ips_command_t *command) in ips_morpheus_poll()
783 ips_issue_copperhead_cmd(ips_command_t *command) in ips_issue_copperhead_cmd()
[all …]
H A Dips_ioctl.c34 ips_ioctl_finish(ips_command_t *command) in ips_ioctl_finish()
56 ips_command_t *command; in ips_ioctl_callback() local
83 ips_ioctl_start(ips_command_t *command) in ips_ioctl_start()
100 ips_command_t *command; in ips_ioctl_cmd() local
H A Dips_disk.c224 ips_command_t *command; in ipsd_dump() local
278 ips_command_t *command; in ipsd_dump_map_sg() local
327 ipsd_dump_block_complete(ips_command_t *command) in ipsd_dump_block_complete()
/dflybsd-src/usr.sbin/installer/libinstaller/
H A Dcommands.h62 struct command { struct
63 struct command *next; argument
64 struct command *prev; argument
65 char *cmdline; /* command line to execute */ argument
70 int result; /* result code from executing command */ argument
71 char *output; /* output of command */ argument
/dflybsd-src/usr.bin/usbhidaction/
H A Dusbhidaction.c54 struct command { struct
55 struct command *next; argument
67 static struct command *commands; argument
/dflybsd-src/contrib/gdb-7/gdb/mi/
H A Dmi-cmd-var.c100 mi_cmd_var_create (char *command, char **argv, int argc) in mi_cmd_var_create()
161 mi_cmd_var_delete (char *command, char **argv, int argc) in mi_cmd_var_delete()
241 mi_cmd_var_set_format (char *command, char **argv, int argc) in mi_cmd_var_set_format()
269 mi_cmd_var_set_visualizer (char *command, char **argv, int argc) in mi_cmd_var_set_visualizer()
285 mi_cmd_var_set_frozen (char *command, char **argv, int argc) in mi_cmd_var_set_frozen()
310 mi_cmd_var_show_format (char *command, char **argv, int argc) in mi_cmd_var_show_format()
329 mi_cmd_var_info_num_children (char *command, char **argv, int argc) in mi_cmd_var_info_num_children()
396 mi_cmd_var_list_children (char *command, char **argv, int argc) in mi_cmd_var_list_children()
469 mi_cmd_var_info_type (char *command, char **argv, int argc) in mi_cmd_var_info_type()
484 mi_cmd_var_info_path_expression (char *command, char **argv, int argc) in mi_cmd_var_info_path_expression()
[all …]
H A Dmi-main.c114 mi_cmd_gdb_exit (char *command, char **argv, int argc) in mi_cmd_gdb_exit()
127 mi_cmd_exec_next (char *command, char **argv, int argc) in mi_cmd_exec_next()
137 mi_cmd_exec_next_instruction (char *command, char **argv, int argc) in mi_cmd_exec_next_instruction()
147 mi_cmd_exec_step (char *command, char **argv, int argc) in mi_cmd_exec_step()
157 mi_cmd_exec_step_instruction (char *command, char **argv, int argc) in mi_cmd_exec_step_instruction()
167 mi_cmd_exec_finish (char *command, char **argv, int argc) in mi_cmd_exec_finish()
177 mi_cmd_exec_return (char *command, char **argv, int argc) in mi_cmd_exec_return()
302 mi_cmd_exec_continue (char *command, char **argv, int argc) in mi_cmd_exec_continue()
332 mi_cmd_exec_interrupt (char *command, char **argv, int argc) in mi_cmd_exec_interrupt()
390 mi_cmd_exec_run (char *command, char **argv, int argc) in mi_cmd_exec_run()
[all …]
H A Dmi-cmd-stack.c48 mi_cmd_stack_list_frames (char *command, char **argv, int argc) in mi_cmd_stack_list_frames()
100 mi_cmd_stack_info_depth (char *command, char **argv, int argc) in mi_cmd_stack_info_depth()
147 mi_cmd_stack_list_locals (char *command, char **argv, int argc) in mi_cmd_stack_list_locals()
164 mi_cmd_stack_list_args (char *command, char **argv, int argc) in mi_cmd_stack_list_args()
230 mi_cmd_stack_list_variables (char *command, char **argv, int argc) in mi_cmd_stack_list_variables()
446 mi_cmd_stack_select_frame (char *command, char **argv, int argc) in mi_cmd_stack_select_frame()
455 mi_cmd_stack_info_frame (char *command, char **argv, int argc) in mi_cmd_stack_info_frame()
H A Dmi-cmd-env.c70 mi_cmd_env_pwd (char *command, char **argv, int argc) in mi_cmd_env_pwd()
95 mi_cmd_env_cd (char *command, char **argv, int argc) in mi_cmd_env_cd()
117 mi_cmd_env_path (char *command, char **argv, int argc) in mi_cmd_env_path()
192 mi_cmd_env_dir (char *command, char **argv, int argc) in mi_cmd_env_dir()
253 mi_cmd_inferior_tty_set (char *command, char **argv, int argc) in mi_cmd_inferior_tty_set()
261 mi_cmd_inferior_tty_show (char *command, char **argv, int argc) in mi_cmd_inferior_tty_show()
H A Dmi-cmd-target.c27 mi_cmd_target_file_get (char *command, char **argv, int argc) in mi_cmd_target_file_get()
51 mi_cmd_target_file_put (char *command, char **argv, int argc) in mi_cmd_target_file_put()
75 mi_cmd_target_file_delete (char *command, char **argv, int argc) in mi_cmd_target_file_delete()
H A Dmi-cmds.c183 mi_lookup (const char *command) in mi_lookup()
201 lookup_table (const char *command) in lookup_table()
237 struct mi_cmd *command; in build_table() local
H A Dmi-cmd-break.c91 mi_cmd_break_insert (char *command, char **argv, int argc) in mi_cmd_break_insert()
205 mi_cmd_break_passcount (char *command, char **argv, int argc) in mi_cmd_break_passcount()
236 mi_cmd_break_watch (char *command, char **argv, int argc) in mi_cmd_break_watch()
314 mi_cmd_break_commands (char *command, char **argv, int argc) in mi_cmd_break_commands()
H A Dmi-cmd-file.c33 mi_cmd_file_list_exec_source_file (char *command, char **argv, int argc) in mi_cmd_file_list_exec_source_file()
80 mi_cmd_file_list_exec_source_files (char *command, char **argv, int argc) in mi_cmd_file_list_exec_source_files()
H A Dmi-cmd-info.c24 mi_cmd_info_os (char *command, char **argv, int argc) in mi_cmd_info_os()
/dflybsd-src/usr.bin/sdpquery/
H A Dsdpquery.c51 static struct command { struct
52 const char *command; member
65 struct command *cmd; in main() argument
/dflybsd-src/contrib/lvm2/dist/tools/
H A Dtools.h124 struct command { struct
128 command_fn fn; argument
130 unsigned flags;
132 int num_args;
133 int *valid_args;
/dflybsd-src/sys/ddb/
H A Dddb.h151 struct command { struct
152 char * name; /* command name */ argument
158 #define CS_SET_DOT 0x100 /* set dot after command */ argument
159 struct command *more; /* another level of command */ argument
/dflybsd-src/contrib/tcp_wrappers/
H A Dshell_cmd.c35 void shell_cmd(command) in shell_cmd() argument
61 static void do_child(command) in do_child() argument
/dflybsd-src/usr.bin/objformat/
H A Dobjformat.c63 struct command { struct
68 static struct command commands[] = { argument
/dflybsd-src/contrib/dialog/
H A Dprgbox.c36 dlg_popen(const char *command, const char *type) in dlg_popen()
99 const char *command, in dialog_prgbox()
/dflybsd-src/usr.sbin/autofs/
H A Dpopen.c62 char *command; member
80 char *arg, *argv[ARGV_LEN], *command; in auto_popen() local
/dflybsd-src/usr.bin/top/
H A Dcommands.c82 typedef struct command { struct
86 } command; argument
/dflybsd-src/contrib/lvm2/dist/daemons/clvmd/
H A Dlvm-functions.c75 const char *command; in decode_locking_cmd() local
468 int do_lock_lv(unsigned char command, unsigned char lock_flags, char *resource) in do_lock_lv()
541 int pre_lock_lv(unsigned char command, unsigned char lock_flags, char *resource) in pre_lock_lv()
558 int post_lock_lv(unsigned char command, unsigned char lock_flags, in post_lock_lv()
/dflybsd-src/contrib/tcpdump/
H A Dprint-ipx.c156 int command, i; in ipx_sap_print() local
229 int command, i; in ipx_rip_print() local

1234567891011