Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dexec_attr.h79 #define __SEARCH_ALL_POLS 2 macro
86 #define IS_SEARCH_ALL(f) (((f) & __SEARCH_ALL_POLS) == __SEARCH_ALL_POLS)
/illumos-gate/usr/src/cmd/profiles/
H A Dprofiles.c149 GET_ALL|__SEARCH_ALL_POLS); in show_profs()