Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dkdb.h89 struct thread *kdb_thr_first(void);
/f-stack/freebsd/ddb/
H A Ddb_thread.c87 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.c854 for (td = kdb_thr_first(); td != NULL; td = kdb_thr_next(td)) { in _db_stack_trace_all()
/f-stack/freebsd/kern/
H A Dsubr_kdb.c605 kdb_thr_first(void) in kdb_thr_first() function
638 thr = kdb_thr_first(); in kdb_thr_lookup()