Home
last modified time | relevance | path

Searched refs:core_lwp_head (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPservice.c182 for (lwp = list_head(&core->core_lwp_head); lwp != NULL; in ps_lgetxregsize()
183 lwp = list_next(&core->core_lwp_head, lwp)) { in ps_lgetxregsize()
H A DPcontrol.h163 list_t core_lwp_head; /* head of list of lwp info */ member
H A DPlwpregs.c64 for (lwp = list_head(&core->core_lwp_head); lwp != NULL; in getlwpcore()
65 lwp = list_next(&core->core_lwp_head, lwp)) { in getlwpcore()
H A DPcore.c212 while ((lwp = list_remove_head(&core->core_lwp_head)) != NULL) { in Pfini_core()
368 for (lwp = list_head(&core->core_lwp_head); lwp != NULL; in lwpid2info()
369 lwp = list_next(&core->core_lwp_head, lwp)) { in lwpid2info()
383 list_insert_before(&core->core_lwp_head, prev, lwp); in lwpid2info()
2458 list_create(&core_info->core_lwp_head, sizeof (lwp_info_t),
2660 for (lwp = list_head(&core_info->core_lwp_head); lwp != NULL;
2661 lwp = list_next(&core_info->core_lwp_head, lwp)) {
H A DPcontrol.c3038 for (lwp = list_tail(&core->core_lwp_head); lwp != NULL; in Plwp_iter()
3039 lwp = list_prev(&core->core_lwp_head, lwp)) { in Plwp_iter()
3110 for (lwp = list_tail(&core->core_lwp_head); lwp != NULL; in Plwp_iter_all()
3111 lwp = list_prev(&core->core_lwp_head, lwp)) { in Plwp_iter_all()
/illumos-gate/usr/src/lib/libproc/sparc/
H A DPisadep.c194 for (lwp = list_head(&core->core_lwp_head); lwp != NULL; in read_gwin()
195 lwp = list_next(&core->core_lwp_head, lwp)) { in read_gwin()
/illumos-gate/usr/src/lib/libproc/sparcv9/
H A DPisadep.c242 for (lwp = list_head(&core->core_lwp_head); lwp != NULL; in read_gwin()
243 lwp = list_next(&core->core_lwp_head, lwp)) { in read_gwin()