Home
last modified time | relevance | path

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

/freebsd/lib/libsysdecode/
H A DMakefile105 sysdecode_mask.3 sysdecode_socket_type.3 \
H A Dsysdecode.h119 bool sysdecode_socket_type(FILE *_fp, int _type, int *_rem);
H A Dflags.c203 sysdecode_socket_type(FILE *fp, int type, int *rem) in sysdecode_socket_type() function
/freebsd/usr.bin/kdump/
H A Dkdump.c1147 print_mask_arg(sysdecode_socket_type, *ip); in ktrsyscall_freebsd()
1229 print_mask_arg(sysdecode_socket_type, *ip); in ktrsyscall_freebsd()
/freebsd/usr.bin/truss/
H A Dsyscalls.c2022 print_mask_arg(sysdecode_socket_type, fp, args[sc->offset]); in print_arg()