Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/raid/hptmv/
H A Dglobal.h145 #define ZeroMemory(a, b) memset((char *)a, 0, b) macro
H A Darray.h247 ZeroMemory(pVArray, ARRAY_VDEV_SIZE); \
H A Dgui_lib.c358 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 Dioctl.c117 ZeroMemory(&e, sizeof(e)); in ioctl_ReportEvent()
H A Dentry.c2710 ZeroMemory(ccb->csio.data_ptr, ccb->csio.dxfer_len); in OsSendCommand()