OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:slev
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/rump/librump/rumpkern/
intr.c
286
struct softint_lev *
slev
;
local
292
slev
= kmem_alloc(sizeof(struct softint_lev) * SOFTINT_COUNT, KM_SLEEP);
294
rumpuser_cv_init(&
slev
[i].si_cv);
295
TAILQ_INIT(&
slev
[i].si_pending);
297
cd->cpu_softcpu =
slev
;
/src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pftn.c
152
int
slev
, temp, changed;
local
182
slev
= p->slevel;
192
scnames(p->sclass), p->sdf, p->sap,
slev
);
217
if (blevel >
slev
&& (class == AUTO || class == REGISTER))
296
if(
slev
==0 )
317
if (changed || (scl == STATIC && blevel ==
slev
))
371
if (blevel <=
slev
|| class == EXTERN) {
/src/external/bsd/pcc/dist/pcc/cc/ccom/
pftn.c
179
int
slev
, temp, changed;
local
212
slev
= p->slevel;
222
scnames(p->sclass), p->sdf, p->sap,
slev
);
248
if (blevel >
slev
&& (class == AUTO || class == REGISTER))
326
if(
slev
==0 )
349
if (changed || (scl == STATIC && blevel ==
slev
))
408
if ((blevel == 2 &&
slev
== 1) || blevel <=
slev
|| class == EXTERN) {
Completed in 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026