OP_OR
2245 kernel/sysctl.c case OP_OR: *valp |= val; break;
OP_OR
2271 kernel/sysctl.c op = OP_OR;