Home
last modified time | relevance | path

Searched refs:sysdecode_atfd (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.bin/kdump/
H A Dlinux.c99 print_integer_arg_valid(sysdecode_atfd, *ip); in ktrsyscall_linux()
148 print_integer_arg_valid(sysdecode_atfd, *ip); in ktrsyscall_linux()
315 print_integer_arg_valid(sysdecode_atfd, *ip); in ktrsyscall_linux32()
359 print_integer_arg_valid(sysdecode_atfd, *ip); in ktrsyscall_linux32()
H A Dkdump.c904 print_integer_arg_valid(sysdecode_atfd, *ip); in ktrsyscall_freebsd()
1504 print_integer_arg_valid(sysdecode_atfd, *ip); in ktrsyscall_freebsd()
/freebsd/lib/libsysdecode/
H A DMakefile34 sysdecode_enum.3 sysdecode_atfd.3 \
H A Dsysdecode.h44 const char *sysdecode_atfd(int _fd);
H A Dflags.c89 sysdecode_atfd(int fd) in sysdecode_atfd() function
/freebsd/usr.bin/truss/
H A Dsyscalls.c2297 print_integer_arg(sysdecode_atfd, fp, args[sc->offset]); in print_arg()