Lines Matching defs:operation
37 int operation;
54 mem->operation = 0;
123 (mem->operation & MEM_OPERATION_LOAD) &&
124 (mem->operation & MEM_OPERATION_STORE)) {
128 if (mem->operation & MEM_OPERATION_LOAD) {
133 if (mem->operation & MEM_OPERATION_STORE) {
331 if (!(mem->operation & MEM_OPERATION_LOAD)) {
471 .operation = MEM_OPERATION_LOAD | MEM_OPERATION_STORE,
474 OPT_CALLBACK('t', "type", &mem.operation,
503 if (!argc || !(strncmp(argv[0], "rec", 3) || mem.operation))