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

/illumos-gate/usr/src/uts/common/os/
H A Drctl.c2328 int global_flags,
2346 if (global_flags & RCTL_GLOBAL_DENY_NEVER)
2367 rctl_de->rcd_flagaction = global_flags;
2325 rctl_register( const char *name, rctl_entity_t entity, int global_flags, rlim64_t max_native, rlim64_t max_ilp32, rctl_ops_t *ops) argument
/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c1388 int signal, local_flags, global_flags; local
1450 global_flags = rctlblk_get_global_flags(iter_val->rblk);
1453 if (global_flags & RCTL_GLOBAL_BYTES) {
1457 } else if (global_flags & RCTL_GLOBAL_SECONDS) {
1516 if (global_flags & RCTL_GLOBAL_INFINITE) {
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw.h1353 uint32_t global_flags; member in struct:mbx_set_common_ntwk_rx_filter
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c6096 uint_t global_flags; local
6126 global_flags = rctlblk_get_global_flags(current);
6127 if ((global_flags & RCTL_GLOBAL_DENY_NEVER) &&
6130 if ((global_flags & RCTL_GLOBAL_DENY_ALWAYS) &&

Completed in 96 milliseconds