Home
last modified time | relevance | path

Searched defs:ps_strings (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/sys/
H A Dexec.h53 struct ps_strings { struct
54 char **ps_argvstr; /* first of 0 or more argument strings */
55 unsigned int ps_nargvstr; /* the number of argument strings */
56 char **ps_envstr; /* first of 0 or more environment strings */
57 unsigned int ps_nenvstr; /* the number of environment strings */
H A Dimgact.h71 void *ps_strings; /* pointer to ps_string (user space) */ member
/freebsd/lib/csu/powerpc64/
H A Dcrt1_c.c67 struct ps_strings *ps_strings) in _start()
/freebsd/lib/csu/arm/
H A Dcrt1_c.c62 __start(int argc, char **argv, char **env, struct ps_strings *ps_strings, in __start()
/freebsd/lib/csu/powerpc/
H A Dcrt1_c.c67 struct ps_strings *ps_strings) in _start()
/freebsd/lib/libc/gen/
H A Dsetproctitle.c69 static struct ps_strings *ps_strings; in setproctitle_internal() local
/freebsd/sys/kern/
H A Dkern_exec.c161 vm_offset_t ps_strings; in sysctl_kern_ps_strings() local
H A Dimgact_elf.c2670 elf_ps_strings_t ps_strings; __elfN() local
H A Dkern_proc.c3026 vm_offset_t ps_strings; in sysctl_kern_proc_ps_strings() local