Searched refs:__PMC_STATE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/sys/
H A Dpmc.h160 __PMC_STATE(DISABLED) \
161 __PMC_STATE(FREE)
164 __PMC_STATE(ALLOCATED) \
165 __PMC_STATE(STOPPED) \
166 __PMC_STATE(RUNNING) \
167 __PMC_STATE(DELETED)
174 #undef __PMC_STATE macro
175 #define __PMC_STATE(S) PMC_STATE_##S, macro
177 __PMC_STATE(MAX) enumerator in enum:pmc_state
/freebsd-10.1-release/lib/libpmc/
H A Dlibpmc.c412 #undef __PMC_STATE macro
413 #define __PMC_STATE(S) #S , macro

Completed in 163 milliseconds