Searched refs:__DECONST (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/compat/bhyve/sys/ |
H A D | cdefs.h | 102 #ifndef __DECONST 103 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro
|
/illumos-gate/usr/src/boot/libsa/ |
H A D | write.c | 82 btodb(f->f_offset), bcount, __DECONST(void *, dest), in write()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sysmacros.h | 69 #ifndef __DECONST 70 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro
|
/illumos-gate/usr/src/common/lz4/ |
H A D | lz4.c | 355 #define A64(x) (((U64_S *)(__DECONST(void *, x)))->v) 356 #define A32(x) (((U32_S *)(__DECONST(void *, x)))->v) 357 #define A16(x) (((U16_S *)(__DECONST(void *, x)))->v)
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | cdefs.h | 651 #ifndef __DECONST 652 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var)) macro
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | config.c | 77 nvl = __DECONST(nvlist_t *, in _lookup_config_node()
|
H A D | bhyverun.c | 298 token = __DECONST(char *, list); in parse_cpuset()
|