Home
last modified time | relevance | path

Searched defs:xlat (Results 1 – 25 of 31) sorted by relevance

12

/external/strace/
Dxlat.c74 xlookup(const struct xlat *xlat, const uint64_t val) in xlookup()
96 xlat_search(const struct xlat *xlat, const size_t nmemb, const uint64_t val) in xlat_search()
131 const struct xlat *xlat, ...) in printxvals_ex()
220 printxval_sized(const struct xlat *xlat, size_t xlat_size, uint64_t val, in printxval_sized()
222 const char *(* fn)(const struct xlat *, size_t, uint64_t)) in printxval_sized()
250 printxval_searchn_ex(const struct xlat *xlat, size_t xlat_size, uint64_t val, in printxval_searchn_ex()
258 xlat_idx(const struct xlat *xlat, size_t nmemb, uint64_t val) in xlat_idx()
282 printxval_indexn_ex(const struct xlat *xlat, size_t xlat_size, uint64_t val, in printxval_indexn_ex()
311 sprintflags_ex(const char *prefix, const struct xlat *xlat, uint64_t flags, in sprintflags_ex()
402 const struct xlat *xlat, ...) in printflags_ex()
[all …]
Dxlat.h44 struct xlat { struct
45 uint64_t val;
46 const char *str;
Dnetlink.c117 decode_nlmsg_type_default(struct tcb *tcp, const struct xlat *const xlat, in decode_nlmsg_type_default()
125 decode_nlmsg_type_generic(struct tcb *tcp, const struct xlat *const xlat, in decode_nlmsg_type_generic()
133 const struct xlat *const xlat; member
165 decode_nlmsg_type_netfilter(struct tcb *tcp, const struct xlat *const xlat, in decode_nlmsg_type_netfilter()
199 const struct xlat *const xlat; member
229 const struct xlat *xlat = netlink_types; in decode_nlmsg_type() local
Ddyxlat.c32 struct xlat *xlat; member
35 #define MARK_END(xlat) \ argument
Dnlattr.h36 const struct xlat *xlat; member
/external/strace/tests-mx32/
Dprintxval.c37 printxval(const struct xlat *xlat, unsigned long long val, in printxval()
Dprintflags.c37 printflags(const struct xlat *xlat, unsigned long long flags, in printflags()
Dsetrlimit.c41 const struct xlat *xlat; in main() local
Dxgetrlimit.c67 const struct xlat *xlat; in main() local
Dprlimit64.c67 const struct xlat *xlat; in main() local
Dsocketcall.c43 xlookup_uint(const struct xlat *xlat, const unsigned int val) in xlookup_uint()
Dbtrfs.c170 sprint_xlat_(uint32_t val, const char *xlat) in sprint_xlat_()
193 prfl_btrfs(const struct xlat *xlat, const unsigned long long val, in prfl_btrfs()
204 prxval_btrfs(const struct xlat *xlat, const unsigned long long val, in prxval_btrfs()
848 xlookup(const struct xlat *xlat, const uint64_t val) in xlookup()
/external/strace/tests-m32/
Dprintxval.c37 printxval(const struct xlat *xlat, unsigned long long val, in printxval()
Dprintflags.c37 printflags(const struct xlat *xlat, unsigned long long flags, in printflags()
Dsetrlimit.c41 const struct xlat *xlat; in main() local
Dxgetrlimit.c67 const struct xlat *xlat; in main() local
Dprlimit64.c67 const struct xlat *xlat; in main() local
Dsocketcall.c43 xlookup_uint(const struct xlat *xlat, const unsigned int val) in xlookup_uint()
/external/strace/tests/
Dprintxval.c37 printxval(const struct xlat *xlat, unsigned long long val, in printxval()
Dprintflags.c37 printflags(const struct xlat *xlat, unsigned long long flags, in printflags()
Dsetrlimit.c41 const struct xlat *xlat; in main() local
Dxgetrlimit.c67 const struct xlat *xlat; in main() local
Dprlimit64.c67 const struct xlat *xlat; in main() local
Dsocketcall.c43 xlookup_uint(const struct xlat *xlat, const unsigned int val) in xlookup_uint()
Dbtrfs.c170 sprint_xlat_(uint32_t val, const char *xlat) in sprint_xlat_()
193 prfl_btrfs(const struct xlat *xlat, const unsigned long long val, in prfl_btrfs()
204 prxval_btrfs(const struct xlat *xlat, const unsigned long long val, in prxval_btrfs()
848 xlookup(const struct xlat *xlat, const uint64_t val) in xlookup()

12