Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dkdb.h87 struct thread *kdb_thr_first(void);
/freebsd/sys/ddb/
H A Ddb_thread.c84 thr = kdb_thr_first(); in db_show_threads()
H A Ddb_ps.c527 for (td = kdb_thr_first(); td != NULL; td = kdb_thr_next(td)) { in db_findstack_cmd()
H A Ddb_command.c886 for (td = kdb_thr_first(); td != NULL; td = kdb_thr_next(td)) { in _db_stack_trace_all()
/freebsd/sys/kern/
H A Dsubr_kdb.c657 kdb_thr_first(void) in kdb_thr_first() function
694 thr = kdb_thr_first(); in kdb_thr_lookup()
/freebsd/sys/security/mac_ddb/
H A Dmac_ddb.c118 for (thr = kdb_thr_first(); thr != NULL; thr = kdb_thr_next(thr)) { in db_thread_valid()
/freebsd/sys/gdb/
H A Dgdb_main.c463 ctx.iter = kdb_thr_first(); in do_qXfer_threads_read()
910 thr_iter = kdb_thr_first(); in gdb_trap()