Searched refs:hpet_command (Results 1 – 1 of 1) sorted by relevance
28 struct hpet_command { struct 31 } hpet_command[] = { variable 64 for (i = 0; i < (sizeof (hpet_command) / sizeof (hpet_command[0])); i++) in main() 65 if (!strcmp(argv[0], hpet_command[i].command)) { in main() 69 hpet_command[i].command); in main() 70 hpet_command[i].func(argc, argv); in main()