Searched defs:cmd_t (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/tnf/prex/
H A Dcmd.h72 } 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,
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.h71 } cmd_t; typedef in typeref:struct:cmd
73 typedef void (*cmdfunc)(cmd_t *);
/illumos-gate/usr/src/cmd/vrrpadm/
H A Dvrrpadm.c49 } cmd_t; typedef in typeref:struct:__anon1912
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++) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.h154 } cmd_t; typedef in typeref:struct:cmd
157 typedef void (cmd_func_t)(cmd_t *);
164 extern cmd_t *alloc_cmd(void);
165 extern void free_cmd(cmd_t *cmd);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecalgs.c50 } cmd_t; typedef in typeref:enum:cmd_s
55 static cmd_t cmd = CMD_NONE;
1022 try_cmd(cmd_t newcmd)
/illumos-gate/usr/src/cmd/flowadm/
H A Dflowadm.c89 } cmd_t; typedef in typeref:struct:cmd
91 static cmd_t cmds[] = {
256 cmd_t *cmdp;
/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd.h261 } cmd_t; typedef in typeref:struct:cmd
263 extern cmd_t cmd;
/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c168 struct cmd_t { struct
173 typedef struct cmd_t CMD_T;
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h191 } cmd_t; typedef in typeref:struct:cmd
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...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipadm/
H A Dipadm.c68 } cmd_t; typedef in typeref:struct:cmd
70 static cmd_t cmds[] = {
344 cmd_t *cmdp;
363 cmd_t *cmdp;
/illumos-gate/usr/src/uts/common/sys/
H A Dcpr.h341 typedef struct cpr_machdep_desc cmd_t; typedef in typeref:struct:cpr_machdep_desc
/illumos-gate/usr/src/cmd/dlstat/
H A Ddlstat.c108 } cmd_t; typedef in typeref:struct:cmd
110 static cmd_t cmds[] = {
476 cmd_t *cmdp;
496 cmd_t *cmdp;
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c266 } cmd_t; typedef in typeref:struct:cmd
268 static cmd_t cmds[] = {
1446 cmd_t *cmdp;
1466 cmd_t *cmdp;

Completed in 290 milliseconds