/dflybsd-src/sys/dev/raid/ips/ |
H A D | ips_commands.c | 43 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 D | ips.c | 106 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 D | ips_ioctl.c | 34 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 D | ips_disk.c | 224 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 D | commands.h | 62 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 D | usbhidaction.c | 54 struct command { struct 55 struct command *next; argument 67 static struct command *commands; argument
|
/dflybsd-src/contrib/gdb-7/gdb/mi/ |
H A D | mi-cmd-var.c | 100 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 D | mi-main.c | 114 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 D | mi-cmd-stack.c | 48 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 D | mi-cmd-env.c | 70 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 D | mi-cmd-target.c | 27 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 D | mi-cmds.c | 183 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 D | mi-cmd-break.c | 91 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 D | mi-cmd-file.c | 33 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 D | mi-cmd-info.c | 24 mi_cmd_info_os (char *command, char **argv, int argc) in mi_cmd_info_os()
|
/dflybsd-src/usr.bin/sdpquery/ |
H A D | sdpquery.c | 51 static struct command { struct 52 const char *command; member 65 struct command *cmd; in main() argument
|
/dflybsd-src/contrib/lvm2/dist/tools/ |
H A D | tools.h | 124 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 D | ddb.h | 151 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 D | shell_cmd.c | 35 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 D | objformat.c | 63 struct command { struct 68 static struct command commands[] = { argument
|
/dflybsd-src/contrib/dialog/ |
H A D | prgbox.c | 36 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 D | popen.c | 62 char *command; member 80 char *arg, *argv[ARGV_LEN], *command; in auto_popen() local
|
/dflybsd-src/usr.bin/top/ |
H A D | commands.c | 82 typedef struct command { struct 86 } command; argument
|
/dflybsd-src/contrib/lvm2/dist/daemons/clvmd/ |
H A D | lvm-functions.c | 75 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 D | print-ipx.c | 156 int command, i; in ipx_sap_print() local 229 int command, i; in ipx_rip_print() local
|