Home
last modified time | relevance | path

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

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