HomeSort by relevance Sort by last modified time
    Searched refs:xlat_size (Results 1 - 5 of 5) sorted by null

  /external/strace/
xlat.c 208 * @param xlat_size Number of xlat elements present in array (usually ARRAY_SIZE
220 printxval_sized(const struct xlat *xlat, size_t xlat_size, uint64_t val,
231 const char *s = fn(xlat, xlat_size, val);
250 printxval_searchn_ex(const struct xlat *xlat, size_t xlat_size, uint64_t val,
253 return printxval_sized(xlat, xlat_size, val, dflt, style,
282 printxval_indexn_ex(const struct xlat *xlat, size_t xlat_size, uint64_t val,
285 return printxval_sized(xlat, xlat_size, val, dflt, style, xlat_idx);
500 printxval_dispatch_ex(const struct xlat *xlat, size_t xlat_size, uint64_t val,
510 printxval_searchn_ex(xlat, xlat_size, val, dflt, style);
514 printxval_indexn_ex(xlat, xlat_size, val, dflt, style)
    [all...]
nlattr.h 37 size_t xlat_size; /* is not needed for XT_NORMAL */ member in struct:decode_nla_xlat_opts
defs.h 690 extern int printxval_searchn_ex(const struct xlat *, size_t xlat_size,
695 printxval_searchn(const struct xlat *xlat, size_t xlat_size, uint64_t val,
698 return printxval_searchn_ex(xlat, xlat_size, val, dflt,
713 extern int printxval_indexn_ex(const struct xlat *, size_t xlat_size,
717 printxval_indexn(const struct xlat *xlat, size_t xlat_size, uint64_t val,
720 return printxval_indexn_ex(xlat, xlat_size, val, dflt,
740 extern void printxval_dispatch_ex(const struct xlat *, size_t xlat_size,
744 printxval_dispatch(const struct xlat *xlat, size_t xlat_size, uint64_t val,
747 return printxval_dispatch_ex(xlat, xlat_size, val, dflt, xt,
    [all...]
nlattr.c 309 printxval_dispatch_ex(opts->xlat, opts->xlat_size, data.val,
332 .xlat_size = ethernet_protocols_size,
352 .xlat_size = inet_protocols_size,
rtnl_link.c 361 .xlat_size = ARRAY_SIZE(tun_device_types),
587 .xlat_size = ARRAY_SIZE(rtnl_ifla_xdp_attached_mode),

Completed in 176 milliseconds