Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/ktrace/ !
H A Dkpc_tests.c705 #define KPC_DESC_COUNTER(DESC) (((DESC) >> 32) & 0xff) argument
706 #define KPC_DESC_FLAGS(DESC) ((DESC) >> 48) argument
/xnu-8019.80.24/bsd/dev/ !
H A Dmonotonic.c431 #define MT_SYSCTL(NAME, ARG, FLAGS, SIZE, SIZESTR, DESC) \ argument
434 (void *)(ARG), SIZE, mt_sysctl, SIZESTR, DESC)