Home
last modified time | relevance | path

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

/freebsd/lib/libsysdecode/
H A DMakefile94 sysdecode_mask.3 sysdecode_open_flags.3 \
H A Dsysdecode.h83 bool sysdecode_open_flags(FILE *_fp, int _flags, int *_rem);
H A Dflags.c267 sysdecode_open_flags(FILE *fp, int flags, int *rem) in sysdecode_open_flags() function
317 printed = sysdecode_open_flags(fp, oflags, rem); in sysdecode_fcntl_fileflags()
/freebsd/usr.bin/kdump/
H A Dkdump.c936 print_mask_arg(sysdecode_open_flags, ip[0]); in ktrsyscall_freebsd()
1326 print_mask_arg(sysdecode_open_flags, ip[0]); in ktrsyscall_freebsd()
1341 print_mask_arg(sysdecode_open_flags, ip[0]); in ktrsyscall_freebsd()
/freebsd/usr.bin/truss/
H A Dsyscalls.c1998 print_mask_arg(sysdecode_open_flags, fp, args[sc->offset]); in print_arg()