Searched defs:treat_abs (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dtlabel.c175 boolean_t treat_abs = B_FALSE; local
187 treat_abs = B_TRUE;
190 reszone = zone_find_by_any_path(respath, treat_abs);
202 if (treat_abs)
H A Dzone.c6953 * The treat_abs parameter indicates whether the path should be treated as
6960 zone_find_by_any_path(const char *path, boolean_t treat_abs) argument
6971 ASSERT(treat_abs);

Completed in 56 milliseconds