HomeSort by: relevance | last modified time | path
    Searched refs:CALLSYS_NOERROR (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libc/arch/ia64/sys/
__sigtramp2.S 9 /* setcontext() ie. CALLSYS_NOERROR(setcontext) */
11 CALLSYS_NOERROR(exit) /* exit */
  /src/lib/libc/compat/arch/alpha/sys/
compat___sigtramp1.S 42 CALLSYS_NOERROR(compat_16___sigreturn14) /* and call sigreturn() with it */
44 CALLSYS_NOERROR(exit) /* and call exit() with it */
  /src/lib/libc/arch/alpha/
SYS.h 35 CALLSYS_NOERROR(name); \
50 CALLSYS_NOERROR(name)
60 CALLSYS_NOERROR(name); \
  /src/lib/libc/arch/ia64/
SYS.h 38 CALLSYS_NOERROR(name) \
48 CALLSYS_NOERROR(name)
58 CALLSYS_NOERROR(name); \
  /src/lib/libc/arch/alpha/sys/
__sigtramp2.S 104 CALLSYS_NOERROR(setcontext) /* and call setcontext() with it */
106 CALLSYS_NOERROR(exit) /* and call exit() */
  /src/sys/arch/ia64/include/
asm.h 164 #define CALLSYS_NOERROR(name) \
  /src/sys/arch/ia64/ia64/
syscall_stubs.S 227 CALLSYS_NOERROR(sigreturn)
229 CALLSYS_NOERROR(exit)
  /src/sys/arch/alpha/include/
asm.h 596 #define CALLSYS_NOERROR(name) \
  /src/sys/arch/alpha/alpha/
locore.s 247 CALLSYS_NOERROR(compat_16___sigreturn14) /* and call sigreturn() with it. */
249 CALLSYS_NOERROR(exit) /* and call exit() with it. */

Completed in 48 milliseconds