Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 25 of 1223) sorted by relevance

12345678910>>...49

/openbsd-src/usr.sbin/config/
H A Dcmd.c64 Xhelp(cmd_t *cmd) in Xhelp()
77 Xadd(cmd_t *cmd) in Xadd()
92 Xbase(cmd_t *cmd) in Xbase()
110 Xchange(cmd_t *cmd) in Xchange()
127 Xdisable(cmd_t *cmd) in Xdisable()
146 Xenable(cmd_t *cmd) in Xenable()
165 Xfind(cmd_t *cmd) in Xfind()
182 Xlines(cmd_t *cmd) in Xlines()
196 Xlist(cmd_t *cmd) in Xlist()
223 Xshow(cmd_t *cmd) in Xshow()
[all …]
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dgdbremote.py590 def cmd_qThreadStopInfo(options, cmd, args): argument
596 def cmd_stop_reply(options, cmd, args): argument
601 def rsp_stop_reply(options, cmd, cmd_args, rsp): argument
629 def cmd_unknown_packet(options, cmd, args): argument
637 def cmd_qSymbol(options, cmd, args): argument
656 def cmd_QSetWithHexString(options, cmd, args): argument
659 def cmd_QSetWithString(options, cmd, args): argument
662 def cmd_QSetWithUnsigned(options, cmd, args): argument
665 def rsp_qSymbol(options, cmd, cmd_args, rsp): argument
680 def cmd_qXfer(options, cmd, args): argument
[all …]
/openbsd-src/usr.bin/bgplg/
H A Dbgplg.h26 struct cmd { struct
32 int (*func)(struct cmd *, char **); argument
/openbsd-src/usr.bin/ftp/
H A Dftp_var.h201 struct cmd { struct
202 char *c_name; /* name of command */
203 char *c_help; /* help string */
227 extern struct cmd cmdtab[]; argument
/openbsd-src/usr.bin/tmux/
H A Dcmd.c217 struct cmd { struct
225 TAILQ_ENTRY(cmd) qentry; argument
387 cmd_get_entry(struct cmd *cmd) in cmd_get_entry() argument
394 cmd_get_args(struct cmd *cmd) in cmd_get_args() argument
218 entrycmd global() argument
401 cmd_get_group(struct cmd * cmd) cmd_get_group() argument
408 cmd_get_source(struct cmd * cmd,const char ** file,u_int * line) cmd_get_source() argument
503 struct cmd *cmd; cmd_parse() local
539 cmd_free(struct cmd * cmd) cmd_free() argument
549 cmd_copy(struct cmd * cmd,int argc,char ** argv) cmd_copy() argument
566 cmd_print(struct cmd * cmd) cmd_print() argument
596 cmd_list_append(struct cmd_list * cmdlist,struct cmd * cmd) cmd_list_append() argument
606 struct cmd *cmd; cmd_list_append_all() local
625 struct cmd *cmd, *cmd1; cmd_list_free() local
642 struct cmd *cmd; cmd_list_copy() local
673 struct cmd *cmd, *next; cmd_list_print() local
718 cmd_list_next(struct cmd * cmd) cmd_list_next() argument
727 struct cmd *cmd; cmd_list_all_have() local
740 struct cmd *cmd; cmd_list_any_have() local
[all...]
/openbsd-src/usr.sbin/lpr/lpc/
H A Dlpc.h38 struct cmd { struct
39 char *c_name; /* command name */
40 char *c_help; /* help message */
42 void (*c_handler)(int, char *[]);
43 int c_priv; /* privileged command */
/openbsd-src/sbin/isakmpd/
H A Dui.c110 ui_connect(char *cmd) in ui_connect()
124 ui_teardown(char *cmd) in ui_teardown()
178 ui_teardown_all(char *cmd) in ui_teardown_all()
220 ui_config(char *cmd) in ui_config()
355 ui_delete(char *cmd) in ui_delete()
390 ui_debug(char *cmd) in ui_debug()
416 ui_packetlog(char *cmd) in ui_packetlog()
439 ui_shutdown_daemon(char *cmd) in ui_shutdown_daemon()
450 ui_report(char *cmd) in ui_report()
463 ui_report_sa(char *cmd) in ui_report_sa()
[all …]
/openbsd-src/usr.sbin/bgplgd/
H A Dbgplgd.c32 const struct cmd { struct
38 content_typecmd global() argument
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn31/
H A Ddcn31_panel_cntl.c41 static bool dcn31_query_backlight_info(struct panel_cntl *panel_cntl, union dmub_rb_cmd *cmd) in dcn31_query_backlight_info()
60 union dmub_rb_cmd cmd; in dcn31_get_16_bit_backlight_from_pwm() local
72 union dmub_rb_cmd cmd; in dcn31_panel_cntl_hw_init() local
112 union dmub_rb_cmd cmd; in dcn31_is_panel_backlight_on() local
122 union dmub_rb_cmd cmd; in dcn31_is_panel_powered_on() local
132 union dmub_rb_cmd cmd; in dcn31_store_backlight_level() local
/openbsd-src/usr.bin/vi/vi/
H A Dv_ex.c44 EXCMD cmd; in v_again() local
97 EXCMD cmd; in v_join() local
127 EXCMD cmd; in v_shiftl() local
144 EXCMD cmd; in v_shiftr() local
161 EXCMD cmd; in v_suspend() local
178 EXCMD cmd; in v_switch() local
215 EXCMD cmd; in v_tagpush() local
231 EXCMD cmd; in v_tagpop() local
246 EXCMD cmd; in v_filter() local
322 EXCMD cmd; in v_event_exec() local
/openbsd-src/usr.bin/rdist/
H A Dclient.h100 struct cmd { struct
106 struct subcmd *c_cmds; argument
107 struct cmd *c_next; argument
H A Ddocmd.c194 checkcmd(struct cmd *cmd) in checkcmd()
217 markassigned(struct cmd *cmd, struct cmd *cmdlist) in markassigned()
233 markfailed(struct cmd *cmd, struct cmd *cmdlist) in markfailed()
253 remotecmd(char *rhost, char *luser, char *ruser, char *cmd) in remotecmd()
414 doarrow(struct cmd *cmd, char **filev) in doarrow()
716 dodcolon(struct cmd *cmd, char **filev) in dodcolon()
849 docmdhost(struct cmd *cmd, char **filev) in docmdhost()
903 docmd(struct cmd *cmd, int argc, char **argv) in docmd()
/openbsd-src/sbin/fdisk/
H A Duser.c34 struct cmd { struct
35 char *cmd_name; argument
36 int cmd_valid; argument
37 int (*cmd_fcn)(const char *, struct mbr *); argument
38 char *cmd_help; argument
192 char *cmd; in ask_cmd() local
/openbsd-src/lib/libfido2/src/
H A Dio.c50 tx_empty(fido_dev_t *d, uint8_t cmd, int *ms) in tx_empty()
70 tx_preamble(fido_dev_t *d, uint8_t cmd, const void *buf, size_t count, int *ms) in tx_preamble()
122 tx(fido_dev_t *d, uint8_t cmd, const unsigned char *buf, size_t count, int *ms) in tx()
147 transport_tx(fido_dev_t *d, uint8_t cmd, const void *buf, size_t count, int *ms) in transport_tx()
164 fido_tx(fido_dev_t *d, uint8_t cmd, const void *buf, size_t count, int *ms) in fido_tx()
198 rx_preamble(fido_dev_t *d, uint8_t cmd, struct frame *fp, int *ms) in rx_preamble()
227 rx(fido_dev_t *d, uint8_t cmd, unsigned char *buf, size_t count, int *ms) in rx()
295 transport_rx(fido_dev_t *d, uint8_t cmd, void *buf, size_t count, int *ms) in transport_rx()
312 fido_rx(fido_dev_t *d, uint8_t cmd, void *buf, size_t count, int *ms) in fido_rx()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dce/
H A Ddmub_abm_lcd.c62 union dmub_rb_cmd cmd; in dmub_abm_enable_fractional_pwm() local
147 union dmub_rb_cmd cmd; in dmub_abm_set_level() local
168 union dmub_rb_cmd cmd; in dmub_abm_init_config() local
195 union dmub_rb_cmd cmd; in dmub_abm_set_pause() local
228 union dmub_rb_cmd cmd; in dmub_abm_save_restore() local
263 union dmub_rb_cmd cmd; in dmub_abm_set_pipe() local
287 union dmub_rb_cmd cmd; in dmub_abm_set_backlight_level() local
H A Ddmub_psr.c144 union dmub_rb_cmd cmd; in dmub_psr_set_version() local
183 union dmub_rb_cmd cmd; in dmub_psr_enable() local
234 union dmub_rb_cmd cmd; in dmub_psr_set_level() local
259 union dmub_rb_cmd cmd; in dmub_psr_set_sink_vtotal_in_psr_active() local
277 union dmub_rb_cmd cmd; in dmub_psr_set_power_opt() local
299 union dmub_rb_cmd cmd; in dmub_psr_copy_settings() local
428 union dmub_rb_cmd cmd; in dmub_psr_force_static() local
/openbsd-src/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-dump.c50 scan_expression_with_cleanup (char **cmd, const char *def) in scan_expression_with_cleanup()
86 scan_filename_with_cleanup (char **cmd, const char *defname) in scan_filename_with_cleanup()
181 dump_command (char *cmd, int from_tty) in dump_command()
188 append_command (char *cmd, int from_tty) in append_command()
226 dump_memory_to_file (char *cmd, char *mode, char *file_format) in dump_memory_to_file()
277 dump_memory_command (char *cmd, char *mode) in dump_memory_command()
283 dump_value_to_file (char *cmd, char *mode, char *file_format) in dump_value_to_file()
328 dump_value_command (char *cmd, char *mode) in dump_value_command()
637 srec_dump_command (char *cmd, int from_tty) in srec_dump_command()
644 ihex_dump_command (char *cmd, int from_tty) in ihex_dump_command()
[all …]
/openbsd-src/sys/dev/ic/
H A Dciss.c138 struct ciss_cmd *cmd; in ciss_attach() local
437 struct ciss_cmd *cmd = &ccb->ccb_cmd; in ciss_cmd() local
610 struct ciss_cmd *cmd = &ccb->ccb_cmd; in ciss_done() local
713 struct ciss_cmd *cmd; in ciss_inq() local
748 struct ciss_cmd *cmd; in ciss_ldmap() local
794 struct ciss_cmd *cmd; in ciss_sync() local
837 struct ciss_cmd *cmd; in ciss_scsi_cmd() local
952 ciss_scsi_ioctl(struct scsi_link *link, u_long cmd, caddr_t addr, int flag) in ciss_scsi_ioctl()
969 ciss_ioctl(struct device *dev, u_long cmd, caddr_t addr) in ciss_ioctl()
1185 struct ciss_cmd *cmd; in ciss_ldid() local
[all …]
/openbsd-src/sys/dev/pci/drm/
H A Ddrm_ioc32.c91 static int compat_drm_version(struct file *file, unsigned int cmd, in compat_drm_version()
132 static int compat_drm_getunique(struct file *file, unsigned int cmd, in compat_drm_getunique()
159 static int compat_drm_setunique(struct file *file, unsigned int cmd, in compat_drm_setunique()
176 static int compat_drm_getmap(struct file *file, unsigned int cmd, in compat_drm_getmap()
204 static int compat_drm_addmap(struct file *file, unsigned int cmd, in compat_drm_addmap()
238 static int compat_drm_rmmap(struct file *file, unsigned int cmd, in compat_drm_rmmap()
261 static int compat_drm_getclient(struct file *file, unsigned int cmd, in compat_drm_getclient()
300 static int compat_drm_getstats(struct file *file, unsigned int cmd, in compat_drm_getstats()
321 static int compat_drm_addbufs(struct file *file, unsigned int cmd, in compat_drm_addbufs()
352 static int compat_drm_markbufs(struct file *file, unsigned int cmd, in compat_drm_markbufs()
[all …]
/openbsd-src/usr.sbin/syslogd/
H A Dprivsep.c172 int i, fd, sock, cmd, addr_len, result, restart; in priv_exec() local
463 open_pipe(char *cmd) in open_pipe()
615 int cmd, fd; in priv_open_tty() local
638 int cmd, fd; in priv_open_log() local
663 int cmd, fd; in priv_open_utmp() local
689 int cmd, fd; in priv_open_config() local
715 int cmd, res; in priv_config_modified() local
733 int cmd; in priv_config_parse_done() local
749 int cmd, ret_len; in priv_getaddrinfo() local
798 int cmd, ret_len; in priv_getnameinfo() local
/openbsd-src/sys/kern/
H A Dexec_subr.c161 vmcmd_map_pagedvn(struct proc * p,struct exec_vmcmd * cmd) vmcmd_map_pagedvn() argument
234 vmcmd_map_readvn(struct proc * p,struct exec_vmcmd * cmd) vmcmd_map_readvn() argument
284 vmcmd_map_zero(struct proc * p,struct exec_vmcmd * cmd) vmcmd_map_zero() argument
309 vmcmd_mutable(struct proc * p,struct exec_vmcmd * cmd) vmcmd_mutable() argument
326 vmcmd_randomize(struct proc * p,struct exec_vmcmd * cmd) vmcmd_randomize() argument
[all...]
/openbsd-src/regress/usr.bin/mandoc/db/binedit/
H A Dbinedit.c30 const char *cmd; /* Command string from the command line. */ in main() local
109 getint(const char **cmd) in getint()
127 copybyte(const char cmd) in copybyte()
/openbsd-src/sys/dev/sdmmc/
H A Dsdmmc.c613 sdmmc_app_command(struct sdmmc_softc *sc, struct sdmmc_command *cmd) in sdmmc_app_command() argument
648 sdmmc_mmc_command(struct sdmmc_softc *sc, struct sdmmc_command *cmd) in sdmmc_mmc_command() argument
673 struct sdmmc_command cmd; in sdmmc_go_idle_state() local
690 struct sdmmc_command cmd; sdmmc_send_if_cond() local
719 struct sdmmc_command cmd; sdmmc_set_relative_addr() local
745 struct sdmmc_command cmd; sdmmc_select_card() local
772 struct sdmmc_command cmd; sdmmc_ioctl() local
849 sdmmc_dump_command(struct sdmmc_softc * sc,struct sdmmc_command * cmd) sdmmc_dump_command() argument
[all...]
H A Dsdmmc_mem.c181 struct sdmmc_command cmd; in sdmmc_mem_enable() local
251 struct sdmmc_command cmd; in sdmmc_mem_scan() local
462 struct sdmmc_command cmd; in sdmmc_mem_send_scr() local
524 struct sdmmc_command cmd; in sdmmc_mem_send_cxd_data() local
557 struct sdmmc_command cmd; in sdmmc_mem_set_bus_width() local
588 struct sdmmc_command cmd; in sdmmc_mem_sd_switch() local
632 struct sdmmc_command cmd; in sdmmc_mem_mmc_switch() local
1042 struct sdmmc_command cmd; in sdmmc_mem_send_op_cond() local
1088 struct sdmmc_command cmd; in sdmmc_mem_set_blocklen() local
1107 struct sdmmc_command cmd; in sdmmc_mem_read_block_subr() local
[all …]
/openbsd-src/sys/dev/pci/drm/amd/display/dc/bios/
H A Dcommand_table2.c114 union dmub_rb_cmd cmd; in encoder_control_dmcub() local
250 union dmub_rb_cmd cmd; in transmitter_control_dmcub() local
270 const struct command_table_helper *cmd = bp->cmd_helper; in transmitter_control_v1_6() local
312 union dmub_rb_cmd cmd; in transmitter_control_dmcub_v1_7() local
332 const struct command_table_helper *cmd = bp->cmd_helper; in transmitter_control_v1_7() local
421 union dmub_rb_cmd cmd; in set_pixel_clock_dmcub() local
787 union dmub_rb_cmd cmd; in enable_disp_power_gating_dmcub() local
882 const struct command_table_helper *cmd = bp->cmd_helper; in set_dce_clock_v2_1() local
996 union dmub_rb_cmd cmd; in enable_lvtma_control_dmcub() local

12345678910>>...49