Searched refs:isglobal (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/initpkg/ |
H A D | mountall.sh | 129 isglobal() { function 278 isglobal "$mntopts" || continue 284 isglobal "$mntopts" && continue
|
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | mem.c | 97 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 D | hc.c | 315 int isglobal = (getzoneid() == GLOBAL_ZONEID); in hc_enum() local 336 if (!isglobal) in hc_enum()
|
/titanic_41/usr/src/cmd/tsol/tnchkdb/ |
H A D | tnchkdb.c | 501 check_mlp_conflicts(tsol_mlp_t *mlps, boolean_t isglobal, const char *name, argument 523 gettext(isglobal ? "global" : "zone-specific"), 530 if (isglobal) {
|