Home
last modified time | relevance | path

Searched refs:T_SE_END (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.c205 t->t_matched = T_SE_END; in mdb_tgt_create()
823 while ((sep = t->t_matched) != T_SE_END && clear_matched) { in mdb_tgt_sespec_idle_all()
1138 t->t_matched = T_SE_END; in tgt_continue()
1150 for (sep = matched; sep != T_SE_END; sep = sep->se_matched) { in tgt_continue()
1180 for (sep = matched; sep != T_SE_END; sep = nsep) { in tgt_continue()
1192 if (matched != T_SE_END) { in tgt_continue()
1196 if ((t->t_matched = tgt_match_sespecs(t, FALSE)) != T_SE_END) { in tgt_continue()
1228 for (sep = t->t_matched; sep != T_SE_END; sep = sep->se_matched) { in tgt_continue()
1280 if (t->t_matched != T_SE_END && ncont == n) in tgt_continue()
1327 for (sep = t->t_matched; sep != T_SE_END; in tgt_request_continue()
H A Dmdb_target_impl.h167 #define T_SE_END ((void *)-1L) /* Sentinel for end of t_matched list */ macro
H A Dmdb_proc.c869 for (sep = t->t_matched; sep != T_SE_END; sep = nsep) { in pt_exec()
1721 for (sep = t->t_matched; sep != T_SE_END; in pt_status_dcmd()