Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dcdefs.h485 #ifndef __DEQUALIFY
486 #define __DEQUALIFY(type, var) __CAST_AWAY_QUALIFIER(var, const volatile, type) macro
/xnu-11215.81.4/bsd/netinet/
H A Din_pcb.c721 __DEQUALIFY(_type, __roundup_align_ptr); \ in in_pcballoc()