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

  /src/libexec/rpc.rwalld/
rwalld.c 83 struct passwd *pep = getpwnam("nobody"); local
84 if (pep)
85 setuid(pep->pw_uid);
  /src/sys/ddb/
db_lex.c 93 db_get_line(const char **psp, const char **pep)
98 if (pep != NULL)
99 *pep = db_endlp;
  /src/sys/arch/x86/x86/
intr.c 385 struct percpu_evcnt *pep; local
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
1552 pep = source->is_saved_evcnt;
1555 if (pep[i].cpuid == cpuid) {
1556 pep[i].count = curcnt
1568 struct percpu_evcnt *pep; local
2107 struct percpu_evcnt pep; local
    [all...]

Completed in 24 milliseconds