Home
last modified time | relevance | path

Searched refs:global_flags (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c1388 int signal, local_flags, global_flags; in print_rctls() local
1450 global_flags = rctlblk_get_global_flags(iter_val->rblk); in print_rctls()
1453 if (global_flags & RCTL_GLOBAL_BYTES) { in print_rctls()
1457 } else if (global_flags & RCTL_GLOBAL_SECONDS) { in print_rctls()
1516 if (global_flags & RCTL_GLOBAL_INFINITE) { in print_rctls()
/illumos-gate/usr/src/uts/common/os/
H A Drctl.c2326 int global_flags, in rctl_register() argument
2344 if (global_flags & RCTL_GLOBAL_DENY_NEVER) in rctl_register()
2365 rctl_de->rcd_flagaction = global_flags; in rctl_register()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw.h1353 uint32_t global_flags; member
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c6098 uint_t global_flags; in zonecfg_valid_rctl() local
6128 global_flags = rctlblk_get_global_flags(current); in zonecfg_valid_rctl()
6129 if ((global_flags & RCTL_GLOBAL_DENY_NEVER) && in zonecfg_valid_rctl()
6132 if ((global_flags & RCTL_GLOBAL_DENY_ALWAYS) && in zonecfg_valid_rctl()