| /onnv/onnv-gate/usr/src/cmd/zonecfg/ |
| zonecfg.h | 181 } cmd_t; typedef in typeref:struct:cmd 194 extern void add_func(cmd_t *); 195 extern void cancel_func(cmd_t *); 196 extern void commit_func(cmd_t *); 197 extern void create_func(cmd_t *); 198 extern void delete_func(cmd_t *); 199 extern void end_func(cmd_t *); 200 extern void exit_func(cmd_t *); 201 extern void export_func(cmd_t *); 202 extern void help_func(cmd_t *); [all...] |
| zonecfg.c | 647 cmd_t * 650 return (calloc(1, sizeof (cmd_t))); 654 free_cmd(cmd_t *cmd) [all...] |
| zonecfg_grammar.y | 33 static cmd_t *cmd = NULL; /* Command being processed */ 117 cmd_t *cmd;
|
| /onnv/onnv-gate/usr/src/cmd/tnf/prex/ |
| cmd.c | 60 cmd_t * 63 cmd_t *new_p; 75 new_p = new(cmd_t); 98 cmd_t * 101 cmd_t *new_p; 107 new_p = new(cmd_t); 127 cmd_destroy(cmd_t * cmd_p) 151 cmd_t *cmd_p; 155 cmd_p = (cmd_t *) & g_cmdlist; 156 while ((cmd_p = (cmd_t *) queue_next(&g_cmdlist, &cmd_p->qn))) [all...] |
| cmd.h | 72 } cmd_t; typedef in typeref:struct:cmd 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,
|
| prexgram.y | 94 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...] |
| main.c | 483 cmd_t *cmd = cd; 499 process_cmd(tnfctl_handle_t *hndl, cmd_t *cmd)
|
| /onnv/onnv-gate/usr/src/cmd/pools/poolcfg/ |
| poolcfg.h | 71 } cmd_t; typedef in typeref:struct:cmd 73 typedef void (*cmdfunc)(cmd_t *);
|
| poolcfg.y | 127 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...] |
| /onnv/onnv-gate/usr/src/cmd/filebench/common/ |
| parsertypes.h | 77 } cmd_t; typedef in typeref:struct:cmd 91 typedef void (*cmdfunc)(cmd_t *);
|
| parser_gram.y | 64 static cmd_t *cmd = NULL; /* Command being processed */ 87 static cmd_t *alloc_cmd(void); 90 static attr_t *get_attr(cmd_t *cmd, int64_t name); 91 static attr_t *get_attr_fileset(cmd_t *cmd, int64_t name); 92 static attr_t *get_attr_integer(cmd_t *cmd, int64_t name); 93 static attr_t *get_attr_bool(cmd_t *cmd, int64_t name); 94 static void get_attr_lvars(cmd_t *cmd, flowop_t *flowop); 96 static var_t *get_var(cmd_t *cmd, int64_t name); 102 static void parser_list(cmd_t *); 103 static void parser_flowop_list(cmd_t *); [all...] |
| /onnv/onnv-gate/usr/src/cmd/wbem/provider/tools/rds/ |
| rdprot.h | 138 } cmd_t; typedef in typeref:struct:__anon1901
|
| rdprot.c | 234 { "command", { format_int32, offsetof(cmd_t, command) }}
|
| /onnv/onnv-gate/usr/src/cmd/vrrpadm/ |
| vrrpadm.c | 49 } cmd_t; typedef in typeref:struct:__anon1 51 static cmd_t cmds[] = { 150 cmd_t *cp; 161 for (i = 0; i < sizeof (cmds) / sizeof (cmd_t); i++) { 670 cmd_t *cp; 675 for (i = 0; i < sizeof (cmds) / sizeof (cmd_t); i++) {
|
| /onnv/onnv-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/ |
| cmd.h | 260 } cmd_t; typedef in typeref:struct:cmd 262 extern cmd_t cmd;
|
| cmd_main.c | 64 cmd_t cmd; 757 bzero(&cmd, sizeof (cmd_t));
|
| /onnv/onnv-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/ |
| machdep.c | 73 cmd_t cmach;
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| cpr.h | 343 typedef struct cpr_machdep_desc cmd_t; typedef in typeref:struct:cpr_machdep_desc
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
| ipsecalgs.c | 50 } cmd_t; typedef in typeref:enum:cmd_s 55 static cmd_t cmd = CMD_NONE; 1022 try_cmd(cmd_t newcmd)
|
| /onnv/onnv-gate/usr/src/cmd/flowadm/ |
| flowadm.c | 113 } cmd_t; typedef in typeref:struct:cmd 115 static cmd_t cmds[] = { 384 cmd_t *cmdp; [all...] |
| /onnv/onnv-gate/usr/src/uts/common/cpr/ |
| cpr_dump.c | 246 STAT->cs_nocomp_statefsz = sizeof (cdd_t) + sizeof (cmd_t) +
|
| /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkgcond/ |
| main.c | 176 struct cmd_t { struct 181 typedef struct cmd_t CMD_T; 251 static CMD_T cmds[] = { [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4u/os/ |
| cpr_impl.c | 554 cmd_t cmach; [all...] |
| /onnv/onnv-gate/usr/src/cmd/dladm/ |
| dladm.c | 240 } cmd_t; typedef in typeref:struct:cmd 242 static cmd_t cmds[] = { [all...] |