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.h79 bool sysdecode_mmap_prot(FILE *_fp, int _prot, int *_rem);
H A Dflags.c515 sysdecode_mmap_prot(FILE *fp, int prot, int *rem) in sysdecode_mmap_prot() function
/freebsd/usr.bin/kdump/
H A Dkdump.c1068 print_mask_arg(sysdecode_mmap_prot, *ip); in ktrsyscall_freebsd()
1081 print_mask_arg(sysdecode_mmap_prot, *ip); in ktrsyscall_freebsd()
1093 print_mask_arg(sysdecode_mmap_prot, *ip); in ktrsyscall_freebsd()
/freebsd/usr.bin/truss/
H A Dsyscalls.c2070 print_mask_arg(sysdecode_mmap_prot, fp, args[sc->offset]); in print_arg()