Home
last modified time | relevance | path

Searched refs:decode_syscall (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/amd64/amd64/
H A Ddb_trace.c129 static void decode_syscall(int, struct thread *);
148 decode_syscall(int number, struct thread *td) in decode_syscall() function
250 decode_syscall(tf->tf_rax, td); in db_nextframe()
/f-stack/freebsd/i386/i386/
H A Ddb_trace.c199 static void decode_syscall(int, struct thread *);
271 decode_syscall(int number, struct thread *td) in decode_syscall() function
404 decode_syscall(tf->tf_eax, td); in db_nextframe()