Home
last modified time | relevance | path

Searched refs:HANDLE (Results 1 – 25 of 164) sorted by relevance

1234567

/freebsd/contrib/wpa/src/drivers/
H A Ddriver_ndis.h14 struct ndis_events_data * ndis_events_init(HANDLE *read_pipe, HANDLE *event,
31 HANDLE event_queue; /* NDISUIO notifier MsgQueue */
32 HANDLE connected_event; /* WpaSupplicantConnected event */
36 HANDLE ndisuio;
54 HANDLE events_pipe, event_avail;
/freebsd/contrib/ncurses/include/
H A Dnc_win32.h95 extern NCURSES_EXPORT(HANDLE) _nc_console_handle(int fd);
98 extern NCURSES_EXPORT(int) _nc_console_read(SCREEN *sp,HANDLE hdl,int *buf);
99 extern NCURSES_EXPORT(int) _nc_console_twait(SCREEN *, HANDLE,int,int,int * EVENTLIST_2nd(_nc_ev…
104 extern NCURSES_EXPORT(int) _nc_console_testmouse(SCREEN *,HANDLE,int EVENTLIST_2nd(_nc_eventlist…
153 HANDLE out;
154 HANDLE inp;
155 HANDLE hdl;
156 HANDLE lastOut;
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-cygwin_util.h38 typedef void *HANDLE; typedef
39 #define INVALID_HANDLE_VALUE ((HANDLE) -1)
45 extern HANDLE cygwin_logon_user (const struct passwd *, const char *);
46 extern void cygwin_set_impersonation_token (const HANDLE);
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DWindowsMMap.c53 HANDLE mmap_fd, h; in mmap()
57 mmap_fd = (HANDLE)_get_osfhandle(fd); in mmap()
127 static int lock(HANDLE handle, DWORD lockType, BOOL blocking) {
158 HANDLE handle = (HANDLE)_get_osfhandle(fd); in flock()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h146 operator HANDLE() const { return h; }
150 HANDLE h; in stat_handle()
153 inline int stat_handle(HANDLE h, StatT* buf) { in stat_handle()
202 HANDLE h = reinterpret_cast<HANDLE>(_get_osfhandle(fd)); in fstat()
253 inline int truncate_handle(HANDLE h, off_t length) {
264 HANDLE h = reinterpret_cast<HANDLE>(_get_osfhandle(fd)); in ftruncate()
376 inline int fchmod_handle(HANDLE h, int perms) { in realpath()
416 HANDLE in fchmodat()
141 operator HANDLE() const { return h; } HANDLE() function
[all...]
/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp39 HANDLE Terminate;
73 DirectoryWatcherWindows(HANDLE DirectoryHandle, bool WaitForInitialSync,
79 void WatcherThreadProc(HANDLE DirectoryHandle);
84 HANDLE DirectoryHandle, bool WaitForInitialSync, in DirectoryWatcherWindows()
141 void DirectoryWatcherWindows::WatcherThreadProc(HANDLE DirectoryHandle) { in WatcherThreadProc()
168 HANDLE Handles[2] = { Terminate, Overlapped.hEvent }; in WatcherThreadProc()
284 HANDLE DirectoryHandle = in create()
/freebsd/contrib/wpa/src/l2_packet/
H A Dl2_packet_ndis.c42 HANDLE driver_ndis_get_ndisuio_handle(void);
58 HANDLE rx_thread;
59 HANDLE stop_request;
60 HANDLE ready_for_read;
61 HANDLE rx_processed;
75 HANDLE rx_avail;
162 HANDLE handles[2]; in l2_packet_rx_thread_try_read()
200 HANDLE handles[2]; in l2_packet_rx_thread()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_win.cpp183 explicit ScopedHandle(HANDLE h) : h_(h) {}
188 HANDLE get() { return h_; } in ~ScopedHandle()
189 HANDLE *receive() { return &h_; } in ~ScopedHandle()
190 HANDLE release() { in get()
191 HANDLE h = h_; in receive()
195 HANDLE h_; in release()
H A Dsanitizer_stoptheworld_win.cpp29 InternalMmapVector<HANDLE> threadHandles;
94 const HANDLE threads = CreateToolhelp32Snapshot(TH32CS_SNAPTHREAD, 0); in RunThread()
121 const HANDLE thread = in RunThread()
/freebsd/contrib/ntp/sntp/libevent/
H A Devent_iocp.c68 HANDLE p = port->port; in loop()
105 HANDLE h; in event_iocp_port_associate_()
106 h = CreateIoCompletionPort((HANDLE)fd, port->port, key, port->n_threads); in event_iocp_port_associate_()
190 port->threads = mm_calloc(port->n_threads, sizeof(HANDLE)); in event_iocp_port_launch_()
208 port->threads[i] = (HANDLE)th; in event_iocp_port_launch_()
H A Diocp-internal.h77 HANDLE port;
88 HANDLE *threads;
92 HANDLE *shutdownSemaphore;
/freebsd/contrib/libevent/
H A Devent_iocp.c68 HANDLE p = port->port; in loop()
105 HANDLE h; in event_iocp_port_associate_()
106 h = CreateIoCompletionPort((HANDLE)fd, port->port, key, port->n_threads); in event_iocp_port_associate_()
190 port->threads = mm_calloc(port->n_threads, sizeof(HANDLE)); in event_iocp_port_launch_()
208 port->threads[i] = (HANDLE)th; in event_iocp_port_launch_()
H A Diocp-internal.h77 HANDLE port;
88 HANDLE *threads;
92 HANDLE *shutdownSemaphore;
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_io.cpp48 static HANDLE __kmp_stdout = NULL;
49 static HANDLE __kmp_stderr = NULL;
70 HANDLE ho;
71 HANDLE he; in __kmp_close_console()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c158 NCURSES_EXPORT(HANDLE)
162 return (HANDLE) value; in _nc_console_handle()
169 IsConsoleHandle(HANDLE hdl) in IsConsoleHandle()
197 HANDLE hdl = INVALID_HANDLE_VALUE; in _nc_console_test()
215 NCURSES_EXPORT(HANDLE)
218 HANDLE hdl = _nc_console_handle(fd); in _nc_console_fd2handle()
244 _nc_console_setmode(HANDLE hdl, const TTY * arg) in _nc_console_setmode()
248 HANDLE alt; in _nc_console_setmode()
302 _nc_console_getmode(HANDLE hdl, TTY * arg) in _nc_console_getmode()
308 HANDLE alt; in _nc_console_getmode()
[all …]
H A Dlib_win32util.c64 HANDLE handle = _nc_console_handle(fd); in NCURSES_EXPORT()
82 HANDLE pHandle = OpenProcess(PROCESS_CREATE_THREAD in NCURSES_EXPORT()
/freebsd/contrib/libfido2/src/
H A Dhid_win.c37 HANDLE dev;
46 is_fido(HANDLE dev) in is_fido()
71 get_report_len(HANDLE dev, int dir, size_t *report_len) in get_report_len()
107 get_id(HANDLE dev, int16_t *vendor_id, int16_t *product_id) in get_id()
125 get_manufacturer(HANDLE dev, char **manufacturer) in get_manufacturer()
166 get_product(HANDLE dev, char **product) in get_product()
302 HANDLE dev = INVALID_HANDLE_VALUE; in copy_info()
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dcondition.h34 HANDLE handle[2];
40 HANDLE events[2];
H A Dthread.h33 inline BOOL IsValidHandle( HANDLE hHandle) { in IsValidHandle()
67 typedef HANDLE isc_thread_t;
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc111 HANDLE hProcess, DWORD64 qwBaseAddress, PVOID lpBuffer, DWORD nSize,
114 typedef PVOID(__stdcall *PFUNCTION_TABLE_ACCESS_ROUTINE64)(HANDLE ahProcess,
117 typedef DWORD64(__stdcall *PGET_MODULE_BASE_ROUTINE64)(HANDLE hProcess,
120 typedef DWORD64(__stdcall *PTRANSLATE_ADDRESS_ROUTINE64)(HANDLE hProcess,
121 HANDLE hThread,
124 typedef BOOL(WINAPI *fpMiniDumpWriteDump)(HANDLE, DWORD, HANDLE, MINIDUMP_TYPE,
130 typedef BOOL(WINAPI *fpStackWalk64)(DWORD, HANDLE, HANDLE, LPSTACKFRAME64,
137 typedef DWORD64(WINAPI *fpSymGetModuleBase64)(HANDLE, DWORD64);
140 typedef BOOL(WINAPI *fpSymGetSymFromAddr64)(HANDLE, DWORD64, PDWORD64,
144 typedef BOOL(WINAPI *fpSymGetLineFromAddr64)(HANDLE, DWORD64, PDWORD,
[all …]
/freebsd/contrib/wpa/src/utils/
H A Deloop_win.c29 HANDLE event;
66 HANDLE term_event;
68 HANDLE *handles;
99 HANDLE *n; in eloop_prepare_handles()
188 HANDLE h = event; in eloop_register_event()
190 if (event_size != sizeof(HANDLE) || h == INVALID_HANDLE_VALUE) in eloop_register_event()
215 HANDLE h = event; in eloop_unregister_event()
218 event_size != sizeof(HANDLE)) in eloop_unregister_event()
/freebsd/contrib/ntp/util/
H A Dsht.c73 HANDLE shmid; in getShmTime()
80 shmid=CreateFileMapping ((HANDLE)0xffffffff, 0, PAGE_READWRITE, in getShmTime()
83 shmid=CreateFileMapping ((HANDLE)0xffffffff, 0, PAGE_READWRITE, in getShmTime()
/freebsd/crypto/openssl/crypto/
H A Dcryptlib.c51 HANDLE mod = GetModuleHandle(NULL); in OPENSSL_isservice()
118 HANDLE h; in OPENSSL_showfatal()
209 HANDLE hEventLog = RegisterEventSource(NULL, _T("OpenSSL")); in OPENSSL_showfatal()
/freebsd/contrib/expat/xmlwf/
H A Dwin32filemap.c60 HANDLE f; in filemap()
61 HANDLE m; in filemap()
/freebsd/crypto/heimdal/lib/roken/
H A Dflock.c87 HANDLE hFile; in rk_flock()
92 hFile = (HANDLE) _get_osfhandle(fd); in rk_flock()

1234567