Home
last modified time | relevance | path

Searched refs:lwpsinfo_t (Results 1 – 25 of 33) sorted by relevance

12

/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Dgen_struct_layout.c347 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 Dgen_layout_obj.c46 lwpsinfo_t lwpsinfo;
/titanic_41/usr/src/cmd/dtrace/test/tst/common/types/
H A Derr.D_CG_DYN.ResultDynType.d38 translator lwpsinfo_t < int i >
45 xlate < lwpsinfo_t * > (0);
H A Derr.D_XLATE_REDECL.ResultDynType.d38 translator lwpsinfo_t < kthread_t *T >
46 xlate < lwpsinfo_t * > (curthread);
/titanic_41/usr/src/cmd/dtrace/test/tst/common/translators/
H A Dtst.TestTransStability1.ksh46 inline lwpsinfo_t *myinfo = xlate < lwpsinfo_t *> (curthread);
H A Dtst.TestTransStability2.ksh46 inline lwpsinfo_t *myinfo = xlate < lwpsinfo_t *> (curthread);
/titanic_41/usr/src/lib/libproc/common/
H A DP32ton.h64 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 DPcontrol.h136 lwpsinfo_t lwp_psinfo; /* /proc/<pid>/lwp/<lwpid>/lwpsinfo data */
252 lwpsinfo_t lwp_psinfo; /* lwpsinfo_t from last Lpsinfo() */
H A Dlibproc.h324 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 DPlwpregs.c333 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 Dproc_arg.c433 lwpsinfo_t *lwpsinfo; in proc_walk()
498 lwpsinfo = (lwpsinfo_t *)ptr; in proc_walk()
H A DPgcore.c177 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 DPcontrol.c2965 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 Dpstop.c39 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 Dprun.c39 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 Dpbind.c286 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 Delf_impl.h95 #define lwpsinfo_t lwpsinfo32_t macro
H A Delf_notes.c107 + (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 Dprocfs.d.in212 * 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 Dpflags.c51 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 Dpsrset.c490 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 Dprocfs.h268 } lwpsinfo_t;
313 lwpsinfo_t pr_lwp; /* information for representative lwp */
/titanic_41/usr/src/cmd/prstat/
H A Dprstat.c880 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 Dpstack.c381 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 Dplgrp.c870 const lwpsinfo_t *lwpsinfo) in do_op()
1195 const lwpsinfo_t *lwpsinfo) in Plwp_iter_handler()

12