Searched refs:lwpstatus_t (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/lib/libproc/
H A Dlibproc.h107 } lwpstatus_t; typedef in typeref:struct:lwpstatus
135 const lwpstatus_t *
H A Dproc_util.c197 const lwpstatus_t *
201 lwpstatus_t *psp = &phdl->lwps;
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c147 const lwpstatus_t *psp = &Pstatus(dpr->dpr_proc)->pr_lwp;
432 const lwpstatus_t *psp = &Pstatus(P)->pr_lwp;
591 const lwpstatus_t *psp;
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf.c7782 lwpstatus_t in pstat.pr_lwp, but we'll catch it all in an
7793 lwpstatus_t lwpstat;
7827 + offsetof (lwpstatus_t, pr_context.uc_mcontext.gregs);
7832 sect->filepos = note->descpos + offsetof (lwpstatus_t, pr_reg);
7856 + offsetof (lwpstatus_t, pr_context.uc_mcontext.fpregs);
7861 sect->filepos = note->descpos + offsetof (lwpstatus_t, pr_fpreg);
8417 lwpstatus_t lwpstat;
H A Dconfigure18131 echo "$as_me:$LINENO: checking for lwpstatus_t in sys/procfs.h" >&5
18132 echo $ECHO_N "checking for lwpstatus_t in sys/procfs.h... $ECHO_C" >&6
18148 lwpstatus_t avar
18261 echo "$as_me:$LINENO: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
18262 echo $ECHO_N "checking for lwpstatus_t.pr_context in sys/procfs.h... $ECHO_C" >&6
18278 lwpstatus_t avar; void* aref = (void*) &avar.pr_context
18326 echo "$as_me:$LINENO: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
18327 echo $ECHO_N "checking for lwpstatus_t.pr_reg in sys/procfs.h... $ECHO_C" >&6
18343 lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dprocfs.c330 typedef lwpstatus_t gdb_lwpstatus_t;
1134 sizeof (lwpstatus_t))
1135 == sizeof (lwpstatus_t));
1221 pstatus_t and LWP status flags, e.g. PR_STOPPED, in lwpstatus_t.

Completed in 129 milliseconds