Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dcdefs.h496 __DEQUALIFY(s *, (const volatile char *)__x - __offsetof(s, m));\
500 __DEQUALIFY(s *, (const volatile char *)(x) - __offsetof(s, m))
635 #ifndef __DEQUALIFY
636 #define __DEQUALIFY(type, var) ((type)(__uintptr_t)(const volatile void *)(var)) macro
/f-stack/freebsd/kern/
H A Dkern_rmlock.c843 ddb_display_cpuset(__DEQUALIFY(const cpuset_t *, &rm->rm_writecpus)); in db_show_rm()