Searched defs:isglobal (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/initpkg/
H A Dmountall.sh130 isglobal() { function
279 isglobal "$mntopts" || continue
285 isglobal "$mntopts" && continue
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dmem.c97 int isglobal = (getzoneid() == GLOBAL_ZONEID); local
100 if (isglobal && (nmp = topo_mod_load(mod, PLATFORM_MEM_NAME,
116 if (isglobal && topo_mod_enumerate(nmp, pnode, PLATFORM_MEM_NAME, name,
H A Dhc.c315 int isglobal = (getzoneid() == GLOBAL_ZONEID); local
336 if (!isglobal)
/illumos-gate/usr/src/cmd/tsol/tnchkdb/
H A Dtnchkdb.c501 check_mlp_conflicts(tsol_mlp_t *mlps, boolean_t isglobal, const char *name, argument
523 gettext(isglobal ? "global" : "zone-specific"),
530 if (isglobal) {

Completed in 67 milliseconds