OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pep
(Results
1 - 4
of
4
) sorted by relevancy
/src/libexec/rpc.rwalld/
rwalld.c
83
struct passwd *
pep
= getpwnam("nobody");
local in function:main
84
if (
pep
)
85
setuid(
pep
->pw_uid);
rwalld.c
83
struct passwd *
pep
= getpwnam("nobody");
local in function:main
84
if (
pep
)
85
setuid(
pep
->pw_uid);
/src/sys/arch/x86/x86/
intr.c
385
struct percpu_evcnt *
pep
;
local in function:intr_allocate_io_intrsource
393
pep
= kmem_zalloc(sizeof(*
pep
) * ncpu, KM_SLEEP);
394
isp->is_saved_evcnt =
pep
;
396
pep
->cpuid = ci->ci_cpuid;
397
pep
++;
1547
struct percpu_evcnt *
pep
;
local in function:intr_save_evcnt
1552
pep
= source->is_saved_evcnt;
1555
if (
pep
[i].cpuid == cpuid) {
1556
pep
[i].count = curcnt
1568
struct percpu_evcnt *
pep
;
local in function:intr_restore_evcnt
2107
struct percpu_evcnt
pep
;
local in function:x86_intr_get_count
[
all
...]
intr.c
385
struct percpu_evcnt *
pep
;
local in function:intr_allocate_io_intrsource
393
pep
= kmem_zalloc(sizeof(*
pep
) * ncpu, KM_SLEEP);
394
isp->is_saved_evcnt =
pep
;
396
pep
->cpuid = ci->ci_cpuid;
397
pep
++;
1547
struct percpu_evcnt *
pep
;
local in function:intr_save_evcnt
1552
pep
= source->is_saved_evcnt;
1555
if (
pep
[i].cpuid == cpuid) {
1556
pep
[i].count = curcnt
1568
struct percpu_evcnt *
pep
;
local in function:intr_restore_evcnt
2107
struct percpu_evcnt
pep
;
local in function:x86_intr_get_count
[
all
...]
Completed in 24 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025