Searched refs:Pissyscall (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPisadep.h54 extern int Pissyscall(struct ps_prochandle *, uintptr_t);
56 * Works the same way as Pissyscall(), except operates on an in-memory buffer.
H A DPscantext.c69 (syspri = Pissyscall(P, P->sysaddr)))
H A DPsyscall.c431 (!Pissyscall(P, P->status.pr_lwp.pr_reg[R_PC]) &&
/illumos-gate/usr/src/lib/libproc/i386/
H A DPisadep.c78 Pissyscall(struct ps_prochandle *P, uintptr_t addr) function
97 if (ret = Pissyscall(P, addr - sizeof (int_syscall_instr))) {
/illumos-gate/usr/src/lib/libproc/sparc/
H A DPisadep.c83 Pissyscall(struct ps_prochandle *P, uintptr_t addr) function
102 if (Pissyscall(P, prevaddr)) {
/illumos-gate/usr/src/lib/libproc/amd64/
H A DPisadep.c93 Pissyscall(struct ps_prochandle *P, uintptr_t addr) function
122 if (Pissyscall(P, addr - sizeof (syscall_instr))) {
130 if ((ret = Pissyscall(P, addr - sizeof (int_syscall_instr))) != 0) {
/illumos-gate/usr/src/lib/libproc/sparcv9/
H A DPisadep.c116 Pissyscall(struct ps_prochandle *P, uintptr_t addr) function
138 if (Pissyscall(P, prevaddr)) {
/illumos-gate/usr/src/man/man3proc/
H A DMakefile61 Pissyscall.3proc \
336 Pissyscall_prev.3proc := LINKSRC = Pissyscall.3proc

Completed in 77 milliseconds