Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dkern_proc.c152 #define PT_F_TYPEBITS (PT_F_FREE|PT_F_PROC) macro
164 #define PT_GET_TYPE(s) ((s) & PT_F_TYPEBITS)