Home
last modified time | relevance | path

Searched refs:ZeroMemory (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/heimdal/lib/roken/
H A Dflock.c98 ZeroMemory(&ov, sizeof(ov)); in rk_flock()
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DWindowsMMap.c133 ZeroMemory(&overlapped, sizeof(OVERLAPPED)); in lock()
/freebsd/sys/dev/hptmv/
H A Dglobal.h150 #define ZeroMemory(a, b) memset((char *)a, 0, b) macro
H A Darray.h247 ZeroMemory(pVArray, ARRAY_VDEV_SIZE); \
H A Dgui_lib.c357 ZeroMemory(cap, sizeof(DRIVER_CAPABILITIES)); in hpt_get_driver_capabilities()
737 ZeroMemory(TempBuffer, 512); in hpt_create_array_v2()
997 ZeroMemory((char *)pbuffer, 512); in hpt_add_spare_disk()
H A Dioctl.c117 ZeroMemory(&e, sizeof(e)); in ioctl_ReportEvent()
H A Dentry.c2686 ZeroMemory(ccb->csio.data_ptr, ccb->csio.dxfer_len); in OsSendCommand()
/freebsd/crypto/krb5/src/windows/leash/
H A DLeashAboutBox.cpp341 ZeroMemory(&sei,sizeof(sei)); in OnDblclkLeashModuleLb()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_util.c384 ZeroMemory(&createExParams, sizeof(createExParams)); in __archive_mktempx()
/freebsd/crypto/krb5/src/windows/installer/wix/custom/
H A Dcustom.cpp560 ZeroMemory ( &sei, sizeof(sei) );
/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_mslsa.c331 ZeroMemory(creds, sizeof(krb5_creds)); in MSCredToMITCred()
363 ZeroMemory(creds, sizeof(krb5_creds)); in CacheInfoEx2ToMITCred()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c113 ZeroMemory(&osvi, sizeof(OSVERSIONINFO)); in _nc_console_vt_supported()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7850 bool ZeroMemory = Intrinsic == Intrinsic::aarch64_settag_zero; in visitIntrinsicCall() local
7854 ZeroMemory); in visitIntrinsicCall()
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c6312 ZeroMemory(&startInfo, sizeof(startInfo)); in JimStartWinProcess()