/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | gen_struct_layout.c | 347 START(lwpsinfo, lwpsinfo_t); in gen_lwpsinfo() 349 SCALAR_FIELD(lwpsinfo_t, pr_flag, 1); in gen_lwpsinfo() 350 SCALAR_FIELD(lwpsinfo_t, pr_lwpid, 0); in gen_lwpsinfo() 351 SCALAR_FIELD(lwpsinfo_t, pr_addr, 0); in gen_lwpsinfo() 352 SCALAR_FIELD(lwpsinfo_t, pr_wchan, 0); in gen_lwpsinfo() 353 SCALAR_FIELD(lwpsinfo_t, pr_stype, 0); in gen_lwpsinfo() 354 SCALAR_FIELD(lwpsinfo_t, pr_state, 0); in gen_lwpsinfo() 355 SCALAR_FIELD(lwpsinfo_t, pr_sname, 0); in gen_lwpsinfo() 356 SCALAR_FIELD(lwpsinfo_t, pr_nice, 0); in gen_lwpsinfo() 357 SCALAR_FIELD(lwpsinfo_t, pr_syscall, 0); in gen_lwpsinfo() [all …]
|
H A D | gen_layout_obj.c | 46 lwpsinfo_t lwpsinfo;
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/types/ |
H A D | err.D_CG_DYN.ResultDynType.d | 38 translator lwpsinfo_t < int i > 45 xlate < lwpsinfo_t * > (0);
|
H A D | err.D_XLATE_REDECL.ResultDynType.d | 38 translator lwpsinfo_t < kthread_t *T > 46 xlate < lwpsinfo_t * > (curthread);
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/translators/ |
H A D | tst.TestTransStability1.ksh | 46 inline lwpsinfo_t *myinfo = xlate < lwpsinfo_t *> (curthread);
|
H A D | tst.TestTransStability2.ksh | 46 inline lwpsinfo_t *myinfo = xlate < lwpsinfo_t *> (curthread);
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | P32ton.h | 64 extern void lwpsinfo_32_to_n(const lwpsinfo32_t *, lwpsinfo_t *); 77 extern void lwpsinfo_n_to_32(const lwpsinfo_t *, lwpsinfo32_t *);
|
H A D | Pcontrol.h | 136 lwpsinfo_t lwp_psinfo; /* /proc/<pid>/lwp/<lwpid>/lwpsinfo data */ 252 lwpsinfo_t lwp_psinfo; /* lwpsinfo_t from last Lpsinfo() */
|
H A D | libproc.h | 324 extern const lwpsinfo_t *Lpsinfo(struct ps_lwphandle *); 444 extern int Plwp_getpsinfo(struct ps_prochandle *, lwpid_t, lwpsinfo_t *); 460 typedef int proc_lwp_all_f(void *, const lwpstatus_t *, const lwpsinfo_t *); 466 typedef int proc_walk_f(psinfo_t *, lwpsinfo_t *, void *);
|
H A D | Plwpregs.c | 333 Plwp_getpsinfo(struct ps_prochandle *P, lwpid_t lwpid, lwpsinfo_t *lps) in Plwp_getpsinfo() 344 lps, sizeof (lwpsinfo_t))); in Plwp_getpsinfo() 348 (void) memcpy(lps, &lwp->lwp_psinfo, sizeof (lwpsinfo_t)); in Plwp_getpsinfo()
|
H A D | proc_arg.c | 433 lwpsinfo_t *lwpsinfo; in proc_walk() 498 lwpsinfo = (lwpsinfo_t *)ptr; in proc_walk()
|
H A D | Pgcore.c | 177 const lwpsinfo_t *lip, prstatus_t *psp) in mkprstatus() 302 const lwpsinfo_t *lip, prstatus32_t *psp) in mkprstatus32() 457 old_per_lwp(void *data, const lwpstatus_t *lsp, const lwpsinfo_t *lip) in old_per_lwp() 508 new_per_lwp(void *data, const lwpstatus_t *lsp, const lwpsinfo_t *lip) in new_per_lwp() 521 sizeof (lwpsinfo_t), pgc->pgc_doff) != 0) in new_per_lwp()
|
H A D | Pcontrol.c | 2965 lwpsinfo_t *Lpsp; in Plwp_iter_all() 3037 Lpsp = (lwpsinfo_t *)(uintptr_t)(Lphp + 1); in Plwp_iter_all() 3049 Lpsp = (lwpsinfo_t *)((uintptr_t)Lpsp + Lphp->pr_entsize); in Plwp_iter_all() 3058 Lpsp = (lwpsinfo_t *)(uintptr_t)(Lphp + 1); in Plwp_iter_all() 3068 Lpsp = (lwpsinfo_t *)((uintptr_t)Lpsp + Lphp->pr_entsize); in Plwp_iter_all() 3318 const lwpsinfo_t *
|
/titanic_41/usr/src/cmd/ptools/pstop/ |
H A D | pstop.c | 39 static int lwpstop(int *, const lwpstatus_t *, const lwpsinfo_t *); 113 lwpstop(int *lwpcount, const lwpstatus_t *status, const lwpsinfo_t *info) in lwpstop()
|
/titanic_41/usr/src/cmd/ptools/prun/ |
H A D | prun.c | 39 static int lwpstart(int *, const lwpstatus_t *, const lwpsinfo_t *); 142 lwpstart(int *lwpcount, const lwpstatus_t *status, const lwpsinfo_t *info) in lwpstart()
|
/titanic_41/usr/src/cmd/pbind/ |
H A D | pbind.c | 286 lwp = (lwpsinfo_t *)ptr; in do_lwps() 311 query_all_proc(psinfo_t *psinfo, lwpsinfo_t *lwpsinfo, void *arg) in query_all_proc() 333 query_all_lwp(psinfo_t *psinfo, lwpsinfo_t *lwpsinfo, void *arg) in query_all_lwp()
|
/titanic_41/usr/src/uts/common/exec/elf/ |
H A D | elf_impl.h | 95 #define lwpsinfo_t lwpsinfo32_t macro
|
H A D | elf_notes.c | 107 + (nlwp + nzomb) * roundup(sizeof (lwpsinfo_t), sizeof (Word)) in setup_note_header() 173 lwpsinfo_t lwpsinfo; in write_elfnotes()
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | procfs.d.in | 212 * We also do not fill in pr_lwp (the lwpsinfo_t for the representative LWP) 290 * Translate from the kernel's kthread_t structure to a proc(4) lwpsinfo_t. 296 translator lwpsinfo_t < kthread_t *T > { 352 inline lwpsinfo_t *curlwpsinfo = xlate <lwpsinfo_t *> (curthread);
|
/titanic_41/usr/src/cmd/ptools/pflags/ |
H A D | pflags.c | 51 static int lwplook(look_arg_t *, const lwpstatus_t *, const lwpsinfo_t *); 253 lwplook_zombie(const lwpsinfo_t *pip) in lwplook_zombie() 260 lwplook(look_arg_t *arg, const lwpstatus_t *psp, const lwpsinfo_t *pip) in lwplook()
|
/titanic_41/usr/src/cmd/psrset/ |
H A D | psrset.c | 490 query_all_proc(psinfo_t *psinfo, lwpsinfo_t *lwpsinfo, void *arg) in query_all_proc() 512 query_all_lwp(psinfo_t *psinfo, lwpsinfo_t *lwpsinfo, void *arg) in query_all_lwp() 616 lwp = (lwpsinfo_t *)ptr; in do_lwps()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | procfs.h | 268 } lwpsinfo_t; 313 lwpsinfo_t pr_lwp; /* information for representative lwp */
|
/titanic_41/usr/src/cmd/prstat/ |
H A D | prstat.c | 880 add_lwp(psinfo_t *psinfo, lwpsinfo_t *lwpsinfo, int flags) in add_lwp() 892 sizeof (psinfo_t) - sizeof (lwpsinfo_t)); in add_lwp() 893 (void) memcpy(&lwp->li_info.pr_lwp, lwpsinfo, sizeof (lwpsinfo_t)); in add_lwp() 913 lwpsinfo_t *lwpsinfo; in prstat_scandir() 969 lwpsinfo = (lwpsinfo_t *)ptr; in prstat_scandir()
|
/titanic_41/usr/src/cmd/ptools/pstack/ |
H A D | pstack.c | 381 const lwpsinfo_t *pip) in thread_call_stack() 413 const lwpstatus_t *psp, const lwpsinfo_t *pip) in lwp_call_stack()
|
/titanic_41/usr/src/cmd/ptools/plgrp/ |
H A D | plgrp.c | 870 const lwpsinfo_t *lwpsinfo) in do_op() 1195 const lwpsinfo_t *lwpsinfo) in Plwp_iter_handler()
|