Home
last modified time | relevance | path

Searched refs:success (Results 1 – 24 of 24) sorted by relevance

/arch/sparc/prom/
Dranges.c71 int success; in prom_ranges_init() local
80 success = prom_getproperty(obio_node, "ranges", in prom_ranges_init()
83 if(success != -1) in prom_ranges_init()
84 num_obio_ranges = (success/sizeof(struct linux_prom_ranges)); in prom_ranges_init()
94 int success; in prom_apply_generic_ranges() local
98 success = prom_getproperty(node, "ranges", in prom_apply_generic_ranges()
101 if (success != -1) { in prom_apply_generic_ranges()
102 num_ranges = (success/sizeof(struct linux_prom_ranges)); in prom_apply_generic_ranges()
107 success = prom_getproperty(parent, "ranges", in prom_apply_generic_ranges()
110 if (success != -1) { in prom_apply_generic_ranges()
[all …]
/arch/alpha/include/asm/
Dspinlock.h105 int success; in arch_read_trylock() local
118 : "=m" (*lock), "=&r" (regx), "=&r" (success) in arch_read_trylock()
121 return success; in arch_read_trylock()
127 int success; in arch_write_trylock() local
140 : "=m" (*lock), "=&r" (regx), "=&r" (success) in arch_write_trylock()
143 return success; in arch_write_trylock()
/arch/frv/mm/
Delf-fdpic.c78 goto success; in arch_get_unmapped_area()
93 goto success; in arch_get_unmapped_area()
108 goto success; in arch_get_unmapped_area()
113 goto success; in arch_get_unmapped_area()
122 success: in arch_get_unmapped_area()
/arch/m68k/ifpsp060/
Dos.S84 | d1 - 0 = success, !0 = failure
94 clr.l %d1 | return success
101 clr.l %d1 | return success
115 | d1 - 0 = success, !0 = failure
127 clr.l %d1 | return success
134 clr.l %d1 | return success
147 | d1 - 0 = success, !0 = failure
152 clr.l %d1 | assume success
170 | d1 - 0 = success, !0 = failure
181 | d1 - 0 = success, !0 = failure
[all …]
Diskeleton.S195 | d0 = 0 -> success; non-zero -> failure
/arch/cris/arch-v10/drivers/
Deeprom.c152 int success = 0; in eeprom_init() local
202 success = 1; in eeprom_init()
229 success = 1; in eeprom_init()
255 if(!success) in eeprom_init()
269 success = 1; in eeprom_init()
289 success = 1; in eeprom_init()
304 if (!success) in eeprom_init()
/arch/x86/platform/olpc/
Dolpc_dt.c98 int success; in olpc_dt_nextprop() local
99 void *res[] = { &success }; in olpc_dt_nextprop()
106 if (olpc_ofw("nextprop", args, res) || success != 1) in olpc_dt_nextprop()
Dolpc.c397 bool success; in platform_detect() local
402 success = check_ofw_architecture(root); in platform_detect()
403 if (success) { in platform_detect()
409 return success; in platform_detect()
/arch/x86/mm/
Dpat_rbtree.c138 goto success; in memtype_rb_check_conflict()
151 goto success; in memtype_rb_check_conflict()
160 success: in memtype_rb_check_conflict()
/arch/mips/kernel/
Dr4k_fpu.S78 li v0, 0 # success
107 li v0, 0 # success
154 li v0, 0 # success
179 li v0, 0 # success
Dr2300_fpu.S31 li v0, 0 # assume success
83 li v0, 0 # assume success
/arch/x86/kernel/apic/
Des7000_32.c182 int success = 0; in parse_unisys_oem() local
214 success++; in parse_unisys_oem()
223 success++; in parse_unisys_oem()
232 if (success < 2) in parse_unisys_oem()
/arch/alpha/kernel/
Dperf_event.c158 goto success; in ev67_check_constraints()
168 goto success; in ev67_check_constraints()
178 goto success; in ev67_check_constraints()
188 goto success; in ev67_check_constraints()
195 success: in ev67_check_constraints()
/arch/xtensa/lib/
Dusercopy.S94 movi a2, 0 # return success for len==0
146 movi a2, 0 # return success for len bytes copied
206 movi a2, 0 # return success for len bytes copied
283 movi a2, 0 # return success for len bytes copied
/arch/x86/xen/
Dmmu.c2183 int success; in xen_exchange_memory() local
2204 success = (exchange.nr_exchanged == extents_in); in xen_exchange_memory()
2206 BUG_ON(!success && ((exchange.nr_exchanged != 0) || (rc == 0))); in xen_exchange_memory()
2207 BUG_ON(success && (rc != 0)); in xen_exchange_memory()
2209 return success; in xen_exchange_memory()
2217 int success; in xen_create_contiguous_region() local
2240 success = xen_exchange_memory(1UL << order, 0, in_frames, in xen_create_contiguous_region()
2245 if (success) in xen_create_contiguous_region()
2252 return success ? 0 : -ENOMEM; in xen_create_contiguous_region()
2260 int success; in xen_destroy_contiguous_region() local
[all …]
/arch/s390/kernel/
Dsclp.S107 # R2 = 0 on success, 1 on failure
140 # R2 = 0 on success, non-zero on failure
200 # R2 = 0 on success, 1 on failure
262 # R2 = 0 on success, 1 on failure
/arch/xtensa/include/asm/
Duaccess.h96 .macro kernel_ok at, sp, success
98 beqz \at, \success
/arch/sparc/kernel/
Dwof.S369 be spwin_good_ustack ! success
422 be,a spwin_finish_up + 0x4 ! cool beans, success
Dperf_event.c954 goto success; in sparc_check_constraints()
962 goto success; in sparc_check_constraints()
971 goto success; in sparc_check_constraints()
978 goto success; in sparc_check_constraints()
986 goto success; in sparc_check_constraints()
992 success: in sparc_check_constraints()
/arch/arm/kernel/
Dsleep.S70 mov r0, #0 @ return zero on success
Dentry-armv.S841 teqeq r3, #1 @ success?
/arch/x86/kernel/
Dtsc.c373 goto success; in quick_pit_calibrate()
379 success: in quick_pit_calibrate()
/arch/powerpc/platforms/cell/spufs/
Dsched.c720 int success = 0; in __spu_schedule() local
729 success = 1; in __spu_schedule()
733 if (success) in __spu_schedule()
/arch/arm/mach-omap2/
Dsleep44xx.S268 cmp r0, #0x0 @ API returns 0 on success.