OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cerror
(Results
1 - 3
of
3
) 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/external/bsd/pcc/dist/pcc/mip/
common.c
90
cerror
("too many errors");
115
cerror
(const char *s, ...)
function
344
cerror
("node not FREE: %p", p);
397
cerror
("usednodes == %d, inlnodecnt %d", usednodes, inlnodecnt);
424
cerror
("freeing blank node!");
428
cerror
("freeing FREE node", p);
433
cerror
("freeing free node %p", p);
673
cerror
("permalloc: missing %d bytes", size);
677
cerror
("permalloc2");
682
cerror
("permalloc: out of memory")
[
all
...]
/src/sys/coda/
coda_vnops.c
1982
int error,
cerror
;
local
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
...]
Completed in 24 milliseconds
Indexes created Tue Apr 07 00:22:49 UTC 2026