Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ndmpadm/
H A Dndmpadm_main.c72 } ndmp_command_t; typedef
74 static int ndmp_get_config(int, char **, ndmp_command_t *);
75 static int ndmp_set_config(int, char **, ndmp_command_t *);
76 static int ndmp_show_devices(int, char **, ndmp_command_t *);
77 static int ndmp_show_sessions(int, char **, ndmp_command_t *);
78 static int ndmp_kill_sessions(int, char **, ndmp_command_t *);
79 static int ndmp_enable_auth(int, char **, ndmp_command_t *);
80 static int ndmp_disable_auth(int, char **, ndmp_command_t *);
85 static ndmp_command_t command_table[] = {
163 usage(boolean_t requested, ndmp_command_t *current_command) in usage()
[all …]