Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dkdb.h90 struct thread *kdb_thr_from_pid(pid_t);
/f-stack/freebsd/ddb/
H A Ddb_thread.c130 td = kdb_thr_from_pid(decaddr); in db_lookup_thread()
H A Ddb_command.c829 td = kdb_thr_from_pid((pid_t)tid); in db_stack_trace()
/f-stack/freebsd/kern/
H A Dsubr_kdb.c622 kdb_thr_from_pid(pid_t pid) in kdb_thr_from_pid() function