Searched refs:ps_strings (Results 1 – 14 of 14) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | exec.h | 56 struct ps_strings { struct 79 #define PS_STRINGS (USRSTACK - sizeof(struct ps_strings))
|
| H A D | imgact.h | 78 void *ps_strings; /* pointer to ps_string (user space) */ member
|
| /f-stack/freebsd/amd64/include/ |
| H A D | vmparam.h | 205 #define PS_STRINGS_LA57 (USRSTACK_LA57 - sizeof(struct ps_strings)) 206 #define PS_STRINGS_LA48 (USRSTACK_LA48 - sizeof(struct ps_strings))
|
| /f-stack/freebsd/kern/ |
| H A D | imgact_aout.c | 74 #define AOUT32_PS_STRINGS (AOUT32_USRSTACK - sizeof(struct ps_strings)) 199 imgp->ps_strings = (void *)aout_sysvec.sv_psstrings; in exec_aout_imgact()
|
| H A D | imgact_elf.c | 1399 AUXARGS_ENTRY_PTR(pos, AT_PS_STRINGS, imgp->ps_strings); in __elfN() 2575 elf_ps_strings_t ps_strings; in __elfN() local 2580 size = sizeof(structsize) + sizeof(ps_strings); in __elfN() 2583 structsize = sizeof(ps_strings); in __elfN() 2585 ps_strings = PTROUT(p->p_sysent->sv_psstrings); in __elfN() 2587 ps_strings = p->p_sysent->sv_psstrings; in __elfN() 2590 sbuf_bcat(sb, &ps_strings, sizeof(ps_strings)); in __elfN()
|
| H A D | kern_exec.c | 126 SYSCTL_PROC(_kern, KERN_PS_STRINGS, ps_strings, CTLTYPE_ULONG|CTLFLAG_RD| 1566 struct ps_strings *arginfo; in exec_copyout_strings() 1583 arginfo = (struct ps_strings *)p->p_sysent->sv_psstrings; in exec_copyout_strings() 1584 imgp->ps_strings = arginfo; in exec_copyout_strings()
|
| H A D | kern_proc.c | 1902 struct ps_strings pss; in get_proc_vector() 2876 vm_offset_t ps_strings; in sysctl_kern_proc_ps_strings() local 2901 ps_strings = p->p_sysent->sv_psstrings; in sysctl_kern_proc_ps_strings() 2903 error = SYSCTL_OUT(req, &ps_strings, sizeof(ps_strings)); in sysctl_kern_proc_ps_strings() 3211 static SYSCTL_NODE(_kern_proc, KERN_PROC_PS_STRINGS, ps_strings, CTLFLAG_RD |
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_sysvec.c | 78 #define LINUX_PS_STRINGS (LINUX_USRSTACK - sizeof(struct ps_strings)) 196 struct ps_strings *arginfo; in linux_copyout_auxargs() 201 arginfo = (struct ps_strings *)p->p_sysent->sv_psstrings; in linux_copyout_auxargs() 275 struct ps_strings *arginfo; in linux_copyout_strings() 286 arginfo = (struct ps_strings *)p->p_sysent->sv_psstrings; in linux_copyout_strings()
|
| /f-stack/freebsd/arm64/linux/ |
| H A D | linux_sysvec.c | 224 struct ps_strings *arginfo; in linux_copyout_strings() 237 arginfo = (struct ps_strings *)p->p_sysent->sv_psstrings; in linux_copyout_strings()
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_sysvec.c | 325 struct ps_strings *arginfo; in linux_copyout_strings() 337 arginfo = (struct ps_strings *)p->p_sysent->sv_psstrings; in linux_copyout_strings()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | pm_machdep.c | 467 td->td_frame->a3 = (register_t)imgp->ps_strings; in exec_setregs()
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux32_sysvec.c | 723 regs->tf_rbx = (register_t)imgp->ps_strings; in linux_exec_setregs()
|
| /f-stack/freebsd/amd64/ia32/ |
| H A D | ia32_signal.c | 964 regs->tf_rbx = (register_t)imgp->ps_strings; in ia32_setregs()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | machdep.c | 1175 regs->tf_ebx = (register_t)imgp->ps_strings; in exec_setregs()
|