Home
last modified time | relevance | path

Searched refs:print_xlat_ex (Results 1 – 13 of 13) sorted by relevance

/external/strace/
Dnetlink_netfilter.c73 print_xlat_ex(nfmsg.res_id, in decode_netlink_netfilter()
78 print_xlat_ex(nfmsg.res_id, "NFNL_SUBSYS_NFTABLES", in decode_netlink_netfilter()
Dprint_ifindex.c80 print_xlat_ex(ifindex, sprint_ifname(ifindex), XLAT_STYLE_FMT_U); in print_ifindex()
Dopen.c116 print_xlat_ex(flags, sprint_open_modes(flags) + sizeof("flags"), in tprint_open_modes()
Ddefs.h776 extern void print_xlat_ex(uint64_t val, const char *str, enum xlat_style style);
778 print_xlat_ex((val_), #val_, XLAT_STYLE_DEFAULT)
780 print_xlat_ex((uint32_t) (val_), #val_, XLAT_STYLE_DEFAULT)
782 print_xlat_ex((val_), #val_, XLAT_STYLE_FMT_U)
784 print_xlat_ex((val_), #val_, XLAT_STYLE_FMT_D)
Dprintsiginfo.c129 print_xlat_ex(si_code, code, XLAT_STYLE_DEFAULT); in print_si_code()
Dprctl.c347 print_xlat_ex(arg2, "PR_SET_PTRACER_ANY", in SYS_FUNC()
Dkeyctl.c193 print_xlat_ex(error, err_str, XLAT_STYLE_FMT_U); in keyctl_reject_key()
Dxlat.c467 print_xlat_ex(const uint64_t val, const char *str, enum xlat_style style) in print_xlat_ex() function
Dnetlink.c172 print_xlat_ex(type, text, XLAT_STYLE_DEFAULT); in decode_nlmsg_type_netfilter()
Dsignal.c120 print_xlat_ex(handler, sa_handler_str, XLAT_STYLE_DEFAULT); in print_sa_handler()
Dnet.c128 print_xlat_ex(flags & SOCK_TYPE_MASK, str, XLAT_STYLE_DEFAULT); in tprint_sock_type()
Dutil.c1155 print_xlat_ex(idx, NULL, xlat_style); in print_array_ex()
DChangeLog372 * netlink_netfilter.c (decode_netlink_netfilter): Call print_xlat_ex
409 xlat: add ability to specify a default string to print_xlat_ex.
417 * xlat.c (print_xlat_ex): Handle PXF_DEFAULT_STR by interpreting str
2431 get_ifname and print_xlat_ex.
2795 * keyctl.c (keyctl_reject_key): Use print_xlat_ex for printing error
4553 signal: use print_xlat_ex in print_sa_handler.
4554 * signal.c (print_sa_handler): Call print_xlat_ex instead of tprints
4563 printsiginfo: use print_xlat_ex in print_si_code.
4566 * printsiginfo.c (print_si_code): Use print_xlat_ex instead of manual
4571 open: use print_xlat_ex for printing open modes.
[all …]