HomeSort by relevance Sort by last modified time
    Searched refs:command_table (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/ndmpadm/
ndmpadm_main.c 84 static ndmp_command_t command_table[] = { variable
94 #define NCOMMAND (sizeof (command_table) / sizeof (command_table[0]))
173 get_usage(command_table[i].nc_usage));
737 if (strcmp(cmdname, command_table[i].nc_name) == 0) {
738 current_command = &command_table[i];
739 ret = command_table[i].func(argc - 1, argv + 1,
  /onnv/onnv-gate/usr/src/cmd/zfs/
zfs_main.c 147 static zfs_command_t command_table[] = { variable
183 #define NCOMMAND (sizeof (command_table) / sizeof (command_table[0]))
354 if (command_table[i].name == NULL)
358 get_usage(command_table[i].usage));
    [all...]
  /onnv/onnv-gate/usr/src/cmd/zpool/
zpool_main.c 143 static zpool_command_t command_table[] = { variable
173 #define NCOMMAND (sizeof (command_table) / sizeof (command_table[0]))
286 if (command_table[i].name == NULL)
290 get_usage(command_table[i].usage));
    [all...]

Completed in 180 milliseconds