Searched refs:lwp_info_t (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libproc/common/
H A DPlwpregs.c45 static lwp_info_t *
48 lwp_info_t *lwp = list_next(&P->core->core_lwp_head);
92 lwp_info_t *lwp;
222 lwp_info_t *lwp;
259 lwp_info_t *lwp;
290 lwp_info_t *lwp;
329 lwp_info_t *lwp;
404 lwp_info_t *lwp;
440 lwp_info_t *lwp;
479 lwp_info_t *lw
[all...]
H A DPcontrol.h140 } lwp_info_t; typedef in typeref:struct:lwp_info
146 lwp_info_t *core_lwp; /* current lwp information */
H A DPservice.c173 lwp_info_t *lwp = list_next(&P->core->core_lwp_head);
278 lwp_info_t *lwp = list_next(&P->core->core_lwp_head);
H A DPcore.c123 * Return the lwp_info_t for the given lwpid. If no such lwpid has been
125 * Create a list of lwp_info_t structures sorted in decreasing lwp_id order.
127 static lwp_info_t *
130 lwp_info_t *lwp = list_next(&P->core->core_lwp_head);
131 lwp_info_t *next;
145 if ((lwp = calloc(1, sizeof (lwp_info_t))) == NULL)
199 lwp_info_t *lwp;
270 lwp_info_t *lwp;
569 lwp_info_t *lwp = P->core->core_lwp;
593 lwp_info_t *lw
[all...]
H A DPcontrol.c936 lwp_info_t *nlwp, *lwp = list_next(&P->core->core_lwp_head);
2766 lwp_info_t *lwp = list_prev(&P->core->core_lwp_head);
2837 lwp_info_t *lwp = list_prev(&P->core->core_lwp_head);
/osnet-11/usr/src/lib/libproc/sparc/
H A DPisadep.c189 lwp_info_t *lwp = list_next(&P->core->core_lwp_head);
/osnet-11/usr/src/lib/libproc/sparcv9/
H A DPisadep.c237 lwp_info_t *lwp = list_next(&P->core->core_lwp_head);

Completed in 33 milliseconds