Home
last modified time | relevance | path

Searched refs:DWORD (Results 1 – 25 of 249) sorted by relevance

12345678910

/freebsd/contrib/libfido2/src/
H A Dwebauthn.h143 DWORD dwVersion;
167 DWORD dwVersion;
170 DWORD cbId;
199 DWORD dwVersion;
202 DWORD cbClientDataJSON;
234 DWORD dwVersion;
245 DWORD cCredentialParameters;
258 DWORD dwVersion;
261 DWORD cbId;
272 DWORD cCredential
[all...]
H A Dhid_win.c28 DWORD, PDWORD, DWORD);
211 DWORD len = 0; in get_path()
255 hid_ok(HDEVINFO devinfo, DWORD idx) in hid_ok()
259 DWORD parent_type = DEVPROP_TYPE_STRING; in hid_ok()
260 DWORD len = 0; in hid_ok()
299 copy_info(fido_dev_info_t *di, HDEVINFO devinfo, DWORD idx, in copy_info()
374 DWORD idx; in fido_hid_manifest()
481 DWORD n; in fido_hid_read()
491 if (ReadFile(ctx->dev, ctx->report, (DWORD)(len + 1), &n, in fido_hid_read()
501 (DWORD)ms) != WAIT_OBJECT_0) in fido_hid_read()
[all …]
/freebsd/contrib/libpcap/
H A Dpcap-dos.h18 typedef unsigned long DWORD; typedef
128 DWORD size; /* size copied to this element */
143 DWORD base_addr; /* device I/O address */
146 DWORD mem_start; /* shared mem start */
147 DWORD mem_end; /* shared mem end */
148 DWORD rmem_start; /* shmem "recv" start */
149 DWORD rmem_end; /* shared "recv" end */
175 DWORD rx_packets; /* total packets received */
176 DWORD tx_packets; /* total packets transmitted */
177 DWORD rx_bytes; /* total bytes received */
[all …]
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dthread.h38 inline BOOL WaitSucceeded( DWORD dwWaitResult, DWORD dwHandleCount) { in WaitSucceeded()
43 inline BOOL WaitAbandoned( DWORD dwWaitResult, DWORD dwHandleCount) { in WaitAbandoned()
48 inline BOOL WaitTimeout( DWORD dwWaitResult) { in WaitTimeout()
52 inline BOOL WaitFailed( DWORD dwWaitResult) { in WaitFailed()
57 inline DWORD WaitSucceededIndex( DWORD dwWaitResult) { in WaitSucceededIndex()
61 inline DWORD WaitAbandonedIndex( DWORD dwWaitResult) { in WaitAbandonedIndex()
68 typedef DWORD isc_threadresult_t;
71 typedef DWORD isc_thread_key_t;
/freebsd/sys/dev/hptmv/
H A Dhptintf.h67 typedef DWORD DEVICEID;
269 DWORD dwSize;
359 DWORD Flags; /* working flags, see ARRAY_FLAG_XXX */
360 DWORD Members[MAX_ARRAY_MEMBERS_V1]; /* member array/disks */
369 DWORD RebuildingProgress;
370 DWORD RebuiltSectors; /* rebuilding point (LBA) for single member */
377 DWORD hi32;
378 DWORD lo32;
380 DWORD lo32;
381 DWORD hi32;
[all …]
H A Dosbsd.h208 DWORD dwIoControlCode, /* operation control code */
210 DWORD nInBufferSize, /* size of input data buffer */
212 DWORD nOutBufferSize, /* size of output data buffer */
276 DWORD state;
308 DWORD nSector;
313 int hpt_default_ioctl(_VBUS_ARG DWORD, PVOID, DWORD, PVOID, DWORD, PDWORD);
H A Dgui_lib.c115 static DWORD get_array_flag(PVDevice pVDevice) in get_array_flag()
118 DWORD f = 0; in get_array_flag()
202 static DWORD calc_rebuild_progress(PVDevice pVDevice) in calc_rebuild_progress()
205 DWORD result = ((ULONG)(pVDevice->u.array.RebuildSectors>>11)*1000 / in calc_rebuild_progress()
219 DWORD percent = ((ULONG)(pMember->u.array.RebuildSectors>>11)*1000 / in calc_rebuild_progress()
1126 DWORD dwIoControlCode, /* operation control code */ in hpt_default_ioctl()
1128 DWORD nInBufferSize, /* size of input data buffer */ in hpt_default_ioctl()
1130 DWORD nOutBufferSize, /* size of output data buffer */ in hpt_default_ioctl()
1139 if (nOutBufferSize != sizeof(DWORD)) return -1; in hpt_default_ioctl()
1140 *((DWORD*)lpOutBuffer) = HPT_INTERFACE_VERSION; in hpt_default_ioctl()
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm26 _DATA SEGMENT DWORD USE32 PUBLIC 'DATA'
28 CONST SEGMENT DWORD USE32 PUBLIC 'CONST'
30 _BSS SEGMENT DWORD USE32 PUBLIC 'BSS'
36 _TLS SEGMENT DWORD USE32 PUBLIC 'TLS'
88 mov eax, DWORD PTR _mode$[ebp]
89 mov ecx, DWORD PTR _mode2$[ebp]
92 mov edi, DWORD PTR _p$[ebp]
93 mov DWORD PTR _eax$[ edi ], eax
94 mov DWORD PTR _ebx$[ edi ], ebx
95 mov DWORD PTR _ecx$[ edi ], ecx
[all …]
H A Dkmp_environment.cpp104 DWORD rc; in __kmp_env_get()
107 DWORD error = GetLastError(); in __kmp_env_get()
113 DWORD len = rc; in __kmp_env_get()
122 DWORD error = GetLastError(); in __kmp_env_get()
157 DWORD rc; in __kmp_env_exists()
160 DWORD error = GetLastError(); in __kmp_env_exists()
194 DWORD error = GetLastError(); in __kmp_env_set()
201 DWORD error = GetLastError(); in __kmp_env_set()
217 DWORD error = GetLastError(); in __kmp_env_unset()
444 DWORD erro in __kmp_env_blk_init()
[all...]
H A Dkmp_io.cpp84 DWORD err = GetLastError(); in __kmp_redirect_output()
96 DWORD err = GetLastError(); in __kmp_redirect_output()
144 DWORD count; in __kmp_vprintf()
168 DWORD count; in __kmp_vprintf()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIALineNumber.cpp18 DWORD Line = 0; in getLineNumber()
23 DWORD LineEnd = 0; in getLineNumberEnd()
28 DWORD Column = 0; in getColumnNumber()
33 DWORD ColumnEnd = 0; in getColumnNumberEnd()
38 DWORD Section = 0; in getAddressSection()
43 DWORD Offset = 0; in getAddressOffset()
48 DWORD RVA = 0; in getRelativeVirtualAddress()
58 DWORD Length = 0; in getLength()
63 DWORD Id = 0; in getSourceFileId()
68 DWORD Id = 0; in getCompilandId()
/freebsd/contrib/libfido2/fuzz/
H A Dpcsc.c22 LONG __wrap_SCardEstablishContext(DWORD, LPCVOID, LPCVOID, LPSCARDCONTEXT);
25 LONG __wrap_SCardConnect(SCARDCONTEXT, LPCSTR, DWORD, DWORD, LPSCARDHANDLE,
27 LONG __wrap_SCardDisconnect(SCARDHANDLE, DWORD);
29 DWORD, SCARD_IO_REQUEST *, LPBYTE, LPDWORD);
32 __wrap_SCardEstablishContext(DWORD dwScope, LPCVOID pvReserved1, in __wrap_SCardEstablishContext()
69 *pcchReaders = (DWORD)reader_list->len; /* on purpose */ in __wrap_SCardListReaders()
83 __wrap_SCardConnect(SCARDCONTEXT hContext, LPCSTR szReader, DWORD dwShareMode, in __wrap_SCardConnect()
84 DWORD dwPreferredProtocols, LPSCARDHANDLE phCard, LPDWORD pdwActiveProtocol) in __wrap_SCardConnect()
108 __wrap_SCardDisconnect(SCARDHANDLE hCard, DWORD dwDisposition) in __wrap_SCardDisconnect()
120 LPCBYTE pbSendBuffer, DWORD cbSendLength, SCARD_IO_REQUEST *pioRecvPci, in __wrap_SCardTransmit()
[all …]
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_ioctl.h46 #define DWORD uint32_t macro
71 DWORD TargetId:24;
72 DWORD Bus:6;
73 DWORD Mode:2;
79 DWORD VolId:30;
80 DWORD Mode:2;
109 DWORD ErrorInfo;
115 DWORD offense_value;
124 DWORD ResidualCnt;
/freebsd/contrib/libpcap/rpcapd/
H A Dwin32-svc.c46 static void WINAPI svc_main(DWORD argc, char **argv);
47 static void WINAPI svc_control_handler(DWORD Opcode);
48 static void update_svc_status(DWORD state, DWORD progress_indicator);
72 svc_control_handler(DWORD Opcode) in svc_control_handler()
138 svc_main(DWORD argc, char **argv) in svc_main()
162 update_svc_status(DWORD state, DWORD progress_indicator) in update_svc_status()
/freebsd/contrib/libpcap/msdos/
H A Dpktdrvr.h74 DWORD inPackets; /* # of packets received */
75 DWORD outPackets; /* # of packets transmitted */
76 DWORD inBytes; /* # of bytes received */
77 DWORD outBytes; /* # of bytes transmitted */
78 DWORD inErrors; /* # of reception errors */
79 DWORD outErrors; /* # of transmission errors */
80 DWORD lost; /* # of packets lost (RX) */
132 extern DWORD PktRxDropped (void);
H A Dpktdrvr.c66 DWORD r_di;
67 DWORD r_si;
68 DWORD r_bp;
69 DWORD reserved;
70 DWORD r_bx;
71 DWORD r_dx;
72 DWORD r_cx;
73 DWORD r_ax;
84 DWORD _pktDrop;
111 extern DWORD pktDrop; /* # packets dropped in PktReceiver() */
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A Diocp-internal.h58 typedef BOOL (WINAPI *AcceptExPtr)(SOCKET, SOCKET, PVOID, DWORD, DWORD, DWORD, LPDWORD, LPOVERLAPPE…
59 typedef BOOL (WINAPI *ConnectExPtr)(SOCKET, const struct sockaddr *, int, PVOID, DWORD, LPDWORD, LP…
60 typedef void (WINAPI *GetAcceptExSockaddrsPtr)(PVOID, DWORD, DWORD, DWORD, LPSOCKADDR *, LPINT, LPS…
/freebsd/contrib/libevent/
H A Diocp-internal.h58 typedef BOOL (WINAPI *AcceptExPtr)(SOCKET, SOCKET, PVOID, DWORD, DWORD, DWORD, LPDWORD, LPOVERLAPPE…
59 typedef BOOL (WINAPI *ConnectExPtr)(SOCKET, const struct sockaddr *, int, PVOID, DWORD, LPDWORD, LP…
60 typedef void (WINAPI *GetAcceptExSockaddrsPtr)(PVOID, DWORD, DWORD, DWORD, LPSOCKADDR *, LPINT, LPS…
/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp33 std::vector<DWORD> Notifications;
90 DWORD Size = GetFinalPathNameByHandleW(DirectoryHandle, NULL, 0, 0); in DirectoryWatcherWindows()
103 Notifications.resize((4 * EntrySize) / sizeof(DWORD)); in DirectoryWatcherWindows()
146 DWORD NotifyFilter = FILE_NOTIFY_CHANGE_FILE_NAME in WatcherThreadProc()
152 DWORD BytesTransferred; in WatcherThreadProc()
154 Notifications.size() * sizeof(DWORD), in WatcherThreadProc()
243 auto error(DWORD ErrorCode) { in error()
244 DWORD Flags = FORMAT_MESSAGE_ALLOCATE_BUFFER in error()
279 DWORD DesiredAccess = FILE_LIST_DIRECTORY; in create()
280 DWORD ShareMode = FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE; in create()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_win.cpp30 InternalMmapVector<DWORD> threadIds;
83 DWORD WINAPI RunThread(void *argument) { in RunThread()
86 const DWORD this_thread = GetCurrentThreadId(); in RunThread()
87 const DWORD this_process = GetCurrentProcessId(); in RunThread()
125 if (SuspendThread(thread) == (DWORD)-1) { in RunThread()
126 DWORD last_error = GetLastError(); in RunThread()
163 DWORD trace_thread_id; in StopTheWorld()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_named_pipe.c24 LPCSTR, DWORD, PSECURITY_DESCRIPTOR *, PULONG);
26 LPCWSTR, DWORD, PSECURITY_DESCRIPTOR *, PULONG);
89 static VOID WINAPI ctrl_iface_read_completed(DWORD err, DWORD bytes,
96 static VOID WINAPI global_iface_read_completed(DWORD err, DWORD bytes,
102 DWORD err; in ctrl_broken_pipe()
135 DWORD err; in ctrl_open_pipe()
254 static VOID WINAPI ctrl_iface_write_completed(DWORD err, DWORD bytes, in ctrl_iface_write_completed()
345 static VOID WINAPI ctrl_iface_read_completed(DWORD err, DWORD bytes, in ctrl_iface_read_completed()
360 DWORD bytes; in wpa_supplicant_ctrl_iface_receive()
487 DWORD written; in wpa_supplicant_ctrl_iface_send()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOWindows.cpp26 static bool IsFile(const std::string &Path, const DWORD &FileAttributes) { in IsFile()
44 DWORD FileType = GetFileType(FileHandle); in IsFile()
63 DWORD Att = GetFileAttributesA(Path.c_str()); in IsFile()
74 static bool IsDir(DWORD FileAttrs) { in IsDir()
80 DWORD Att = GetFileAttributesA(Path.c_str()); in IsDirectory()
101 DWORD LastError = GetLastError(); in FileSize()
152 DWORD LastError = GetLastError(); in ListFilesInDirRecursive()
169 DWORD DirAttrs = GetFileAttributesA(Dir.c_str()); in IterateDirRecursive()
181 DWORD LastError = GetLastError(); in IterateDirRecursive()
192 DWORD PathAttrs = FindInfo.dwFileAttributes; in IterateDirRecursive()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DWindowsMMap.c38 DWORD flProtect; in mmap()
62 DWORD dwDesiredAccess; in mmap()
127 static int lock(HANDLE handle, DWORD lockType, BOOL blocking) {
128 DWORD flags = lockType; in lock()
137 DWORD dw = GetLastError(); in lock()
148 DWORD dwNumBytes; in lock()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c104 #define REQUIRED_MAX_V (DWORD)10
105 #define REQUIRED_MIN_V (DWORD)0
106 #define REQUIRED_BUILD (DWORD)17763
171 DWORD dwFlag = 0; in IsConsoleHandle()
246 DWORD dwFlag = 0; in _nc_console_setmode()
265 dwFlag &= (DWORD) ~ (VT_FLAG_IN); in _nc_console_setmode()
291 dwFlag &= (DWORD) ~ (VT_FLAG_IN); in _nc_console_setmode()
307 DWORD dwFlag = 0; in _nc_console_getmode()
840 DWORD nRead = 0, rc = (DWORD) (-1); in _nc_console_twait()
868 rc = WaitForSingleObject(hdl, (DWORD) milliseconds); in _nc_console_twait()
[all …]
/freebsd/contrib/processor-trace/include/windows/
H A Dthreads.h60 static DWORD WINAPI thrd_routine(void *arg) in thrd_routine()
67 return (DWORD) -1; in thrd_routine()
75 return (DWORD) result; in thrd_routine()
105 DWORD status; in thrd_join()
116 DWORD result; in thrd_join()

12345678910