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

/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c92 static int arg_operation = 0; variable
255 arg_operation |= ACTION_DISABLE;
259 arg_operation |= ACTION_ENABLE;
277 arg_operation |= ACTION_REPLACE;
297 arg_operation |= ACTION_SET;
300 arg_operation |= ACTION_DELETE;
335 (!(arg_operation & (ACTION_REPLACE | ACTION_DELETE |
337 arg_operation |= ACTION_SET;
340 if (arg_operation && (arg_name == NULL)) {
346 if ((arg_operation
[all...]

Completed in 60 milliseconds