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

/opensolaris-onvv-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.c414 (!Pissyscall(P, P->status.pr_lwp.pr_reg[R_PC]) &&
/opensolaris-onvv-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))) {
/opensolaris-onvv-gate/usr/src/lib/libproc/sparc/
H A DPisadep.c83 Pissyscall(struct ps_prochandle *P, uintptr_t addr) function
102 if (Pissyscall(P, prevaddr)) {
/opensolaris-onvv-gate/usr/src/lib/libproc/amd64/
H A DPisadep.c92 Pissyscall(struct ps_prochandle *P, uintptr_t addr) function
121 if (Pissyscall(P, addr - sizeof (syscall_instr))) {
129 if ((ret = Pissyscall(P, addr - sizeof (int_syscall_instr))) != 0) {
/opensolaris-onvv-gate/usr/src/lib/libproc/sparcv9/
H A DPisadep.c116 Pissyscall(struct ps_prochandle *P, uintptr_t addr) function
138 if (Pissyscall(P, prevaddr)) {

Completed in 108 milliseconds