Home
last modified time | relevance | path

Searched refs:auto_boot (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/hpc/stand/hpcboot/menu/
H A Dmenu.cpp335 BOOL onoff = pref.auto_boot ? TRUE : FALSE; in init()
339 SET_CHECK(AUTO, pref.auto_boot); in init()
340 if (pref.auto_boot) { in init()
342 wsprintf(tmp, TEXT("%d"), pref.auto_boot); in init()
376 pref.auto_boot = _wtoi(tmp); in get()
378 pref.auto_boot = 0; in get()
H A Drootwindow.cpp89 if (menu._pref.auto_boot > 0) in create()
90 SetTimer(_window, IDD_TIMER, menu._pref.auto_boot * 1000, 0); in create()
/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dhpcmenu.h107 int auto_boot; member
H A Dhpcboot.cpp261 if (HPC_PREFERENCE.auto_boot > 0 && _root && in run()
H A Dhpcmenu.cpp135 _pref.auto_boot = 0; in _set_default_pref()