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

/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c50 #define ACTION_SET 0x04 macro
297 arg_operation |= ACTION_SET;
337 arg_operation |= ACTION_SET;
354 (ACTION_REPLACE | ACTION_SET | ACTION_DELETE);
374 if ((arg_operation & ACTION_SET) && (!arg_valuestring)) {
594 if (arg_operation & ACTION_SET) {
606 (arg_operation & ACTION_SET) &&
771 } else if (arg_operation & ACTION_SET) {

Completed in 48 milliseconds