Home
last modified time | relevance | path

Searched refs:cmd_t (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h191 } cmd_t; typedef
204 extern void add_func(cmd_t *);
205 extern void cancel_func(cmd_t *);
206 extern void commit_func(cmd_t *);
209 extern void end_func(cmd_t *);
210 extern void exit_func(cmd_t *);
212 extern void help_func(cmd_t *);
213 extern void info_func(cmd_t *);
217 extern void set_func(cmd_t *);
219 extern void clear_func(cmd_t *);
[all …]
H A Dzonecfg.c700 cmd_t *
707 free_cmd(cmd_t *cmd) in free_cmd()
2144 exit_func(cmd_t *cmd) in exit_func()
2556 add_func(cmd_t *cmd) in add_func()
3126 remove_fs(cmd_t *cmd) in remove_fs()
3160 remove_net(cmd_t *cmd) in remove_net()
4276 set_func(cmd_t *cmd) in set_func()
5635 info_func(cmd_t *cmd) in info_func()
6573 end_func(cmd_t *cmd) in end_func()
7162 help_func(cmd_t *cmd) in help_func()
[all …]
H A Dzonecfg_grammar.y40 static cmd_t *cmd = NULL; /* Command being processed */
124 cmd_t *cmd;
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y137 static cmd_t *alloc_cmd(void);
140 static void free_cmd(cmd_t *);
200 cmd_t *cmd;
775 parser_conf_info(cmd_t *cmd) in parser_conf_info()
810 parser_pool_info(cmd_t *cmd) in parser_pool_info()
844 parser_pset_info(cmd_t *cmd) in parser_pset_info()
850 parser_cpu_info(cmd_t *cmd) in parser_cpu_info()
1226 free_cmd(cmd_t *cmd) in free_cmd()
1253 static cmd_t *
1256 cmd_t *cmd; in alloc_cmd()
[all …]
H A Dpoolcfg.h69 } cmd_t; typedef
71 typedef void (*cmdfunc)(cmd_t *);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.h157 } cmd_t; typedef
160 typedef void (cmd_func_t)(cmd_t *);
167 extern cmd_t *alloc_cmd(void);
168 extern void free_cmd(cmd_t *cmd);
H A Dnwamcfg.c495 cmd_t *
498 cmd_t *cmd = calloc(1, sizeof (cmd_t)); in alloc_cmd()
510 free_cmd(cmd_t *cmd) in free_cmd()
1060 cmd_t *help_cmd; in help_wrap()
1317 cmd_t *walkprop_cmd; in create_func()
1709 end_func(cmd_t *cmd) in end_func()
1735 exit_func(cmd_t *cmd) in exit_func()
1737 cmd_t *end_cmd; in exit_func()
1757 help_func(cmd_t *cmd) in help_func()
2556 set_func(cmd_t *cmd) in set_func()
[all …]
H A Dnwamcfg_grammar.y34 static cmd_t *cmd = NULL; /* Command being processed */
47 cmd_t *cmd;
/illumos-gate/usr/src/cmd/vrrpadm/
H A Dvrrpadm.c49 } cmd_t; typedef
51 static cmd_t cmds[] = {
150 cmd_t *cp; in main()
161 for (i = 0; i < sizeof (cmds) / sizeof (cmd_t); i++) { in main()
670 cmd_t *cp; in usage()
675 for (i = 0; i < sizeof (cmds) / sizeof (cmd_t); i++) { in usage()
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dmachdep.c72 cmd_t cmach; in cb_check_machdep()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecalgs.c50 } cmd_t; typedef
55 static cmd_t cmd = CMD_NONE;
1022 try_cmd(cmd_t newcmd) in try_cmd()
/illumos-gate/usr/src/cmd/flowadm/
H A Dflowadm.c92 } cmd_t; typedef
94 static cmd_t cmds[] = {
259 cmd_t *cmdp; in main()
/illumos-gate/usr/src/uts/common/sys/
H A Dcpr.h341 typedef struct cpr_machdep_desc cmd_t; typedef
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipadm/
H A Dipadm.c81 } cmd_t; typedef
83 static cmd_t cmds[] = {
389 cmd_t *cmdp; in usage()
414 cmd_t *cmdp; in main()
/illumos-gate/usr/src/cmd/dlstat/
H A Ddlstat.c114 } cmd_t; typedef
116 static cmd_t cmds[] = {
482 cmd_t *cmdp; in usage()
502 cmd_t *cmdp; in main()
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_dump.c246 STAT->cs_nocomp_statefsz = sizeof (cdd_t) + sizeof (cmd_t) + in cpr_write_header()
/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c172 struct cmd_t { struct
177 typedef struct cmd_t CMD_T; argument
/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c554 cmd_t cmach; in i_cpr_write_machdep()
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c283 } cmd_t; typedef
285 static cmd_t cmds[] = {
1558 cmd_t *cmdp; in usage_text()
1590 cmd_t *cmdp; in main()