Searched refs:ps_envstr (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/lib/csu/hppa/
H A Dmd_init.h159 envp = arginfo->ps_envstr;
/openbsd-current/sys/sys/
H A Dexec.h50 * as the program's argc. The fields ps_envstr and ps_nenvstr are the
56 char **ps_envstr; /* first of 0 or more environment strings */ member in struct:ps_strings
/openbsd-current/sys/arch/sh/sh/
H A Dsh_machdep.c583 tf->tf_r6 = (register_t)arginfo->ps_envstr;
/openbsd-current/sys/arch/macppc/macppc/
H A Dmachdep.c433 tf->fixreg[5] = (register_t)arginfo->ps_envstr;
/openbsd-current/lib/libkvm/
H A Dkvm_proc.c400 *addr = (u_long)p->ps_envstr;
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp682 *envp = pss->ps_envstr;
685 *envp = __ps_strings->ps_envstr;
/openbsd-current/sys/arch/powerpc64/powerpc64/
H A Dmachdep.c903 frame->fixreg[5] = (register_t)arginfo->ps_envstr;
/openbsd-current/sys/kern/
H A Dkern_exec.c837 arginfo->ps_envstr = cpp; /* remember location of envp for later */
H A Dkern_sysctl.c1939 vargv = pss.ps_envstr;

Completed in 146 milliseconds