Home
last modified time | relevance | path

Searched refs: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); in mem_enum() local
100 if (isglobal && (nmp = topo_mod_load(mod, PLATFORM_MEM_NAME, in mem_enum()
116 if (isglobal && topo_mod_enumerate(nmp, pnode, PLATFORM_MEM_NAME, name, in mem_enum()
H A Dhc.c255 int isglobal = (getzoneid() == GLOBAL_ZONEID); in hc_enum() local
276 if (!isglobal) in hc_enum()
/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) {