Searched refs:Lputareg (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/truss/ |
H A D | ipc.c | 392 (void) Lputareg(Lwp, R_G1, (prgreg_t)SYS_syscall); in checkproc() 393 (void) Lputareg(Lwp, R_O0, (prgreg_t)what); in checkproc() 395 (void) Lputareg(Lwp, R_O1+i, pri->sys_args[i]); in checkproc() 397 (void) Lputareg(Lwp, R_G1, (prgreg_t)what); in checkproc() 399 (void) Lputareg(Lwp, R_O0+i, pri->sys_args[i]); in checkproc() 401 (void) Lputareg(Lwp, R_nPC, pc); in checkproc() 404 (void) Lputareg(Lwp, REG_RAX, (prgreg_t)what); in checkproc() 407 (void) Lputareg(Lwp, EAX, (prgreg_t)what); in checkproc() 412 (void) Lputareg(Lwp, R_PC, pc); in checkproc()
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | mapfile-vers | 83 Lputareg;
|
H A D | libproc.h | 327 extern int Lputareg(struct ps_lwphandle *, int, prgreg_t);
|
H A D | llib-lproc | 105 int Lputareg(struct ps_lwphandle *Lwp, int regno, prgreg_t reg);
|
H A D | Pcontrol.c | 3568 Lputareg(struct ps_lwphandle *L, int regno, prgreg_t reg) in Lputareg() function
|
/titanic_41/usr/src/cmd/nohup/ |
H A D | nohup.c | 401 (void) Lputareg(L, R_R0, ERESTART); in lwp_restart()
|