Searched refs:RCTL_LOCAL_SIGNAL (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/uts/common/os/ |
H A D | rctl_proc.c | 49 RCTL_LOCAL_SIGNAL, /* RLIMIT_CPU */ 50 RCTL_LOCAL_DENY | RCTL_LOCAL_SIGNAL, /* RLIMIT_FSIZE */ 231 RCTL_LOCAL_SIGNAL, SIGXCPU, kcred); in rctlproc_default_init() 238 RCTL_LOCAL_SIGNAL | RCTL_LOCAL_DENY, SIGXFSZ, kcred); in rctlproc_default_init()
|
H A D | rctl.c | 2564 if (flagaction & RCTL_LOCAL_SIGNAL) { in rctl_local_action()
|
/titanic_44/usr/src/cmd/prctl/ |
H A D | prctl.c | 495 arg_action = RCTL_LOCAL_SIGNAL; in main() 503 arg_action = RCTL_LOCAL_SIGNAL; in main() 534 RCTL_LOCAL_SIGNAL; in main() 579 (arg_action & RCTL_LOCAL_SIGNAL) && in main() 1688 if (arg_action & RCTL_LOCAL_SIGNAL) { in change_action() 1701 if ((arg_action & RCTL_LOCAL_SIGNAL) && in change_action() 1950 (action & RCTL_LOCAL_SIGNAL)) { in print_local_action() 1953 if (action & RCTL_LOCAL_SIGNAL) { in print_local_action()
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | rctl.c | 41 { "SIGNAL", RCTL_LOCAL_SIGNAL, RCTL_LOCAL_SIGNAL }, in print_val()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | rctl.h | 40 #define RCTL_LOCAL_SIGNAL 0x00000001 macro
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | rlimit.c | 103 &rl64, gp, RCTL_LOCAL_DENY | RCTL_LOCAL_SIGNAL, SIGXFSZ, in ulimit()
|
H A D | rctlsys.c | 167 if ((rval->rcv_flagaction & RCTL_LOCAL_SIGNAL) && in rctl_invalid_value() 171 if ((rval->rcv_flagaction & RCTL_LOCAL_SIGNAL) && in rctl_invalid_value()
|
/titanic_44/usr/src/lib/libproject/common/ |
H A D | setproject.c | 155 act |= RCTL_LOCAL_SIGNAL; in build_rctlblk()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | codes.c | 1858 if (action & RCTL_LOCAL_SIGNAL) { in rctl_local_action() 1859 action ^= RCTL_LOCAL_SIGNAL; in rctl_local_action()
|
H A D | expound.c | 4649 if (act & RCTL_LOCAL_SIGNAL) { in show_rctlblk()
|
/titanic_44/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 5870 action = RCTL_LOCAL_SIGNAL; in zonecfg_construct_rctlblk()
|