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

  /src/lib/libc/arch/sh3/sys/
cerror.S 1 /* $NetBSD: cerror.S,v 1.11 2013/09/12 15:36:16 joerg Exp $ */
34 * from: @(#)cerror.s 5.1 (Berkeley) 4/23/90
39 RCSID("$NetBSD: cerror.S,v 1.11 2013/09/12 15:36:16 joerg Exp $")
50 cerror: label
67 SET_ASENTRY_SIZE(cerror)
75 cerror: label
  /src/lib/libc/arch/sh3/
SYS.h 77 913: .long PIC_GOT(cerror)
86 912: .long cerror
127 .globl cerror
  /src/lib/libc/arch/i386/
SYS.h 93 #define CERROR _C_LABEL(__cerror)
96 #define CERROR _ASM_LABEL(cerror)
107 mov PIC_GOT(CERROR), %ecx; \
112 jmp CERROR
154 .globl CERROR
  /src/lib/libc/arch/sparc/
SYS.h 50 #define CERROR _C_LABEL(__cerror)
53 #define CERROR _ASM_LABEL(cerror)
58 * ERROR branches to cerror.
73 #define ERROR() CALL(CERROR)
151 .globl CERROR
  /src/sys/coda/
coda_vnops.c 1982 int error, cerror; local in function:coda_getpages
2027 cerror = vn_lock(vp, LK_EXCLUSIVE);
2028 if (cerror) {
2033 return cerror;
2046 cerror = VOP_OPEN(vp, FREAD, cred);
2048 if (cerror) {
2051 vp, cerror);
2055 return cerror;
2081 cerror = VOP_CLOSE(vp, FREAD, cred);
2083 if (cerror != 0
    [all...]
  /src/lib/libc/sys/
Makefile.inc 20 syscall.S __syscall.S __clone.S cerror.S
  /src/sys/lib/libkern/arch/hppa/
milli.S 332 ; .IMPORT cerror

Completed in 49 milliseconds