Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libsysdecode/
H A DMakefile87 sysdecode_mask.3 sysdecode_mmap_prot.3 \
H A Dsysdecode.h77 bool sysdecode_mmap_prot(FILE *_fp, int _prot, int *_rem);
H A Dflags.c665 sysdecode_mmap_prot(FILE *fp, int prot, int *rem) in sysdecode_mmap_prot() function
/freebsd-13.1/usr.bin/kdump/
H A Dkdump.c1014 print_mask_arg(sysdecode_mmap_prot, *ip); in ktrsyscall()
1027 print_mask_arg(sysdecode_mmap_prot, *ip); in ktrsyscall()
1039 print_mask_arg(sysdecode_mmap_prot, *ip); in ktrsyscall()
/freebsd-13.1/usr.bin/truss/
H A Dsyscalls.c2175 print_mask_arg(sysdecode_mmap_prot, fp, args[sc->offset]); in print_arg()