Home
last modified time | relevance | path

Searched defs:__DECONST (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/compat/bhyve/sys/
H A Dcdefs.h103 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dsysmacros.h70 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dcdefs.h652 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var)) macro