Searched refs:ps_lgetregs (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/man/man3proc/ |
H A D | Makefile | 22 ps_lgetregs.3proc \ 45 ps_lgetfpregs.3proc := LINKSRC = ps_lgetregs.3proc 46 ps_lgetxregs.3proc := LINKSRC = ps_lgetregs.3proc 47 ps_lgetxregsize.3proc := LINKSRC = ps_lgetregs.3proc 48 ps_lsetfpregs.3proc := LINKSRC = ps_lgetregs.3proc 49 ps_lsetregs.3proc := LINKSRC = ps_lgetregs.3proc 50 ps_lsetxregs.3proc := LINKSRC = ps_lgetregs.3proc
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library-security-libsasl.mf | 60 file path=usr/share/man/man3proc/ps_lgetregs.3proc 135 link path=usr/share/man/man3proc/ps_lgetfpregs.3proc target=ps_lgetregs.3proc 136 link path=usr/share/man/man3proc/ps_lgetxregs.3proc target=ps_lgetregs.3proc 138 target=ps_lgetregs.3proc 140 link path=usr/share/man/man3proc/ps_lsetfpregs.3proc target=ps_lgetregs.3proc 141 link path=usr/share/man/man3proc/ps_lsetregs.3proc target=ps_lgetregs.3proc 142 link path=usr/share/man/man3proc/ps_lsetxregs.3proc target=ps_lgetregs.3proc
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | Pservice.c | 123 ps_lgetregs(struct ps_prochandle *P, lwpid_t lwpid, prgregset_t regs) in ps_lgetregs() function 256 if ((error = ps_lgetregs(P, lwpid, regs)) != PS_OK) in ps_lgetLDT()
|
H A D | mapfile-vers | 259 ps_lgetregs;
|
H A D | llib-lproc | 154 ps_err_e ps_lgetregs(struct ps_prochandle *Pr,
|
/titanic_41/usr/src/head/ |
H A D | proc_service.h | 114 extern ps_err_e ps_lgetregs(struct ps_prochandle *,
|
/titanic_41/usr/src/lib/libc_db/common/ |
H A D | mapfile-vers | 121 ps_lgetregs { FLAGS = EXTERN };
|
H A D | thread_db.c | 1874 if (ps_lgetregs(ph_p, thr_to_lwpid(th_p), regset) != PS_OK) in __td_thr_getgregs()
|
/titanic_41/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | ps.c | 318 ps_lgetregs(struct ps_prochandle *ph, lwpid_t lid, prgregset_t gregset) in ps_lgetregs() function
|