Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/x86/include/
H A D_types.h108 typedef __uint64_t __uintptr_t; typedef
117 typedef __uint32_t __uintptr_t; typedef
/illumos-gate/usr/src/boot/sys/sys/
H A Dcdefs.h482 ((__size_t)(__uintptr_t)((const volatile void *)&((type *)0)->field))
652 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var))
656 #define __DEVOLATILE(type, var) ((type)(__uintptr_t)(volatile void *)(var))
660 #define __DEQUALIFY(type, var) ((type)(__uintptr_t)(const volatile void *)(var))
H A D_stdint.h78 typedef __uintptr_t uintptr_t;
H A Dsocket.h93 typedef __uintptr_t uintptr_t;
/illumos-gate/usr/src/compat/bhyve/sys/
H A Dcdefs.h93 ((__size_t)(__uintptr_t)((const volatile void *)&((type *)0)->field))