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

/freebsd-10.1-release/sys/amd64/amd64/
H A Ddb_trace.c194 static void decode_syscall(int, struct thread *);
264 decode_syscall(int number, struct thread *td) function
369 decode_syscall(tf->tf_rax, td);
/freebsd-10.1-release/sys/i386/i386/
H A Ddb_trace.c181 static void decode_syscall(int, struct thread *);
253 decode_syscall(int number, struct thread *td) function
373 decode_syscall(tf->tf_eax, td);

Completed in 44 milliseconds