/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | gen_struct_layout.c | 352 START(lwpsinfo, lwpsinfo_t); in gen_lwpsinfo() 354 SCALAR_FIELD(lwpsinfo_t, pr_flag, 1); in gen_lwpsinfo() 355 SCALAR_FIELD(lwpsinfo_t, pr_lwpid, 0); in gen_lwpsinfo() 356 SCALAR_FIELD(lwpsinfo_t, pr_addr, 0); in gen_lwpsinfo() 357 SCALAR_FIELD(lwpsinfo_t, pr_wchan, 0); in gen_lwpsinfo() 358 SCALAR_FIELD(lwpsinfo_t, pr_stype, 0); in gen_lwpsinfo() 359 SCALAR_FIELD(lwpsinfo_t, pr_state, 0); in gen_lwpsinfo() 360 SCALAR_FIELD(lwpsinfo_t, pr_sname, 0); in gen_lwpsinfo() 361 SCALAR_FIELD(lwpsinfo_t, pr_nice, 0); in gen_lwpsinfo() 362 SCALAR_FIELD(lwpsinfo_t, pr_syscall, 0); in gen_lwpsinfo() [all …]
|
H A D | gen_layout_obj.c | 49 lwpsinfo_t lwpsinfo;
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/ |
H A D | err.D_CG_DYN.ResultDynType.d | 36 translator lwpsinfo_t < int i > 43 xlate < lwpsinfo_t * > (0);
|
H A D | err.D_XLATE_REDECL.ResultDynType.d | 36 translator lwpsinfo_t < kthread_t *T > 44 xlate < lwpsinfo_t * > (curthread);
|
/illumos-gate/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);
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | P32ton.h | 62 extern void lwpsinfo_32_to_n(const lwpsinfo32_t *, lwpsinfo_t *); 75 extern void lwpsinfo_n_to_32(const lwpsinfo_t *, lwpsinfo32_t *);
|
H A D | libproc.h | 324 extern const lwpsinfo_t *Lpsinfo(struct ps_lwphandle *); 454 extern int Plwp_getpsinfo(struct ps_prochandle *, lwpid_t, lwpsinfo_t *); 470 typedef int proc_lwp_all_f(void *, const lwpstatus_t *, const lwpsinfo_t *); 476 typedef int proc_walk_f(psinfo_t *, lwpsinfo_t *, void *); 736 extern int proc_get_lwpsinfo(pid_t, uint_t, lwpsinfo_t *);
|
H A D | Pcontrol.h | 143 lwpsinfo_t lwp_psinfo; /* /proc/<pid>/lwp/<lwpid>/lwpsinfo data */ 262 lwpsinfo_t lwp_psinfo; /* lwpsinfo_t from last Lpsinfo() */
|
H A D | proc_arg.c | 434 lwpsinfo_t *lwpsinfo; in proc_walk() 504 lwpsinfo = (lwpsinfo_t *)ptr; in proc_walk()
|
H A D | Plwpregs.c | 562 Plwp_getpsinfo(struct ps_prochandle *P, lwpid_t lwpid, lwpsinfo_t *lps) in Plwp_getpsinfo() 573 lps, sizeof (lwpsinfo_t))); in Plwp_getpsinfo() 577 (void) memcpy(lps, &lwp->lwp_psinfo, sizeof (lwpsinfo_t)); in Plwp_getpsinfo()
|
H A D | proc_get_info.c | 224 proc_get_lwpsinfo(pid_t pid, uint_t thr, lwpsinfo_t *lwpip) in proc_get_lwpsinfo()
|
/illumos-gate/usr/src/cmd/ptools/pstop/ |
H A D | pstop.c | 37 static int lwpstop(int *, const lwpstatus_t *, const lwpsinfo_t *); 111 lwpstop(int *lwpcount, const lwpstatus_t *status, const lwpsinfo_t *info) in lwpstop()
|
/illumos-gate/usr/src/cmd/ptools/prun/ |
H A D | prun.c | 37 static int lwpstart(int *, const lwpstatus_t *, const lwpsinfo_t *); 140 lwpstart(int *lwpcount, const lwpstatus_t *status, const lwpsinfo_t *info) in lwpstart()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/ptools/pflags/ |
H A D | pflags.c | 51 static int lwplook(look_arg_t *, const lwpstatus_t *, const lwpsinfo_t *); 250 lwplook_zombie(const lwpsinfo_t *pip) in lwplook_zombie() 257 lwplook(look_arg_t *arg, const lwpstatus_t *psp, const lwpsinfo_t *pip) in lwplook()
|
/illumos-gate/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(5) lwpsinfo_t. 296 translator lwpsinfo_t < kthread_t *T > { 352 inline lwpsinfo_t *curlwpsinfo = xlate <lwpsinfo_t *> (curthread);
|
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | elf_impl.h | 108 #define lwpsinfo_t lwpsinfo32_t macro
|
H A D | elf_notes.c | 111 + (nlwp + nzomb) * roundup(sizeof (lwpsinfo_t), sizeof (Word)) in setup_note_header() 224 lwpsinfo_t lwpsinfo; in write_elfnotes()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/prstat/ |
H A D | prstat.c | 902 add_lwp(psinfo_t *psinfo, lwpsinfo_t *lwpsinfo, int flags) in add_lwp() 914 sizeof (psinfo_t) - sizeof (lwpsinfo_t)); in add_lwp() 915 (void) memcpy(&lwp->li_info.pr_lwp, lwpsinfo, sizeof (lwpsinfo_t)); in add_lwp() 936 lwpsinfo_t *lwpsinfo; in prstat_scandir() 992 lwpsinfo = (lwpsinfo_t *)ptr; in prstat_scandir()
|
/illumos-gate/usr/src/cmd/ptools/ptree/ |
H A D | ptree.c | 119 static int add_proc(psinfo_t *, lwpsinfo_t *, void *); 650 add_proc(psinfo_t *info, lwpsinfo_t *lwp __unused, void *arg __unused) in add_proc()
|
/illumos-gate/usr/src/test/os-tests/tests/ |
H A D | clock_gettime.c | 62 lwpsinfo_t lwpsinfo; in clock_gettime_thread()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | procfs.h | 273 } lwpsinfo_t; 318 lwpsinfo_t pr_lwp; /* information for representative lwp */
|
/illumos-gate/usr/src/cmd/ptools/pstack/ |
H A D | pstack.c | 387 const lwpsinfo_t *pip) in thread_call_stack() 423 const lwpstatus_t *psp, const lwpsinfo_t *pip) in lwp_call_stack()
|