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

/freebsd-11-stable/sys/i386/i386/
H A Ddb_trace.c201 static void decode_syscall(int, struct thread *);
273 decode_syscall(int number, struct thread *td) function
392 decode_syscall(tf->tf_eax, td);
/freebsd-11-stable/sys/amd64/amd64/
H A Ddb_trace.c132 static void decode_syscall(int, struct thread *);
151 decode_syscall(int number, struct thread *td) function
260 decode_syscall(tf->tf_rax, td);

Completed in 57 milliseconds