Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/zonecfg/
H A Dzonecfg.h187 } cmd_t; typedef
200 extern void add_func(cmd_t *);
201 extern void cancel_func(cmd_t *);
202 extern void commit_func(cmd_t *);
203 extern void create_func(cmd_t *);
204 extern void delete_func(cmd_t *);
205 extern void end_func(cmd_t *);
206 extern void exit_func(cmd_t *);
207 extern void export_func(cmd_t *);
208 extern void help_func(cmd_t *);
[all …]
H A Dzonecfg.c674 cmd_t *
677 return (calloc(1, sizeof (cmd_t))); in alloc_cmd()
681 free_cmd(cmd_t *cmd) in free_cmd()
1656 create_func(cmd_t *cmd) in create_func()
1791 export_func(cmd_t *cmd) in export_func()
2085 exit_func(cmd_t *cmd) in exit_func()
2148 add_resource(cmd_t *cmd) in add_resource()
2363 add_property(cmd_t *cmd) in add_property()
2488 add_func(cmd_t *cmd) in add_func()
2546 delete_func(cmd_t *cmd) in delete_func()
[all …]
H A Dzonecfg_grammar.y40 static cmd_t *cmd = NULL; /* Command being processed */
124 cmd_t *cmd;
/titanic_44/usr/src/cmd/tnf/prex/
H A Dcmd.c60 cmd_t *
63 cmd_t *new_p; in cmd_set()
75 new_p = new(cmd_t); in cmd_set()
98 cmd_t *
101 cmd_t *new_p; in cmd_expr()
107 new_p = new(cmd_t); in cmd_expr()
127 cmd_destroy(cmd_t * cmd_p)
151 cmd_t *cmd_p; in cmd_list()
155 cmd_p = (cmd_t *) & g_cmdlist; in cmd_list()
156 while ((cmd_p = (cmd_t *) queue_next(&g_cmdlist, &cmd_p->qn))) { in cmd_list()
[all …]
H A Dprexgram.y94 extern void process_cmd(tnfctl_handle_t *hndl, cmd_t *cmd);
190 cmd_t *cmd_p;
197 cmd_t *cmd_p;
206 cmd_t *cmd_p;
213 cmd_t *cmd_p;
222 cmd_t *cmd_p;
229 cmd_t *cmd_p;
238 cmd_t *cmd_p;
245 cmd_t *cmd_p;
254 cmd_t *cmd_p;
[all …]
H A Dcmd.h72 } cmd_t; typedef
87 cmd_t *cmd_set(char *setname_p, cmd_kind_t kind, char *fcnname_p);
88 cmd_t *cmd_expr(expr_t * expr_p, cmd_kind_t kind, char *fcnname_p);
95 tnfctl_errcode_t cmd_callback(cmd_t *cmd, cmd_traverse_func_t percmdfunc,
H A Dmain.c483 cmd_t *cmd = cd; in perprobe2()
499 process_cmd(tnfctl_handle_t *hndl, cmd_t *cmd) in process_cmd()
/titanic_44/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y127 static cmd_t *cmd = NULL; /* Command being processed */
139 static cmd_t *alloc_cmd(void);
142 static void free_cmd(cmd_t *);
143 static void check_conf_name(cmd_t *);
144 static void prop_list_walk(cmd_t *, pool_elem_t *);
145 static void assoc_list_walk(cmd_t *, pool_t *);
146 static void transfer_list_walk(cmd_t *, pool_resource_t *);
152 static void parser_conf_info(cmd_t *);
153 static void parser_pool_info(cmd_t *);
154 static void parser_resource_info(cmd_t *, const char *);
[all …]
H A Dpoolcfg.h71 } cmd_t; typedef
73 typedef void (*cmdfunc)(cmd_t *);
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.h154 } cmd_t; typedef
157 typedef void (cmd_func_t)(cmd_t *);
164 extern cmd_t *alloc_cmd(void);
165 extern void free_cmd(cmd_t *cmd);
H A Dnwamcfg.c490 cmd_t *
493 cmd_t *cmd = calloc(1, sizeof (cmd_t)); in alloc_cmd()
505 free_cmd(cmd_t *cmd) in free_cmd()
1050 cmd_t *help_cmd; in help_wrap()
1211 commit_func(cmd_t *cmd) in commit_func()
1254 cancel_func(cmd_t *cmd) in cancel_func()
1297 create_func(cmd_t *cmd) in create_func()
1303 cmd_t *walkprop_cmd; in create_func()
1578 destroy_func(cmd_t *cmd) in destroy_func()
1694 end_func(cmd_t *cmd) in end_func()
[all …]
H A Dnwamcfg_grammar.y33 static cmd_t *cmd = NULL; /* Command being processed */
46 cmd_t *cmd;
/titanic_44/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()
/titanic_44/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd.h261 } cmd_t; typedef
263 extern cmd_t cmd;
H A Dcmd_main.c63 cmd_t cmd;
781 bzero(&cmd, sizeof (cmd_t)); in _fmd_init()
/titanic_44/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dmachdep.c73 cmd_t cmach; in cb_check_machdep()
/titanic_44/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()
/titanic_44/usr/src/cmd/flowadm/
H A Dflowadm.c89 } cmd_t; typedef
91 static cmd_t cmds[] = {
256 cmd_t *cmdp; in main()
/titanic_44/usr/src/uts/common/sys/
H A Dcpr.h341 typedef struct cpr_machdep_desc cmd_t; typedef
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipadm/
H A Dipadm.c68 } cmd_t; typedef
70 static cmd_t cmds[] = {
344 cmd_t *cmdp; in usage()
363 cmd_t *cmdp; in main()
/titanic_44/usr/src/cmd/dlstat/
H A Ddlstat.c108 } cmd_t; typedef
110 static cmd_t cmds[] = {
476 cmd_t *cmdp; in usage()
496 cmd_t *cmdp; in main()
/titanic_44/usr/src/uts/common/cpr/
H A Dcpr_dump.c246 STAT->cs_nocomp_statefsz = sizeof (cdd_t) + sizeof (cmd_t) + in cpr_write_header()
/titanic_44/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c168 struct cmd_t { struct
173 typedef struct cmd_t CMD_T; argument
/titanic_44/usr/src/uts/sun4u/os/
H A Dcpr_impl.c554 cmd_t cmach; in i_cpr_write_machdep()
/titanic_44/usr/src/cmd/dladm/
H A Ddladm.c264 } cmd_t; typedef
266 static cmd_t cmds[] = {
1444 cmd_t *cmdp; in usage()
1464 cmd_t *cmdp; in main()