Home
last modified time | relevance | path

Searched refs:p_execsw (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/miscfs/procfs/
H A Dprocfs_auxv.c68 return l != NULL && l->l_proc != NULL && l->l_proc->p_execsw != NULL; in procfs_validauxv()
H A Dprocfs_vnops.c904 vap->va_bytes = vap->va_size = procp->p_execsw->es_arglen; in procfs_getattr()
/netbsd-src/sys/kern/
H A Dkern_fork.c352 p2->p_execsw = p1->p_execsw; in fork1()
H A Dkern_core.c274 error = (*p->p_execsw->es_coredump)(l, &io); in coredump()
H A Dkern_exec.c1176 /* ...and the same for p_execsw */ in emulexec()
1177 p->p_execsw = epp->ep_esch; in emulexec()
1893 if (p->p_execsw == &esp[i]) { in exec_remove()
2653 p2->p_execsw = p1->p_execsw; in do_posix_spawn()
H A Dkern_proc.c2674 COND_SET_CPTR(p->p_execsw, psrc->p_execsw, allowaddr); in fill_proc()
3057 size = p->p_execsw->es_arglen; in proc_getauxv()
H A Dsys_ptrace_common.c1048 tmp = t->p_execsw->es_arglen; in ptrace_doio()
/netbsd-src/sys/sys/
H A Dproc.h305 const struct execsw *p_execsw; /* :: exec package information */ member