Home
last modified time | relevance | path

Searched refs:sysdecode_access_mode (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.bin/kdump/
H A Dlinux.c112 print_mask_arg(sysdecode_access_mode, *ip); in ktrsyscall_linux()
326 print_mask_arg(sysdecode_access_mode, *ip); in ktrsyscall_linux32()
H A Dkdump.c919 print_mask_arg(sysdecode_access_mode, *ip); in ktrsyscall_freebsd()
/freebsd/lib/libsysdecode/
H A Dsysdecode.h42 bool sysdecode_access_mode(FILE *_fp, int _mode, int *_rem);
H A Dflags.c224 sysdecode_access_mode(FILE *fp, int mode, int *rem) in sysdecode_access_mode() function
/freebsd/usr.bin/truss/
H A Dsyscalls.c2303 print_mask_arg(sysdecode_access_mode, fp, args[sc->offset]); in print_arg()