Home
last modified time | relevance | path

Searched refs:XLAT_STYLE_DEFAULT (Results 1 – 12 of 12) sorted by relevance

/external/strace/
Dnetlink_netfilter.c75 XLAT_STYLE_DEFAULT); in decode_netlink_netfilter()
79 XLAT_STYLE_DEFAULT); in decode_netlink_netfilter()
Ddefs.h688 printxvals_ex((val_), (dflt_), XLAT_STYLE_DEFAULT, __VA_ARGS__)
699 XLAT_STYLE_DEFAULT); in printxval_searchn()
721 XLAT_STYLE_DEFAULT); in printxval_indexn()
728 (dflt__), XLAT_STYLE_DEFAULT)
737 return sprintxval_ex(buf, size, xlat, val, dflt, XLAT_STYLE_DEFAULT); in sprintxval()
748 XLAT_STYLE_DEFAULT); in printxval_dispatch()
778 print_xlat_ex((val_), #val_, XLAT_STYLE_DEFAULT)
780 print_xlat_ex((uint32_t) (val_), #val_, XLAT_STYLE_DEFAULT)
799 return sprintflags_ex(prefix, xlat, flags, XLAT_STYLE_DEFAULT); in sprintflags()
1042 return printflags_ex(flags, dflt, XLAT_STYLE_DEFAULT, x, NULL); in printflags64()
Dxlat.h18 XLAT_STYLE_DEFAULT = 0, enumerator
Dopen.c117 XLAT_STYLE_DEFAULT); in tprint_open_modes()
Dnetlink.c172 print_xlat_ex(type, text, XLAT_STYLE_DEFAULT); in decode_nlmsg_type_netfilter()
441 printflags_ex(flags, "NLM_F_???", XLAT_STYLE_DEFAULT, in decode_nlmsg_flags()
Dprintsiginfo.c129 print_xlat_ex(si_code, code, XLAT_STYLE_DEFAULT); in print_si_code()
Dsockaddr.c201 enum xlat_style ret = XLAT_STYLE_DEFAULT; in check_ax25_address()
288 if (xs == XLAT_STYLE_DEFAULT) in print_ax25_addr()
Dprctl.c348 XLAT_STYLE_DEFAULT); in SYS_FUNC()
Dxlat.c39 if (xlat_verbose(style) == XLAT_STYLE_DEFAULT) in get_xlat_style()
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()
DChangeLog360 XLAT_STYLE_DEFAULT was introduced only in the next commit v4.23~342,
364 * netlink.c (decode_nlmsg_flags): Use XLAT_STYLE_DEFAULT instead of
367 Fixes: v4.23~342 "Introduce XLAT_STYLE_DEFAULT"
5205 stringified constant name as a string and XLAT_STYLE_DEFAULT as a style.
5215 Introduce XLAT_STYLE_DEFAULT.
5220 (enum xlat_style) <XLAT_STYLE_DEFAULT>: New enumeration entity.
5223 sprintflags, printflags64): Use XLAT_STYLE_DEFAULT instead of