Home
last modified time | relevance | path

Searched refs:exit_func (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.h163 extern cmd_func_t destroy_func, end_func, exit_func, export_func, get_func;
H A Dnwamcfg_grammar.y379 $$->cmd_handler = &exit_func;
H A Dnwamcfg.c1735 exit_func(cmd_t *cmd) in exit_func() function
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h210 extern void exit_func(cmd_t *);
H A Dzonecfg_grammar.y400 $$->cmd_handler = &exit_func;
409 $$->cmd_handler = &exit_func;
H A Dzonecfg.c2144 exit_func(cmd_t *cmd) in exit_func() function