Home
last modified time | relevance | path

Searched refs:DbgGetIoctlStr (Results 1 – 2 of 2) sorted by relevance

/reactos/drivers/storage/class/classpnp/
H A Ddebug.h25 #define DBGGETIOCTLSTR(_ioctl) DbgGetIoctlStr(_ioctl)
32 char *DbgGetIoctlStr(ULONG ioctl);
H A Ddebug.c571 char *DbgGetIoctlStr(ULONG ioctl) in DbgGetIoctlStr() function