Home
last modified time | relevance | path

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

/freebsd-head/usr.bin/kdump/
HDlinux.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()
HDkdump.c904 print_integer_arg_valid(sysdecode_atfd, *ip); in ktrsyscall_freebsd()
1504 print_integer_arg_valid(sysdecode_atfd, *ip); in ktrsyscall_freebsd()
/freebsd-head/lib/libsysdecode/
HDMakefile34 sysdecode_enum.3 sysdecode_atfd.3 \
HDsysdecode.h44 const char *sysdecode_atfd(int _fd);
HDflags.c89 sysdecode_atfd(int fd) in sysdecode_atfd() function
/freebsd-head/usr.bin/truss/
HDsyscalls.c2297 print_integer_arg(sysdecode_atfd, fp, args[sc->offset]); in print_arg()