Home
last modified time | relevance | path

Searched refs:freebsd32_ps_strings (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/compat/freebsd32/
HDfreebsd32_util.h43 struct freebsd32_ps_strings { struct
55 (FREEBSD32_USRSTACK - sizeof(struct freebsd32_ps_strings)) argument
HDfreebsd32_misc.c2891 struct freebsd32_ps_strings *arginfo; in freebsd32_copyout_strings()
2905 arginfo = (struct freebsd32_ps_strings *)curproc->p_sysent-> in freebsd32_copyout_strings()
/freebsd-11-stable/sys/kern/
HDimgact_aout.c107 (AOUT32_USRSTACK - sizeof(struct freebsd32_ps_strings))
HDkern_proc.c1654 struct freebsd32_ps_strings pss; in get_proc_vector32()