Home
last modified time | relevance | path

Searched refs:verify_func (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.h162 extern cmd_func_t verify_func, walkprop_func;
H A Dnwamcfg_grammar.y820 $$->cmd_handler = &verify_func;
H A Dnwamcfg.c4125 verify_func(cmd_t *cmd) in verify_func() function
/titanic_41/usr/src/cmd/zonecfg/
H A Dzonecfg.h214 extern void verify_func(cmd_t *);
H A Dzonecfg_grammar.y937 $$->cmd_handler = &verify_func;
946 $$->cmd_handler = &verify_func;
H A Dzonecfg.c5790 verify_func(cmd_t *cmd) in verify_func() function
6745 verify_func(cmd); in commit_func()
/titanic_41/usr/src/cmd/zoneadm/
H A Dzoneadm.c161 static int verify_func(int argc, char *argv[]);
188 { CMD_VERIFY, "verify", SHELP_VERIFY, verify_func },
2853 verify_func(int argc, char *argv[]) in verify_func() function