Lines Matching defs:out
17 long out;
28 out = riscv_hwprobe(pairs, 8, 1, &cpus, 0);
29 if (out != 0)
49 out = riscv_hwprobe(pairs, 8, 0, 0, 0);
50 if (out != 0)
53 out = riscv_hwprobe(pairs, 8, 0, &cpus, 0);
54 if (out == 0)
57 out = riscv_hwprobe(pairs, 8, 1, 0, 0);
58 if (out == 0)
66 out = riscv_hwprobe(pairs, 1, 1, &cpus, 0);
67 if (out != 0)
79 out = riscv_hwprobe(pairs, 2, 0, 0, 0);
80 if (out != 0)