Home
last modified time | relevance | path

Searched refs:mdb_list_next (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.c274 for (xdp = mdb_list_next(&t->t_xdlist); xdp != NULL; xdp = nxdp) { in mdb_tgt_destroy()
275 nxdp = mdb_list_next(xdp); in mdb_tgt_destroy()
763 for (vep = mdb_list_next(&sep->se_velist); vep; vep = nvep) { in mdb_tgt_sespec_prune_one()
764 nvep = mdb_list_next(vep); in mdb_tgt_sespec_prune_one()
783 for (sep = mdb_list_next(&t->t_active); sep != NULL; sep = nsep) { in mdb_tgt_sespec_prune_all()
784 nsep = mdb_list_next(sep); in mdb_tgt_sespec_prune_all()
824 for (vep = mdb_list_next(&sep->se_velist); vep != NULL; ) { in mdb_tgt_sespec_idle_all()
826 vep = mdb_list_next(vep); in mdb_tgt_sespec_idle_all()
834 for (sep = mdb_list_next(&t->t_active); sep != NULL; sep = nsep) { in mdb_tgt_sespec_idle_all()
835 nsep = mdb_list_next(sep); in mdb_tgt_sespec_idle_all()
[all …]
H A Dmdb_callb.c66 mdb_callb_t *next = mdb_list_next(cb); in mdb_callb_remove()
94 while ((cb = mdb_list_next(&mdb.m_cblist)) != NULL) in mdb_callb_remove_all()
108 for (cb = mdb_list_next(&mdb.m_cblist); cb != NULL; cb = next) { in mdb_callb_fire()
109 next = mdb_list_next(cb); in mdb_callb_fire()
H A Dmdb_kvm.c572 for (km = mdb_list_next(&kt->k_modlist); km; km = mdb_list_next(km)) { in kt_module_by_name()
878 kmod.km_list.ml_next = mdb_list_next(&kt->k_modlist); in kt_lookup_by_name()
906 for (; n > 0; n--, km = mdb_list_next(km)) { in kt_lookup_by_name()
939 km = mdb_list_next(km); in kt_lookup_by_addr()
945 km = mdb_list_next(km); in kt_lookup_by_addr()
949 km->km_list.ml_next = mdb_list_next(&kt->k_modlist); in kt_lookup_by_addr()
959 for (km = &kmods[0]; km != NULL; km = mdb_list_next(km)) { in kt_lookup_by_addr()
1170 for (km = mdb_list_next(&kt->k_modlist); km; km = mdb_list_next(km)) { in kt_object_iter()
1184 for (km = mdb_list_next(&kt->k_modlist); km; km = mdb_list_next(km)) { in kt_addr_to_map()
1207 return (kt_module_to_map(mdb_list_next(&kt->k_modlist), &m)); in kt_name_to_map()
[all …]
H A Dmdb_typedef.c422 for (pn = mdb_list_next(&pr->pr_nodes); pn != NULL; in typedef_validate()
423 pn = mdb_list_next(pn)) { in typedef_validate()
493 for (pn = mdb_list_next(&pr->pr_nodes); pn != NULL; in typedef_add()
494 pn = mdb_list_next(pn)) { in typedef_add()
H A Dmdb_frame.c82 while ((cp = mdb_list_next(&fp->f_cmds)) != NULL) { in mdb_frame_reset()
134 ASSERT(mdb_list_next(&fp->f_cmds) == NULL); in mdb_frame_pop()
H A Dmdb_list.h51 #define mdb_list_next(elem) ((void *)(((mdb_list_t *)(elem))->ml_next)) macro
H A Dmdb_pservice.c107 for (t = mdb_list_next(&mdb.m_tgtlist); t; t = mdb_list_next(t)) { in mdb_tgt_from_pshandle()
H A Dmdb.c893 fp->f_cp = mdb_list_next(&fp->f_cmds); in mdb_call()
898 for (cp = mdb_list_next(&fp->f_cmds); cp; cp = mdb_list_next(cp)) { in mdb_call()
899 if (mdb_list_next(cp) != NULL) { in mdb_call()
908 ncp = mdb_list_next(cp); in mdb_call()
973 fp->f_cp = mdb_list_next(cp); in mdb_call()
981 while ((cp = mdb_list_next(&mdb.m_lastc)) != NULL) { in mdb_call()
H A Dmdb_module.c487 for (cp = mdb_list_next(&mdb.m_lastc); cp; cp = mdb_list_next(cp)) { in mdb_module_remove_dcmd()
489 while ((cp = mdb_list_next(&mdb.m_lastc)) != NULL) { in mdb_module_remove_dcmd()
H A Dmdb_proc.c342 mdb_sespec_t *sep, *nsep = mdb_list_next(&t->t_active); in pt_rtld_event()
359 nsep = mdb_list_next(sep); in pt_rtld_event()
589 while ((vfp = mdb_list_next(&pt->p_vforkp)) != NULL) { in pt_release_parents()
600 for (sep = mdb_list_next(&t->t_active); sep != NULL; in pt_release_parents()
601 sep = mdb_list_next(sep)) { in pt_release_parents()
707 for (t->t_pshandle = C, sep = mdb_list_next(&t->t_active); in pt_fork()
708 sep != NULL; sep = mdb_list_next(sep)) { in pt_fork()
1741 t, sep, mdb_list_next(&sep->se_velist), in pt_status_dcmd()
4230 for (sep = mdb_list_next(&t->t_active); sep; sep = mdb_list_next(sep)) { in pt_brkpt_cont()
4241 for (sep = mdb_list_next(&t->t_active); sep; sep = mdb_list_next(sep)) { in pt_brkpt_cont()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c857 km = mdb_list_next(&kmt->kmt_modlist); in kmt_modlist_update()
859 kmn = mdb_list_next(km); in kmt_modlist_update()
887 kmt_module_t *km = mdb_list_next(&kmt->kmt_modlist); in kmt_lookup_by_addr()
911 for (; km != NULL; km = mdb_list_next(km)) { in kmt_lookup_by_addr()
1007 km = mdb_list_next(&kmt->kmt_modlist); in kmt_lookup_by_name()
1041 for (; n > 0; n--, km = mdb_list_next(km)) { in kmt_lookup_by_name()
1205 for (km = mdb_list_next(&kmt->kmt_modlist); km != NULL; in kmt_object_iter()
1206 km = mdb_list_next(km)) { in kmt_object_iter()
1220 for (km = mdb_list_next(&kmt->kmt_modlist); km != NULL; in kmt_addr_to_map()
1221 km = mdb_list_next(km)) { in kmt_addr_to_map()
[all …]