Home
last modified time | relevance | path

Searched refs:_logfile (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/hpc/stand/hpcboot/menu/
H A Dmenu.h89 HANDLE _logfile; variable
98 _logfile = INVALID_HANDLE_VALUE; in ConsoleTabWindow()
101 if (_logfile != INVALID_HANDLE_VALUE) in ~ConsoleTabWindow()
102 CloseHandle(_logfile); in ~ConsoleTabWindow()
H A Dmenu.cpp404 if (_logfile == INVALID_HANDLE_VALUE && !_open_log_file()) { in print()
414 WriteFile(_logfile, &c, 1, &cnt, 0); in print()
416 FlushFileBuffers(_logfile); in print()
538 _logfile = CreateFile(filepath, GENERIC_WRITE, 0, 0, in _open_log_file()
540 if (_logfile == INVALID_HANDLE_VALUE) in _open_log_file()