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

/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c112 static int arg_global_flags = 0; variable
445 arg_global_flags = rctlblk_get_global_flags(rctlblkA);
448 if (arg_global_flags & RCTL_GLOBAL_BYTES) {
452 } else if (arg_global_flags & RCTL_GLOBAL_SECONDS) {
553 (arg_global_flags & RCTL_GLOBAL_NOBASIC)) {
563 (arg_global_flags & RCTL_GLOBAL_DENY_NEVER)) {
572 (arg_global_flags & RCTL_GLOBAL_DENY_ALWAYS)) {
581 (arg_global_flags & RCTL_GLOBAL_SIGNAL_NEVER)) {
1716 if (arg_global_flags & RCTL_GLOBAL_DENY_ALWAYS) {

Completed in 48 milliseconds