Home
last modified time | relevance | path

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

12345678910>>...15

/freebsd-13.1/sys/dev/ips/
H A Dips_commands.c77 ips_command_t *command = cmdptr; in ips_io_request_callback() local
156 ips_command_t *command; in ips_start_io_request() local
177 ips_command_t *command = cmdptr; in ips_adapter_info_callback() local
255 ips_command_t *command; in ips_get_adapter_info() local
276 ips_command_t *command = cmdptr; in ips_drive_info_callback() local
357 ips_command_t *command; in ips_get_drive_info() local
393 ips_command_t *command; in ips_flush_cache() local
474 ips_command_t *command; in ips_ffdc_reset() local
515 ips_command_t *command = cmdptr; in ips_read_nvram_callback() local
589 ips_command_t *command; in ips_update_nvram() local
[all …]
H A Dips.c109 ips_command_t *command = cmdptr; in ips_cmd_dmaload() local
120 ips_command_t *command; in ips_cmdqueue_free() local
151 ips_command_t *command; in ips_cmdqueue_init() local
199 ips_command_t *command; in ips_get_free_cmd() local
224 void ips_insert_free_cmd(ips_softc_t *sc, ips_command_t *command) in ips_insert_free_cmd()
311 ips_command_t *command; in ips_timeout() local
519 ips_command_t *command; in ips_morpheus_check_intr() local
550 void ips_morpheus_poll(ips_command_t *command) in ips_morpheus_poll()
565 void ips_issue_morpheus_cmd(ips_command_t *command) in ips_issue_morpheus_cmd()
733 void ips_issue_copperhead_cmd(ips_command_t *command) in ips_issue_copperhead_cmd()
[all …]
H A Dips_ioctl.c37 static void ips_ioctl_finish(ips_command_t *command) in ips_ioctl_finish()
56 ips_command_t *command = cmdptr; in ips_ioctl_callback() local
76 static int ips_ioctl_start(ips_command_t *command) in ips_ioctl_start()
90 ips_command_t *command; in ips_ioctl_cmd() local
H A Dips_disk.c194 ips_command_t *command; in ipsd_dump() local
253 ips_command_t *command; in ipsd_dump_map_sg() local
302 ipsd_dump_block_complete(ips_command_t *command) in ipsd_dump_block_complete()
/freebsd-13.1/usr.bin/usbhidaction/
H A Dusbhidaction.c56 struct command { struct
57 struct command *next; argument
69 static struct command *commands; argument
/freebsd-13.1/usr.bin/top/
H A Dcommands.h52 struct command { struct
59 extern const struct command all_commands[]; argument
/freebsd-13.1/crypto/heimdal/lib/roken/
H A Drkpty.c64 struct command { struct
68 struct command *next; argument
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectStats.cpp26 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
50 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
73 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
H A DCommandObjectFrame.cpp134 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
206 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
302 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
476 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
840 bool CommandObjectFrameRecognizerAdd::DoExecute(Args &command, in DoExecute()
909 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
954 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
1005 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
1066 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
H A DCommandObjectProcess.cpp355 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
524 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
683 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
766 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
903 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
983 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
1052 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
1101 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
1140 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
1231 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
[all …]
H A DCommandObjectSettings.cpp167 bool DoExecute(llvm::StringRef command, in DoExecute()
462 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
603 bool DoExecute(llvm::StringRef command, in DoExecute()
711 bool DoExecute(llvm::StringRef command, in DoExecute()
803 bool DoExecute(llvm::StringRef command, in DoExecute()
899 bool DoExecute(llvm::StringRef command, in DoExecute()
984 bool DoExecute(llvm::StringRef command, in DoExecute()
1091 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
H A DCommandObjectReproducer.cpp184 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
270 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
319 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
409 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
647 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
H A DCommandObjectTrace.cpp85 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
184 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
251 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
H A DCommandObjectType.cpp77 static bool WarnOnPotentialUnquotedUnsignedType(Args &command, in WarnOnPotentialUnquotedUnsignedType()
369 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
635 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
814 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
925 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
1280 Args &command, CommandReturnObject &result) { in Execute_ScriptSummary()
1396 Args &command, CommandReturnObject &result) { in Execute_StringSummary()
1578 bool CommandObjectTypeSummaryAdd::DoExecute(Args &command, in DoExecute()
2258 Args &command, CommandReturnObject &result) { in Execute_HandwritePython()
2282 Args &command, CommandReturnObject &result) { in Execute_PythonClass()
[all …]
/freebsd-13.1/contrib/tcp_wrappers/
H A Dshell_cmd.c39 void shell_cmd(command) in shell_cmd() argument
65 static void do_child(char *command) in do_child()
/freebsd-13.1/lib/libc/stdlib/
H A Dsystem.c53 system(const char *command) in system()
61 __libc_system(const char *command) in __libc_system()
/freebsd-13.1/sys/ddb/
H A Dddb.h112 struct command { struct
113 char * name; /* command name */ argument
119 #define CS_SET_DOT 0x100 /* set dot after command */ argument
120 struct command_table *more; /* another level of command */ argument
/freebsd-13.1/contrib/kyua/cli/
H A Dcmd_help.cpp125 const cli::cli_command* command = commands->find(*i2); in general_help() local
170 const cli::cli_command* command) in subcommand_help()
241 const cli::cli_command* command = _commands->find(cmdname); in run() local
/freebsd-13.1/contrib/dialog/
H A Dprgbox.c36 dlg_popen(const char *command, const char *type) in dlg_popen()
98 const char *command, in dialog_prgbox()
/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-zip.c209 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-13.1/usr.sbin/autofs/
H A Dpopen.c65 char *command; member
83 char *arg, *argv[ARGV_LEN], *command; in auto_popen() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DCommandObjectTraceStartIntelPT.cpp77 Args &command, CommandReturnObject &result, in DoExecuteOnThreads()
155 Args &command, CommandReturnObject &result) { in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptScriptGroup.cpp46 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
103 bool DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute()
/freebsd-13.1/usr.sbin/sesutil/
H A Dsesutil.c77 static struct command { struct
78 const char *name;
79 const char *param;
80 const char *desc;
81 int (*exec)(int argc, char **argv);
/freebsd-13.1/sys/x86/cpufreq/
H A Dsmist.c74 int command; member
130 int15_gsic_call(int *sig, int *smi_cmd, int *command, int *smi_data, int *flags) in int15_gsic_call()
159 int command; member
323 int sig, smi_cmd, command, smi_data, flags; in smist_probe() local

12345678910>>...15