HomeSort by: relevance | last modified time | path
    Searched refs:HANDLE (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sys/arch/hpc/stand/hpcboot/
file_fat.h 39 HANDLE _handle;
console.h 67 HANDLE _handle;
82 static HANDLE OpenCOM1(void);
console.cpp 140 HANDLE
143 static HANDLE COM1handle = INVALID_HANDLE_VALUE;
147 HANDLE h;
hpcmenu.cpp 159 HANDLE file = CreateFile(filename, GENERIC_READ, 0, 0, OPEN_EXISTING,
190 HANDLE file = CreateFile(filename, GENERIC_WRITE, 0, 0,
  /src/common/dist/zlib/contrib/minizip/
iowin32.c 43 HANDLE hf;
73 static voidpf win32_build_iowin(HANDLE hFile) {
94 HANDLE hFile = NULL;
122 HANDLE hFile = NULL;
145 HANDLE hFile = NULL;
164 HANDLE hFile = NULL;
191 HANDLE hFile = NULL;
212 HANDLE hFile = NULL;
230 static BOOL MySetFilePointerEx(HANDLE hFile, LARGE_INTEGER pos, LARGE_INTEGER *newPos, DWORD dwMoveMethod) {
251 HANDLE hFile = NULL
    [all...]
minizip.c 80 HANDLE hFind;
miniunz.c 86 HANDLE hFile;
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
WindowsMMap.c 57 HANDLE mmap_fd, h;
61 mmap_fd = (HANDLE)_get_osfhandle(fd);
87 /* ruh-ro, we leaked handle from CreateFileMapping() ... */
109 /* FIXME: No longer have access to handle from CreateFileMapping(). */
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_symbolizer_win.cc 182 explicit ScopedHandle(HANDLE h) : h_(h) {}
187 HANDLE get() { return h_; }
188 HANDLE *receive() { return &h_; }
189 HANDLE release() {
190 HANDLE h = h_;
194 HANDLE h_;
250 nullptr, // Process handle not inheritable
251 nullptr, // Thread handle not inheritable
252 TRUE, // Set handle inheritance to TRUE
262 // Process creation succeeded, so transfer handle ownership into the fields
    [all...]
sanitizer_win.cc 576 HANDLE cur_process = GetCurrentProcess();
599 HMODULE handle = hmodules[i]; local in function:__sanitizer::ListOfModules::init
601 if (!GetModuleInformation(cur_process, handle, &mi, sizeof(mi)))
607 GetModuleFileNameW(handle, modname_utf16, kMaxPathLength);
662 // FIXME: Use the wide variants to handle Unicode filenames.
710 // Handle null optional parameters.
845 // Check based on flags if we should handle this exception.
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_malloc_win.cc 21 typedef void *HANDLE;
178 INTERCEPTOR_WINAPI(LPVOID, HeapAlloc, HANDLE hHeap, DWORD dwFlags,
192 INTERCEPTOR_WINAPI(BOOL, HeapFree, HANDLE hHeap, DWORD dwFlags, LPVOID lpMem) {
199 INTERCEPTOR_WINAPI(LPVOID, HeapReAlloc, HANDLE hHeap, DWORD dwFlags,
209 INTERCEPTOR_WINAPI(SIZE_T, HeapSize, HANDLE hHeap, DWORD dwFlags,
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_pthread_wrappers.h 29 typedef HANDLE pthread_t;
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtilWindows.cpp 63 // TODO: handle (Options.HandleXfsz)
87 HANDLE TimerQueue;
102 HANDLE Timer;
FuzzerIOWindows.cpp 35 HANDLE FileHandle(
109 HANDLE FindHandle(FindFirstFileA(Path.c_str(), &FindInfo));
  /src/sys/arch/hpc/stand/hpcboot/menu/
menu.h 89 HANDLE _logfile;
menu.cpp 572 HANDLE find;
  /src/sys/arch/hpcmips/stand/libsa/
winfs.c 48 HANDLE hDevice;
winblk.c 47 * DeviceIoControl(HANDLE hDevice, DWORD dwIoControlCode,
66 HANDLE hDevice;
  /src/sys/arch/hpcmips/stand/pbsdboot/
print.c 41 static HANDLE debug_log = INVALID_HANDLE_VALUE;
122 NULL /* handle to file with attributes to */
136 NULL /* handle to file with attributes to */
preference.c 100 argument file is handle that was already opened .
101 if read is faile , this function will "not" close this handle .
104 int read1byte(HANDLE file,char *c){
127 argument file is handle that was already opened .
128 if write is faile, this function will "not" close this handle .
131 int write1string(HANDLE file,char *string){
179 HANDLE file;
197 NULL /* handle to file with attributes to */
468 HANDLE file;
484 NULL /* handle to file with attributes to *
    [all...]
disptest.c 277 HANDLE fh = INVALID_HANDLE_VALUE;
294 NULL /* handle to file with attributes to */
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitUtils.c 71 static HANDLE allocator_mutex = 0;
91 static HANDLE global_mutex = 0;
  /src/sys/arch/hpc/stand/libsa/
winblk.c 47 * DeviceIoControl(HANDLE hDevice, DWORD dwIoControlCode,
66 HANDLE hDevice;
  /src/common/dist/zlib/contrib/untgz/
untgz.c 212 HANDLE hFile;
  /src/sys/arch/hpc/stand/hpcboot/arm/
arm_pxa2x0.cpp 219 HANDLE fh;

Completed in 25 milliseconds

1 2