Searched refs:ZeroMemory (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/sqlite3/tea/win/ |
H A D | nmakehlp.c | 210 ZeroMemory(&pi, sizeof(PROCESS_INFORMATION)); in CheckForCompilerFeature() 211 ZeroMemory(&si, sizeof(STARTUPINFO)); in CheckForCompilerFeature() 216 ZeroMemory(&sa, sizeof(SECURITY_ATTRIBUTES)); in CheckForCompilerFeature() 346 ZeroMemory(&pi, sizeof(PROCESS_INFORMATION)); in CheckForLinkerFeature() 347 ZeroMemory(&si, sizeof(STARTUPINFO)); in CheckForLinkerFeature() 352 ZeroMemory(&sa, sizeof(SECURITY_ATTRIBUTES)); in CheckForLinkerFeature()
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | flock.c | 98 ZeroMemory(&ov, sizeof(ov)); in rk_flock()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | WindowsMMap.c | 133 ZeroMemory(&overlapped, sizeof(OVERLAPPED)); in lock()
|
/freebsd/sys/dev/hptmv/ |
H A D | global.h | 150 #define ZeroMemory(a, b) memset((char *)a, 0, b) macro
|
H A D | array.h | 247 ZeroMemory(pVArray, ARRAY_VDEV_SIZE); \
|
H A D | gui_lib.c | 358 ZeroMemory(cap, sizeof(DRIVER_CAPABILITIES)); in hpt_get_driver_capabilities() 739 ZeroMemory(TempBuffer, 512); in hpt_create_array_v2() 999 ZeroMemory((char *)pbuffer, 512); in hpt_add_spare_disk()
|
H A D | ioctl.c | 117 ZeroMemory(&e, sizeof(e)); in ioctl_ReportEvent()
|
H A D | entry.c | 2688 ZeroMemory(ccb->csio.data_ptr, ccb->csio.dxfer_len); in OsSendCommand()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_util.c | 382 ZeroMemory(&createExParams, sizeof(createExParams)); in __archive_mktempx()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_win32con.c | 118 ZeroMemory(&osvi, sizeof(OSVERSIONINFO)); in _nc_console_vt_supported()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 7850 bool ZeroMemory = Intrinsic == Intrinsic::aarch64_settag_zero; in visitIntrinsicCall() local 7854 ZeroMemory); in visitIntrinsicCall()
|