/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
|
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/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...] |
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...] |