Home
last modified time | relevance | path

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

/freebsd/lib/libsysdecode/
H A DMakefile90 sysdecode_mask.3 sysdecode_mmap_prot.3 \
H A Dsysdecode.h78 bool sysdecode_mmap_prot(FILE *_fp, int _prot, int *_rem);
H A Dflags.c507 sysdecode_mmap_prot(FILE *fp, int prot, int *rem) in sysdecode_mmap_prot() function
/freebsd/usr.bin/kdump/
H A Dkdump.c1066 print_mask_arg(sysdecode_mmap_prot, *ip); in ktrsyscall_freebsd()
1079 print_mask_arg(sysdecode_mmap_prot, *ip); in ktrsyscall_freebsd()
1091 print_mask_arg(sysdecode_mmap_prot, *ip); in ktrsyscall_freebsd()
/freebsd/usr.bin/truss/
H A Dsyscalls.c2007 print_mask_arg(sysdecode_mmap_prot, fp, args[sc->offset]); in print_arg()