Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dexec_attr.h78 #define GET_ALL 1 macro
82 #define IS_GET_ONE(f) (((f) & GET_ALL) == 0)
84 #define IS_GET_ALL(f) (((f) & GET_ALL) == 1)
/illumos-gate/usr/src/cmd/getent/
H A Ddogetexecattr.c80 pexec = getexecprof(*list, NULL, NULL, GET_ALL); in dogetexecattr()
/illumos-gate/usr/src/cmd/profiles/
H A Dprofiles.c149 GET_ALL|__SEARCH_ALL_POLS); in show_profs()