Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dexec.h53 struct ps_strings { struct
54 char **ps_argvstr; /* first of 0 or more argument strings */
55 int ps_nargvstr; /* the number of argument strings */
56 char **ps_envstr; /* first of 0 or more environment strings */
57 int ps_nenvstr; /* the number of environment strings */
H A Dproc.h225 vaddr_t ps_strings; /* User pointers to argv/env */ member
/openbsd/gnu/usr.bin/binutils/gdb/
H A Di386fbsd-nat.c146 int ps_strings; in _initialize_i386fbsd_nat() local
H A Damd64fbsd-nat.c223 long ps_strings; in _initialize_amd64fbsd_nat() local
/openbsd/lib/libkvm/
H A Dkvm_proc.c433 void (*info)(struct ps_strings *, u_long *, int *)) in kvm_doargv()
/openbsd/sys/kern/
H A Dkern_sysctl.c1860 vaddr_t ps_strings; in sysctl_proc_args() local