Home
last modified time | relevance | path

Searched refs:kdb_thr_lookup (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dkdb.h91 struct thread *kdb_thr_lookup(lwpid_t);
/f-stack/freebsd/ddb/
H A Ddb_thread.c126 td = kdb_thr_lookup(decaddr); in db_lookup_thread()
H A Ddb_command.c827 td = kdb_thr_lookup((lwpid_t)tid); in db_stack_trace()
/f-stack/freebsd/kern/
H A Dsubr_kdb.c634 kdb_thr_lookup(lwpid_t tid) in kdb_thr_lookup() function