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

/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c51 #define ACTION_REPLACE 0x08 macro
277 arg_operation |= ACTION_REPLACE;
335 (!(arg_operation & (ACTION_REPLACE | ACTION_DELETE |
354 (ACTION_REPLACE | ACTION_SET | ACTION_DELETE);
368 if ((arg_operation & ACTION_REPLACE) && (!arg_valuestring)) {
805 } else if (arg_operation & ACTION_REPLACE) {

Completed in 79 milliseconds