Searched refs:overlapped (Results 1 – 21 of 21) sorted by relevance
| /openbsd/src/gnu/llvm/lldb/source/Host/windows/ |
| D | LockFileWindows.cpp | 21 OVERLAPPED overlapped = {}; in fileLock() local 23 if (!::LockFileEx(file_handle, flags, 0, len, 0, &overlapped) && in fileLock() 28 if (!::GetOverlappedResult(file_handle, &overlapped, &bytes, TRUE)) in fileLock() 63 OVERLAPPED overlapped = {}; in DoUnlock() local 65 if (!::UnlockFileEx(m_file, 0, m_len, 0, &overlapped) && in DoUnlock() 70 if (!::GetOverlappedResult(m_file, &overlapped, &bytes, TRUE)) in DoUnlock()
|
| /openbsd/src/usr.sbin/npppd/npppd/ |
| D | radius_req.c | 54 struct overlapped { struct 71 static int radius_request0(struct overlapped *); argument 72 static int radius_prepare_socket(struct overlapped *); 101 struct overlapped *lap; in radius_request() 178 struct overlapped *lap; in radius_request_can_failover() 198 struct overlapped *lap; in radius_request_failover() 219 radius_prepare_socket(struct overlapped *lap) in radius_prepare_socket() 269 struct overlapped *lap; in radius_prepare() 276 if ((lap = calloc(1, sizeof(struct overlapped))) == NULL) { in radius_prepare() 311 struct overlapped *lap = ctx; in radius_cancel_request() [all …]
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/profile/ |
| D | WindowsMMap.c | 133 OVERLAPPED overlapped; in lock() local 134 ZeroMemory(&overlapped, sizeof(OVERLAPPED)); in lock() 135 overlapped.hEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in lock() 136 BOOL result = LockFileEx(handle, flags, 0, MAXDWORD, MAXDWORD, &overlapped); in lock() 150 if (!GetOverlappedResult(handle, &overlapped, &dwNumBytes, TRUE)) in lock()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| D | c-z80.texi | 203 The section is to be overlapped with other sections of the same name by
|
| /openbsd/src/share/snmp/ |
| D | VM-MIB.txt | 797 -- document defines some overlapped objects with hrStorage in
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ |
| D | README.txt | 2120 We don't fold this because we don't want to introduce an overlapped live range
|
| /openbsd/src/gnu/gcc/libcpp/po/ |
| D | ja.po | 7883 #~ msgid "In %s: overlapped variable and exception ranges at %d"
|
| D | rw.po | 17156 #~ msgid "In %s: overlapped variable and exception ranges at %d"
|
| D | da.po | 13845 #~ msgid "In %s: overlapped variable and exception ranges at %d"
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/po/ |
| D | gcc.pot | 19954 msgid "In %s: overlapped variable and exception ranges at %d"
|
| D | el.po | 20093 msgid "In %s: overlapped variable and exception ranges at %d"
|
| D | be.po | 19798 msgid "In %s: overlapped variable and exception ranges at %d"
|
| D | nl.po | 20378 msgid "In %s: overlapped variable and exception ranges at %d"
|
| D | ja.po | 20575 msgid "In %s: overlapped variable and exception ranges at %d"
|
| D | de.po | 19684 msgid "In %s: overlapped variable and exception ranges at %d"
|
| D | rw.po | 22578 msgid "In %s: overlapped variable and exception ranges at %d"
|
| D | sv.po | 20330 msgid "In %s: overlapped variable and exception ranges at %d"
|
| D | ca.po | 19695 msgid "In %s: overlapped variable and exception ranges at %d"
|
| D | da.po | 19837 msgid "In %s: overlapped variable and exception ranges at %d"
|
| D | tr.po | 19965 msgid "In %s: overlapped variable and exception ranges at %d"
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | ChangeLog.6 | 3677 clear overlapped value, don't just CC_STATUS_INIT.
|