Home | History | Annotate | Download | only in hdt

Lines Matching defs:hardware

32  * An Hardware Detection Tool
51 static struct s_hardware hardware;
57 init_hardware(&hardware);
60 detect_syslinux(&hardware);
63 detect_parameters(argc, argv, &hardware);
66 init_console(&hardware);
68 /* Detect hardware */
69 detect_hardware(&hardware);
80 start_cli_mode(&hardware);
82 return_code = start_menu_mode(&hardware, version_string);
84 start_cli_mode(&hardware);
88 if (strlen(hardware.postexec)>0) {
89 more_printf("Executing postexec instructions : %s\n",hardware.postexec);
90 runsyslinuxcmd(hardware.postexec);