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

/osnet-11/usr/src/lib/libc/sparc/crt/
H A Dcerror.s37 * All system call wrappers call __cerror on error.
38 * __cerror is private to libc and must remain so.
42 ENTRY2(_cerror,__cerror)
56 SET_SIZE(__cerror)
/osnet-11/usr/src/lib/libc/amd64/crt/
H A Dcerror.s33 ENTRY(__cerror) function
45 SET_SIZE(__cerror)
/osnet-11/usr/src/lib/libc/i386/crt/
H A Dcerror.s33 ENTRY(__cerror) function
45 SET_SIZE(__cerror)
/osnet-11/usr/src/lib/libc/sparcv9/crt/
H A Dcerror.s35 * All system call wrappers call __cerror on error.
36 * __cerror is private to libc and must remain so.
40 ENTRY2(_cerror,__cerror)
54 SET_SIZE(__cerror)
/osnet-11/usr/src/lib/libc/i386/sys/
H A Duname.s44 jmp __cerror
H A Ddoor.s72 jmp __cerror; \
202 jmp __cerror
H A Dvforkx.s80 /* reconstruct stack before jumping to __cerror */
95 jmp __cerror
/osnet-11/usr/src/lib/libc/amd64/inc/
H A DSYS.h44 * Define the external symbol __cerror for all files.
46 .globl __cerror
75 * SYSCERROR provides the sequence to branch to __cerror if an error is
79 jb __cerror
113 jmp __cerror; \
/osnet-11/usr/src/lib/libc/i386/inc/
H A DSYS.h55 * Define the external symbols __cerror and __cerror64 for all files.
57 .globl __cerror
119 * SYSCERROR provides the sequence to branch to __cerror if an error is
123 jb __cerror
163 jmp __cerror; \
/osnet-11/usr/src/lib/libc/sparc/inc/
H A DSYS.h34 * it is assumed that __cerror is within the short branch distance from
63 * Define the external symbols __cerror and __cerror64 for all files.
65 .global __cerror
91 * SYSCERROR provides the sequence to branch to __cerror if an error is
95 bcs __cerror; \
142 ba,a __cerror; \
/osnet-11/usr/src/lib/libc/sparcv9/inc/
H A DSYS.h34 * it is assumed that __cerror is within the short branch distance from
62 * Define the external symbol __cerror for all files.
64 .global __cerror
89 * SYSCERROR provides the sequence to branch to __cerror if an error is
94 bcs __cerror; \
133 ba,a __cerror; \
/osnet-11/usr/src/lib/libc/amd64/sys/
H A Dvforkx.s78 /* reconstruct stack before jumping to __cerror */
90 jmp __cerror
H A Ddoor.s155 jmp __cerror
/osnet-11/usr/src/lib/libc/sparc/sys/
H A Ddoor.s134 bne __cerror /* if not, return the error */
151 bne __cerror
H A Dvforkx.s88 ba __cerror
H A Dsyscall.s69 ba __cerror

Completed in 36 milliseconds