Searched defs:find_command_idx (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c5373 find_command_idx(char *command, int *idx) function
5430 if (find_command_idx(cmdname, &i) == 0) {
5434 verify(find_command_idx("set", &i) == 0);
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c6749 find_command_idx(char *command, int *idx) function
7022 if (find_command_idx(cmdname, &i) == 0) {
7026 verify(find_command_idx("set", &i) == 0);

Completed in 183 milliseconds