OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_logfile
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hpc/stand/hpcboot/menu/
menu.h
89
HANDLE
_logfile
;
member in class:ConsoleTabWindow
98
_logfile
= INVALID_HANDLE_VALUE;
101
if (
_logfile
!= INVALID_HANDLE_VALUE)
102
CloseHandle(
_logfile
);
menu.cpp
404
if (
_logfile
== INVALID_HANDLE_VALUE && !_open_log_file()) {
414
WriteFile(
_logfile
, &c, 1, &cnt, 0);
416
FlushFileBuffers(
_logfile
);
538
_logfile
= CreateFile(filepath, GENERIC_WRITE, 0, 0,
540
if (
_logfile
== INVALID_HANDLE_VALUE)
Completed in 12 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025