Searched refs:__uintptr_t (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A D_stdint.h78 typedef __uintptr_t uintptr_t;
H A Dcdefs.h480 ((__size_t)(__uintptr_t)((const volatile void *)&((type *)0)->field))
650 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var))
654 #define __DEVOLATILE(type, var) ((type)(__uintptr_t)(volatile void *)(var))
658 #define __DEQUALIFY(type, var) ((type)(__uintptr_t)(const volatile void *)(var))
H A Dsocket.h93 typedef __uintptr_t uintptr_t;
/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

Completed in 49 milliseconds