Searched refs:Pissyscall (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/lib/libproc/common/ |
H A D | Pisadep.h | 54 extern int Pissyscall(struct ps_prochandle *, uintptr_t); 56 * Works the same way as Pissyscall(), except operates on an in-memory buffer.
|
H A D | Pscantext.c | 69 (syspri = Pissyscall(P, P->sysaddr)))
|
H A D | Psyscall.c | 414 (!Pissyscall(P, P->status.pr_lwp.pr_reg[R_PC]) &&
|
/osnet-11/usr/src/lib/libproc/i386/ |
H A D | Pisadep.c | 77 Pissyscall(struct ps_prochandle *P, uintptr_t addr) function 96 if (ret = Pissyscall(P, addr - sizeof (int_syscall_instr))) {
|
/osnet-11/usr/src/lib/libproc/sparc/ |
H A D | Pisadep.c | 82 Pissyscall(struct ps_prochandle *P, uintptr_t addr) function 101 if (Pissyscall(P, prevaddr)) {
|
/osnet-11/usr/src/lib/libproc/amd64/ |
H A D | Pisadep.c | 91 Pissyscall(struct ps_prochandle *P, uintptr_t addr) function 120 if (Pissyscall(P, addr - sizeof (syscall_instr))) { 128 if ((ret = Pissyscall(P, addr - sizeof (int_syscall_instr))) != 0) {
|
/osnet-11/usr/src/lib/libproc/sparcv9/ |
H A D | Pisadep.c | 115 Pissyscall(struct ps_prochandle *P, uintptr_t addr) function 137 if (Pissyscall(P, prevaddr)) {
|
Completed in 21 milliseconds