Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDcdefs.h500 __DEQUALIFY(s *, (const volatile char *)__x - __offsetof(s, m));\
504 __DEQUALIFY(s *, (const volatile char *)(x) - __offsetof(s, m))
657 #ifndef __DEQUALIFY
658 #define __DEQUALIFY(type, var) ((type)(__uintptr_t)(const volatile void *)(var)) macro
/NextBSD/sys/kern/
HDkern_rmlock.c843 ddb_display_cpuset(__DEQUALIFY(const cpuset_t *, &rm->rm_writecpus)); in db_show_rm()