hpet_command
} hpet_command[] = {
for (i = 0; i < (sizeof (hpet_command) / sizeof (hpet_command[0])); i++)
if (!strcmp(argv[0], hpet_command[i].command)) {
hpet_command[i].command);
hpet_command[i].func(argc, argv);