/illumos-gate/usr/src/cmd/zonecfg/ |
H A D | zonecfg.h | 191 } cmd_t; typedef 204 extern void add_func(cmd_t *); 205 extern void cancel_func(cmd_t *); 206 extern void commit_func(cmd_t *); 207 extern void create_func(cmd_t *); 208 extern void delete_func(cmd_t *); 209 extern void end_func(cmd_t *); 210 extern void exit_func(cmd_t *); 211 extern void export_func(cmd_t *); 212 extern void help_func(cmd_t *); [all …]
|
H A D | zonecfg.c | 700 cmd_t * 703 return (calloc(1, sizeof (cmd_t))); in alloc_cmd() 707 free_cmd(cmd_t *cmd) in free_cmd() 1702 create_func(cmd_t *cmd) in create_func() 1839 export_func(cmd_t *cmd) in export_func() 2144 exit_func(cmd_t *cmd) in exit_func() 2207 add_resource(cmd_t *cmd) in add_resource() 2431 add_property(cmd_t *cmd) in add_property() 2556 add_func(cmd_t *cmd) in add_func() 2614 delete_func(cmd_t *cmd) in delete_func() [all …]
|
H A D | zonecfg_grammar.y | 40 static cmd_t *cmd = NULL; /* Command being processed */ 124 cmd_t *cmd;
|
/illumos-gate/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.y | 125 static cmd_t *cmd = NULL; /* Command being processed */ 137 static cmd_t *alloc_cmd(void); 140 static void free_cmd(cmd_t *); 141 static void check_conf_name(cmd_t *); 142 static void prop_list_walk(cmd_t *, pool_elem_t *); 143 static void assoc_list_walk(cmd_t *, pool_t *); 144 static void transfer_list_walk(cmd_t *, pool_resource_t *); 150 static void parser_conf_info(cmd_t *); 151 static void parser_pool_info(cmd_t *); 152 static void parser_resource_info(cmd_t *, const char *); [all …]
|
H A D | poolcfg.h | 69 } cmd_t; typedef 71 typedef void (*cmdfunc)(cmd_t *);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg.h | 157 } 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 D | nwamcfg.c | 495 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() 1225 commit_func(cmd_t *cmd) in commit_func() 1268 cancel_func(cmd_t *cmd) in cancel_func() 1311 create_func(cmd_t *cmd) in create_func() 1317 cmd_t *walkprop_cmd; in create_func() 1592 destroy_func(cmd_t *cmd) in destroy_func() 1709 end_func(cmd_t *cmd) in end_func() [all …]
|
H A D | nwamcfg_grammar.y | 34 static cmd_t *cmd = NULL; /* Command being processed */ 47 cmd_t *cmd;
|
/illumos-gate/usr/src/cmd/vrrpadm/ |
H A D | vrrpadm.c | 49 } 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 D | machdep.c | 72 cmd_t cmach; in cb_check_machdep()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipsecalgs.c | 50 } 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 D | flowadm.c | 92 } cmd_t; typedef 94 static cmd_t cmds[] = { 259 cmd_t *cmdp; in main()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | cpr.h | 341 typedef struct cpr_machdep_desc cmd_t; typedef
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipadm/ |
H A D | ipadm.c | 82 } cmd_t; typedef 84 static cmd_t cmds[] = { 390 cmd_t *cmdp; in usage() 415 cmd_t *cmdp; in main()
|
/illumos-gate/usr/src/cmd/dlstat/ |
H A D | dlstat.c | 114 } 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 D | cpr_dump.c | 246 STAT->cs_nocomp_statefsz = sizeof (cdd_t) + sizeof (cmd_t) + in cpr_write_header()
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/ |
H A D | main.c | 172 struct cmd_t { struct 177 typedef struct cmd_t CMD_T; argument
|
/illumos-gate/usr/src/uts/sun4u/os/ |
H A D | cpr_impl.c | 554 cmd_t cmach; in i_cpr_write_machdep()
|
/illumos-gate/usr/src/cmd/dladm/ |
H A D | dladm.c | 285 } cmd_t; typedef 287 static cmd_t cmds[] = { 1560 cmd_t *cmdp; in usage_text() 1592 cmd_t *cmdp; in main()
|