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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dsyscall.h30 static inline bool syscall_has_error(struct pt_regs *regs) function
43 static inline bool syscall_has_error(struct pt_regs *regs) function
62 return (syscall_has_error(regs) ? -val : 0);

Completed in 28 milliseconds