Searched refs:ps_argvstr (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/lib/csu/hppa/
H A Dmd_init.h157 argv = arginfo->ps_argvstr; \
/openbsd-current/lib/libc/gen/
H A Dsetproctitle.c76 ps->ps_argvstr = &bufp;
/openbsd-current/sys/sys/
H A Dexec.h49 * it; normally ps_argvstr points to argv[0], and ps_nargvstr is the same
54 char **ps_argvstr; /* first of 0 or more argument strings */ member in struct:ps_strings
/openbsd-current/sys/arch/sh/sh/
H A Dsh_machdep.c582 tf->tf_r5 = (register_t)arginfo->ps_argvstr;
/openbsd-current/sys/arch/macppc/macppc/
H A Dmachdep.c432 tf->fixreg[4] = (register_t)arginfo->ps_argvstr;
/openbsd-current/lib/libkvm/
H A Dkvm_proc.c393 *addr = (u_long)p->ps_argvstr;
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp681 *argv = pss->ps_argvstr;
684 *argv = __ps_strings->ps_argvstr;
/openbsd-current/sys/arch/powerpc64/powerpc64/
H A Dmachdep.c902 frame->fixreg[4] = (register_t)arginfo->ps_argvstr;
/openbsd-current/sys/kern/
H A Dkern_exec.c827 arginfo->ps_argvstr = cpp; /* remember location of argv for later */
H A Dkern_sysctl.c1936 vargv = pss.ps_argvstr;

Completed in 321 milliseconds