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

/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c49 #define ACTION_ENABLE 0x02 macro
259 arg_operation |= ACTION_ENABLE;
336 ACTION_DISABLE | ACTION_ENABLE)))) {
346 if ((arg_operation & ACTION_ENABLE) &&
362 (arg_operation & (ACTION_ENABLE | ACTION_DISABLE))) {
489 if (arg_operation & ACTION_ENABLE) {
528 if (arg_operation & ACTION_ENABLE) {
561 if ((arg_operation & ACTION_ENABLE) &&
579 if ((arg_operation & ACTION_ENABLE) &&
893 (ACTION_ENABLE | ACTION_DISABL
[all...]

Completed in 47 milliseconds