Symbol: OF_FAILED
src/system/boot/platform/openfirmware/Handle.cpp
51
if (pos == -1 || of_seek(fHandle, pos) != OF_FAILED)
src/system/boot/platform/openfirmware/Handle.cpp
61
if (pos == -1 || of_seek(fHandle, pos) != OF_FAILED)
src/system/boot/platform/openfirmware/arch/ppc/cpu.cpp
32
if (root == OF_FAILED) {
src/system/boot/platform/openfirmware/arch/ppc/cpu.cpp
42
if (cpus == OF_FAILED) {
src/system/boot/platform/openfirmware/arch/ppc/cpu.cpp
58
if (cpu == OF_FAILED) {
src/system/boot/platform/openfirmware/arch/ppc/cpu.cpp
67
== OF_FAILED) {
src/system/boot/platform/openfirmware/arch/ppc/cpu.cpp
74
== OF_FAILED) {
src/system/boot/platform/openfirmware/arch/ppc/cpu.cpp
81
== OF_FAILED) {
src/system/boot/platform/openfirmware/arch/ppc/mmu.cpp
111
if (count == OF_FAILED)
src/system/boot/platform/openfirmware/arch/ppc/mmu.cpp
113
if (count == OF_FAILED)
src/system/boot/platform/openfirmware/arch/ppc/mmu.cpp
141
if (count == OF_FAILED)
src/system/boot/platform/openfirmware/arch/ppc/mmu.cpp
143
if (count == OF_FAILED)
src/system/boot/platform/openfirmware/arch/ppc/mmu.cpp
293
if (of_getprop(gChosen, "mmu", &mmu, sizeof(int)) == OF_FAILED) {
src/system/boot/platform/openfirmware/arch/ppc/mmu.cpp
308
if (length == OF_FAILED) {
src/system/boot/platform/openfirmware/arch/ppc/mmu.cpp
585
return OF_FAILED;
src/system/boot/platform/openfirmware/arch/ppc/mmu.cpp
593
return OF_FAILED;
src/system/boot/platform/openfirmware/arch/ppc/mmu.cpp
613
return OF_FAILED;
src/system/boot/platform/openfirmware/arch/ppc/mmu.cpp
660
return OF_FAILED;
src/system/boot/platform/openfirmware/arch/ppc/mmu.cpp
688
return OF_FAILED;
src/system/boot/platform/openfirmware/arch/ppc/mmu.cpp
709
return OF_FAILED;
src/system/boot/platform/openfirmware/arch/ppc/mmu.cpp
721
== OF_FAILED) {
src/system/boot/platform/openfirmware/arch/ppc/mmu.cpp
774
if (table == (void *)OF_FAILED) {
src/system/boot/platform/openfirmware/arch/ppc/mmu.cpp
81
if (of_getprop(gChosen, "memory", &memory, sizeof(int)) == OF_FAILED)
src/system/boot/platform/openfirmware/arch/ppc/mmu.cpp
93
if (regAddressCells == OF_FAILED || regSizeCells == OF_FAILED) {
src/system/boot/platform/openfirmware/arch/ppc/start.cpp
47
!= OF_FAILED) {
src/system/boot/platform/openfirmware/arch/ppc/start.cpp
57
!= OF_FAILED) {
src/system/boot/platform/openfirmware/arch/ppc/start.cpp
64
!= OF_FAILED) {
src/system/boot/platform/openfirmware/arch/sparc/cpu.cpp
32
if (cpus == OF_FAILED) {
src/system/boot/platform/openfirmware/arch/sparc/cpu.cpp
50
if (cpu == OF_FAILED) {
src/system/boot/platform/openfirmware/arch/sparc/cpu.cpp
59
== OF_FAILED) {
src/system/boot/platform/openfirmware/arch/sparc/cpu.cpp
66
== OF_FAILED) {
src/system/boot/platform/openfirmware/arch/sparc/mmu.cpp
105
if (count == OF_FAILED)
src/system/boot/platform/openfirmware/arch/sparc/mmu.cpp
107
if (count == OF_FAILED)
src/system/boot/platform/openfirmware/arch/sparc/mmu.cpp
222
if (length == OF_FAILED) {
src/system/boot/platform/openfirmware/arch/sparc/mmu.cpp
476
return OF_FAILED;
src/system/boot/platform/openfirmware/arch/sparc/mmu.cpp
484
return OF_FAILED;
src/system/boot/platform/openfirmware/arch/sparc/mmu.cpp
504
return OF_FAILED;
src/system/boot/platform/openfirmware/arch/sparc/mmu.cpp
512
return OF_FAILED;
src/system/boot/platform/openfirmware/arch/sparc/mmu.cpp
528
return OF_FAILED;
src/system/boot/platform/openfirmware/arch/sparc/mmu.cpp
549
return OF_FAILED;
src/system/boot/platform/openfirmware/arch/sparc/mmu.cpp
563
== OF_FAILED) {
src/system/boot/platform/openfirmware/arch/sparc/mmu.cpp
577
if (of_getprop(gChosen, "mmu", &sMmuInstance, sizeof(int)) == OF_FAILED) {
src/system/boot/platform/openfirmware/arch/sparc/mmu.cpp
582
if (of_getprop(gChosen, "memory", &sMemoryInstance, sizeof(int)) == OF_FAILED) {
src/system/boot/platform/openfirmware/arch/sparc/mmu.cpp
84
if (regSizeCells == OF_FAILED) {
src/system/boot/platform/openfirmware/arch/sparc/mmu.cpp
90
if (regAddressCells == OF_FAILED) {
src/system/boot/platform/openfirmware/console.cpp
223
if (of_interpret("screen-#columns", 0, 1, &columnCount) == OF_FAILED)
src/system/boot/platform/openfirmware/console.cpp
225
if (of_interpret("#columns", 0, 1, &columnCount) == OF_FAILED)
src/system/boot/platform/openfirmware/console.cpp
237
if (of_interpret("screen-#rows", 0, 1, &lineCount) == OF_FAILED)
src/system/boot/platform/openfirmware/console.cpp
239
if (of_interpret("#lines", 0, 1, &lineCount) == OF_FAILED)
src/system/boot/platform/openfirmware/devices.cpp
105
if (handle == OF_FAILED) {
src/system/boot/platform/openfirmware/devices.cpp
209
if (handle == OF_FAILED) {
src/system/boot/platform/openfirmware/devices.cpp
43
if (node != OF_FAILED) {
src/system/boot/platform/openfirmware/devices.cpp
72
if (bytesRead != OF_FAILED && bytesRead > 1) {
src/system/boot/platform/openfirmware/network.cpp
126
if (of_interpret("mac-address", 0, 2, &size, &ptr) != OF_FAILED) {
src/system/boot/platform/openfirmware/network.cpp
145
if (fHandle == OF_FAILED) {
src/system/boot/platform/openfirmware/network.cpp
168
if (bytesRead != OF_FAILED && bytesRead == (int)sizeof(dhcpResponse)) {
src/system/boot/platform/openfirmware/network.cpp
187
if (bytesRead != OF_FAILED && bytesRead > 1) {
src/system/boot/platform/openfirmware/network.cpp
211
!= OF_FAILED) {
src/system/boot/platform/openfirmware/network.cpp
226
!= OF_FAILED) {
src/system/boot/platform/openfirmware/network.cpp
256
return (result == OF_FAILED ? B_ERROR : result);
src/system/boot/platform/openfirmware/network.cpp
268
if (result != OF_FAILED && result >= 0) {
src/system/boot/platform/openfirmware/network.cpp
274
return (result == OF_FAILED ? B_ERROR : result);
src/system/boot/platform/openfirmware/network.cpp
304
if (node == OF_FAILED)
src/system/boot/platform/openfirmware/network.cpp
309
if (of_getprop(node, "device_type", type, sizeof(type)) == OF_FAILED
src/system/boot/platform/openfirmware/network.cpp
90
fHandle(OF_FAILED),
src/system/boot/platform/openfirmware/network.cpp
98
if (fHandle != OF_FAILED)
src/system/boot/platform/openfirmware/real_time_clock.cpp
18
static int sHandle = OF_FAILED;
src/system/boot/platform/openfirmware/real_time_clock.cpp
34
if (sHandle == OF_FAILED) {
src/system/boot/platform/openfirmware/real_time_clock.cpp
46
if (sHandle == OF_FAILED)
src/system/boot/platform/openfirmware/real_time_clock.cpp
47
return OF_FAILED;
src/system/boot/platform/openfirmware/real_time_clock.cpp
50
&hour, &minute, &second) == OF_FAILED)
src/system/boot/platform/openfirmware/real_time_clock.cpp
51
return OF_FAILED;
src/system/boot/platform/openfirmware/start.cpp
112
!= OF_FAILED) {
src/system/boot/platform/openfirmware/support.cpp
20
return (result == OF_FAILED ? 0 : bigtime_t(result) * 1000);
src/system/boot/platform/openfirmware/support.cpp
32
&address_cells, sizeof(address_cells)) == OF_FAILED)
src/system/boot/platform/openfirmware/support.cpp
33
return OF_FAILED;
src/system/boot/platform/openfirmware/support.cpp
43
&size_cells, sizeof(size_cells)) == OF_FAILED)
src/system/boot/platform/openfirmware/support.cpp
44
return OF_FAILED;
src/system/boot/platform/openfirmware/video.cpp
124
if (screen == OF_FAILED)
src/system/boot/platform/openfirmware/video.cpp
127
if (of_getprop(screen, "EDID", &edidRaw, sizeof(edidRaw)) != OF_FAILED) {
src/system/boot/platform/openfirmware/video.cpp
36
256, 0, palette) == OF_FAILED) {
src/system/boot/platform/openfirmware/video.cpp
59
if (sScreen == OF_FAILED)
src/system/boot/platform/openfirmware/video.cpp
63
if (package == OF_FAILED)
src/system/boot/platform/openfirmware/video.cpp
67
== OF_FAILED) {
src/system/boot/platform/openfirmware/video.cpp
68
if (of_getprop(package, "width", &width, sizeof(int32)) == OF_FAILED)
src/system/boot/platform/openfirmware/video.cpp
70
if (of_getprop(package, "height", &height, sizeof(int32)) == OF_FAILED)
src/system/boot/platform/openfirmware/video.cpp
74
if (of_getprop(package, "depth", &depth, sizeof(uint32)) == OF_FAILED)
src/system/boot/platform/openfirmware/video.cpp
78
== OF_FAILED)
src/system/boot/platform/openfirmware/video.cpp
82
if (of_getprop(package, "address", &address, sizeof(uint32)) == OF_FAILED)
src/system/boot/platform/u-boot/arch/ppc/arch_cpu.cpp
122
== OF_FAILED) {
src/system/boot/platform/u-boot/arch/ppc/arch_cpu.cpp
52
if (cpus == OF_FAILED) {
src/system/boot/platform/u-boot/arch/ppc/arch_cpu.cpp
68
if (cpu == OF_FAILED) {
src/system/boot/platform/u-boot/arch/ppc/arch_cpu.cpp
77
== OF_FAILED) {
src/system/boot/platform/u-boot/arch/ppc/arch_cpu.cpp
84
== OF_FAILED) {
src/system/boot/platform/u-boot/arch/ppc/arch_cpu.cpp
91
== OF_FAILED) {
src/system/boot/platform/u-boot/arch/ppc/arch_mmu.cpp
194
if (of_getprop(gChosen, "memory", &memory, sizeof(int)) == OF_FAILED)
src/system/boot/platform/u-boot/arch/ppc/arch_mmu.cpp
198
if (package == OF_FAILED)
src/system/boot/platform/u-boot/arch/ppc/arch_mmu.cpp
209
if (regAddressCells == OF_FAILED || regSizeCells == OF_FAILED) {
src/system/boot/platform/u-boot/arch/ppc/arch_mmu.cpp
227
if (count == OF_FAILED)
src/system/boot/platform/u-boot/arch/ppc/arch_mmu.cpp
229
if (count == OF_FAILED)
src/system/boot/platform/u-boot/arch/ppc/arch_mmu.cpp
257
if (count == OF_FAILED)
src/system/boot/platform/u-boot/arch/ppc/arch_mmu.cpp
259
if (count == OF_FAILED)
src/system/kernel/arch/ppc/arch_platform.cpp
122
if (of_getprop(gChosen, "stdin", &fInput, sizeof(int)) == OF_FAILED)
src/system/kernel/arch/ppc/arch_platform.cpp
125
if (of_getprop(gChosen, "stdout", &fOutput, sizeof(int)) == OF_FAILED)
src/system/kernel/arch/ppc/arch_platform.cpp
153
if (fRTC == OF_FAILED) {
src/system/kernel/arch/ppc/arch_platform.cpp
166
if (of_interpret("key", 0, 1, &key) == OF_FAILED)
src/system/kernel/arch/ppc/arch_platform.cpp
195
t.tm_hour, t.tm_min, t.tm_sec) == OF_FAILED) {
src/system/kernel/arch/ppc/arch_platform.cpp
206
&t.tm_mday, &t.tm_hour, &t.tm_min, &t.tm_sec) == OF_FAILED) {
src/system/kernel/arch/sparc/arch_platform.cpp
123
if (of_getprop(gChosen, "stdin", &fInput, sizeof(int)) == OF_FAILED)
src/system/kernel/arch/sparc/arch_platform.cpp
126
if (of_getprop(gChosen, "stdout", &fOutput, sizeof(int)) == OF_FAILED)
src/system/kernel/arch/sparc/arch_platform.cpp
153
if (fRTC == OF_FAILED) {
src/system/kernel/arch/sparc/arch_platform.cpp
166
if (of_interpret("key", 0, 1, &key) == OF_FAILED)
src/system/kernel/arch/sparc/arch_platform.cpp
195
t.tm_hour, t.tm_min, t.tm_sec) == OF_FAILED) {
src/system/kernel/arch/sparc/arch_platform.cpp
206
&t.tm_mday, &t.tm_hour, &t.tm_min, &t.tm_sec) == OF_FAILED) {
src/system/kernel/platform/openfirmware/openfirmware.cpp
106
if (gCallOpenFirmware(&args) == OF_FAILED || args.args[numArgs])
src/system/kernel/platform/openfirmware/openfirmware.cpp
107
return OF_FAILED;
src/system/kernel/platform/openfirmware/openfirmware.cpp
158
if (gCallOpenFirmware(&args) == OF_FAILED || args.args[numArgs])
src/system/kernel/platform/openfirmware/openfirmware.cpp
159
return OF_FAILED;
src/system/kernel/platform/openfirmware/openfirmware.cpp
187
if (gCallOpenFirmware(&args) == OF_FAILED)
src/system/kernel/platform/openfirmware/openfirmware.cpp
188
return OF_FAILED;
src/system/kernel/platform/openfirmware/openfirmware.cpp
208
if (gCallOpenFirmware(&args) == OF_FAILED)
src/system/kernel/platform/openfirmware/openfirmware.cpp
209
return OF_FAILED;
src/system/kernel/platform/openfirmware/openfirmware.cpp
229
if (gCallOpenFirmware(&args) == OF_FAILED)
src/system/kernel/platform/openfirmware/openfirmware.cpp
23
if (gChosen == OF_FAILED)
src/system/kernel/platform/openfirmware/openfirmware.cpp
230
return OF_FAILED;
src/system/kernel/platform/openfirmware/openfirmware.cpp
250
if (gCallOpenFirmware(&args) == OF_FAILED)
src/system/kernel/platform/openfirmware/openfirmware.cpp
251
return OF_FAILED;
src/system/kernel/platform/openfirmware/openfirmware.cpp
270
if (gCallOpenFirmware(&args) == OF_FAILED)
src/system/kernel/platform/openfirmware/openfirmware.cpp
271
return OF_FAILED;
src/system/kernel/platform/openfirmware/openfirmware.cpp
288
if (gCallOpenFirmware(&args) == OF_FAILED)
src/system/kernel/platform/openfirmware/openfirmware.cpp
289
return OF_FAILED;
src/system/kernel/platform/openfirmware/openfirmware.cpp
309
if (gCallOpenFirmware(&args) == OF_FAILED)
src/system/kernel/platform/openfirmware/openfirmware.cpp
310
return OF_FAILED;
src/system/kernel/platform/openfirmware/openfirmware.cpp
331
if (gCallOpenFirmware(&args) == OF_FAILED)
src/system/kernel/platform/openfirmware/openfirmware.cpp
332
return OF_FAILED;
src/system/kernel/platform/openfirmware/openfirmware.cpp
350
if (gCallOpenFirmware(&args) == OF_FAILED)
src/system/kernel/platform/openfirmware/openfirmware.cpp
351
return OF_FAILED;
src/system/kernel/platform/openfirmware/openfirmware.cpp
370
if (gCallOpenFirmware(&args) == OF_FAILED)
src/system/kernel/platform/openfirmware/openfirmware.cpp
371
return OF_FAILED;
src/system/kernel/platform/openfirmware/openfirmware.cpp
390
if (gCallOpenFirmware(&args) == OF_FAILED)
src/system/kernel/platform/openfirmware/openfirmware.cpp
391
return OF_FAILED;
src/system/kernel/platform/openfirmware/openfirmware.cpp
411
if (gCallOpenFirmware(&args) == OF_FAILED || args.handle == 0)
src/system/kernel/platform/openfirmware/openfirmware.cpp
412
return OF_FAILED;
src/system/kernel/platform/openfirmware/openfirmware.cpp
445
if (gCallOpenFirmware(&args) == OF_FAILED)
src/system/kernel/platform/openfirmware/openfirmware.cpp
446
return OF_FAILED;
src/system/kernel/platform/openfirmware/openfirmware.cpp
465
if (gCallOpenFirmware(&args) == OF_FAILED)
src/system/kernel/platform/openfirmware/openfirmware.cpp
466
return OF_FAILED;
src/system/kernel/platform/openfirmware/openfirmware.cpp
489
if (gCallOpenFirmware(&args) == OF_FAILED)
src/system/kernel/platform/openfirmware/openfirmware.cpp
490
return OF_FAILED;
src/system/kernel/platform/openfirmware/openfirmware.cpp
508
if (gCallOpenFirmware(&args) == OF_FAILED)
src/system/kernel/platform/openfirmware/openfirmware.cpp
509
return OF_FAILED;
src/system/kernel/platform/openfirmware/openfirmware.cpp
526
if (gCallOpenFirmware(&args) == OF_FAILED)
src/system/kernel/platform/openfirmware/openfirmware.cpp
527
return OF_FAILED;
src/system/kernel/platform/openfirmware/openfirmware.cpp
56
if (gCallOpenFirmware(&args) == OF_FAILED)
src/system/kernel/platform/openfirmware/openfirmware.cpp
563
if (gCallOpenFirmware(&args) == OF_FAILED)
src/system/kernel/platform/openfirmware/openfirmware.cpp
57
return OF_FAILED;
src/system/kernel/platform/openfirmware/openfirmware.cpp
587
if (gCallOpenFirmware(&args) == OF_FAILED)
src/system/kernel/platform/openfirmware/openfirmware.cpp
588
return OF_FAILED;
src/system/kernel/platform/openfirmware/openfirmware.cpp
607
if (gCallOpenFirmware(&args) == OF_FAILED)
src/system/kernel/platform/openfirmware/openfirmware.cpp
608
return OF_FAILED;
src/system/kernel/platform/openfirmware/openfirmware_devices.cpp
38
if (node == OF_FAILED)
src/system/kernel/platform/openfirmware/openfirmware_devices.cpp
48
if (next == OF_FAILED)
src/system/kernel/platform/openfirmware/openfirmware_devices.cpp
54
if (next == OF_FAILED)
src/system/kernel/platform/openfirmware/openfirmware_devices.cpp
62
if (next == OF_FAILED)
src/system/kernel/platform/openfirmware/openfirmware_devices.cpp
81
== OF_FAILED
src/system/kernel/platform/openfirmware/openfirmware_devices.cpp
84
== OF_FAILED) {