Searched refs:temp_op (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/lib/libkvm/
H A Dkvm_proc.c498 int temp_op; local
514 temp_op = op & ~KERN_PROC_INC_THREAD;
516 temp_op == KERN_PROC_ALL || temp_op == KERN_PROC_PROC ?
548 st = sysctl(mib, temp_op == KERN_PROC_ALL ||
549 temp_op == KERN_PROC_PROC ? 3 : 4,
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-i386.c2281 union i386_op temp_op;
2288 temp_op = i.op[xchg2];
2290 i.op[xchg1] = temp_op;
2277 union i386_op temp_op; local

Completed in 114 milliseconds