Searched refs:sv_psstrings (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-11-stable/sys/kern/
H A Dimgact_aout.c88 .sv_psstrings = PS_STRINGS,
132 .sv_psstrings = AOUT32_PS_STRINGS,
199 imgp->ps_strings = aout_sysvec.sv_psstrings;
H A Dkern_exec.c158 val = (unsigned int)p->p_sysent->sv_psstrings;
162 error = SYSCTL_OUT(req, &p->p_sysent->sv_psstrings,
163 sizeof(p->p_sysent->sv_psstrings));
1505 arginfo = (struct ps_strings *)p->p_sysent->sv_psstrings;
H A Dkern_proc.c1663 if (proc_readmem(td, p, (vm_offset_t)p->p_sysent->sv_psstrings, &pss,
1739 if (proc_readmem(td, p, (vm_offset_t)p->p_sysent->sv_psstrings, &pss,
2780 PTROUT(p->p_sysent->sv_psstrings) : 0;
2786 ps_strings = p->p_sysent->sv_psstrings;
2894 kst32.ksigtramp_start = sv->sv_psstrings -
2896 kst32.ksigtramp_end = sv->sv_psstrings;
2910 kst.ksigtramp_start = (char *)sv->sv_psstrings -
2912 kst.ksigtramp_end = (char *)sv->sv_psstrings;
H A Dinit_main.c421 .sv_psstrings = PS_STRINGS,
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_sysvec.c81 .sv_psstrings = PS_STRINGS,
/freebsd-11-stable/sys/powerpc/powerpc/
H A Delf32_machdep.c88 .sv_psstrings = FREEBSD32_PS_STRINGS,
95 .sv_psstrings = PS_STRINGS,
H A Delf64_machdep.c74 .sv_psstrings = PS_STRINGS,
111 .sv_psstrings = PS_STRINGS,
/freebsd-11-stable/sys/amd64/amd64/
H A Delf_machdep.c69 .sv_psstrings = PS_STRINGS,
94 sv->sv_psstrings -= PAGE_SIZE;
/freebsd-11-stable/sys/arm64/arm64/
H A Delf_machdep.c77 .sv_psstrings = PS_STRINGS,
H A Dmachdep.c622 tf->tf_lr = (register_t)(sysent->sv_psstrings -
/freebsd-11-stable/sys/mips/mips/
H A Delf_machdep.c72 .sv_psstrings = PS_STRINGS,
127 .sv_psstrings = PS_STRINGS,
H A Dfreebsd32_machdep.c95 .sv_psstrings = FREEBSD32_PS_STRINGS,
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_sysvec.c185 .sv_psstrings = PS_STRINGS,
/freebsd-11-stable/sys/i386/i386/
H A Delf_machdep.c71 .sv_psstrings = PS_STRINGS,
/freebsd-11-stable/sys/amd64/ia32/
H A Dia32_syscall.c266 lcall_addr = curproc->p_sysent->sv_psstrings - sz_lcall_tramp;
/freebsd-11-stable/sys/arm/arm/
H A Delf_machdep.c76 .sv_psstrings = PS_STRINGS,
H A Dmachdep.c657 tf->tf_usr_lr = (register_t)(sysent->sv_psstrings -
/freebsd-11-stable/sys/compat/ia32/
H A Dia32_sysvec.c117 .sv_psstrings = FREEBSD32_PS_STRINGS,
/freebsd-11-stable/sys/sys/
H A Dsysent.h113 vm_offset_t sv_psstrings; /* PS_STRINGS */ member in struct:sysentvec
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_sysvec.c219 arginfo = (struct ps_strings *)p->p_sysent->sv_psstrings;
288 arginfo = (struct ps_strings *)p->p_sysent->sv_psstrings;
859 .sv_psstrings = PS_STRINGS,
896 .sv_psstrings = LINUX_PS_STRINGS,
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_sysvec.c252 arginfo = (struct ps_strings *)p->p_sysent->sv_psstrings;
318 arginfo = (struct ps_strings *)p->p_sysent->sv_psstrings;
725 .sv_psstrings = PS_STRINGS,
/freebsd-11-stable/sys/riscv/riscv/
H A Delf_machdep.c80 .sv_psstrings = PS_STRINGS,
H A Dmachdep.c555 tf->tf_ra = (register_t)(sysent->sv_psstrings -
/freebsd-11-stable/sys/sparc64/sparc64/
H A Delf_machdep.c76 .sv_psstrings = PS_STRINGS,
H A Dmachdep.c1000 tf->tf_out[3] = p->p_sysent->sv_psstrings;

Completed in 175 milliseconds

12