Home
last modified time | relevance | path

Searched refs:xlat (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/external/strace/xlat/
DMakemodule.am1xlat/access_flags.in xlat/aclipc.in xlat/addrfams.in xlat/adjtimex_modes.in xlat/adjtimex_state.in…
2xlat/access_flags.h xlat/aclipc.h xlat/addrfams.h xlat/adjtimex_modes.h xlat/adjtimex_state.h xlat
3 $(top_srcdir)/xlat/access_flags.h: $(top_srcdir)/xlat/access_flags.in $(top_srcdir)/xlat/gen.sh
4 $(AM_V_GEN)$(top_srcdir)/xlat/gen.sh $< $@
5 $(top_srcdir)/xlat/aclipc.h: $(top_srcdir)/xlat/aclipc.in $(top_srcdir)/xlat/gen.sh
6 $(AM_V_GEN)$(top_srcdir)/xlat/gen.sh $< $@
7 $(top_srcdir)/xlat/addrfams.h: $(top_srcdir)/xlat/addrfams.in $(top_srcdir)/xlat/gen.sh
8 $(AM_V_GEN)$(top_srcdir)/xlat/gen.sh $< $@
9 $(top_srcdir)/xlat/adjtimex_modes.h: $(top_srcdir)/xlat/adjtimex_modes.in $(top_srcdir)/xlat/gen.sh
10 $(AM_V_GEN)$(top_srcdir)/xlat/gen.sh $< $@
[all …]
Dgen.sh34 Generate xlat header files from <input> (a file or dir of files) and write
64 local line val m def xlat
73 xlat=" XLAT(${val}),"
76 xlat=" { ${val}, \"${m}\" },"
82 ${xlat}
86 echo "$xlat"
Dfsmagic.h5 # error static const struct xlat fsmagic in mpers mode
10 const struct xlat fsmagic[] = {
Dopenmodessol.h5 # error static const struct xlat openmodessol in mpers mode
10 const struct xlat openmodessol[] = {
Dshutdown_modes.h5 # error static const struct xlat shutdown_modes in mpers mode
10 const struct xlat shutdown_modes[] = {
Dubi_volume_props.h5 # error static const struct xlat ubi_volume_props in mpers mode
10 const struct xlat ubi_volume_props[] = {
Dsigprof_codes.h5 extern const struct xlat sigprof_codes[];
12 const struct xlat sigprof_codes[] = {
Dsigemt_codes.h8 extern const struct xlat sigemt_codes[];
15 const struct xlat sigemt_codes[] = {
Dubi_volume_types.h5 # error static const struct xlat ubi_volume_types in mpers mode
10 const struct xlat ubi_volume_types[] = {
Dsigsys_codes.h8 extern const struct xlat sigsys_codes[];
15 const struct xlat sigsys_codes[] = {
Dbsg_protocol.h5 # error static const struct xlat bsg_protocol in mpers mode
10 const struct xlat bsg_protocol[] = {
Dclockflags.h5 # error static const struct xlat clockflags in mpers mode
10 const struct xlat clockflags[] = {
Dsockipxoptions.h5 # error static const struct xlat sockipxoptions in mpers mode
10 const struct xlat sockipxoptions[] = {
Dfdflags.h5 # error static const struct xlat fdflags in mpers mode
10 const struct xlat fdflags[] = {
Dv4l2_capture_modes.h5 # error static const struct xlat v4l2_capture_modes in mpers mode
10 const struct xlat v4l2_capture_modes[] = {
Dsockrawoptions.h5 # error static const struct xlat sockrawoptions in mpers mode
10 const struct xlat sockrawoptions[] = {
Dv4l2_streaming_capabilities.h5 # error static const struct xlat v4l2_streaming_capabilities in mpers mode
10 const struct xlat v4l2_streaming_capabilities[] = {
Dioprio_who.h5 # error static const struct xlat ioprio_who in mpers mode
10 const struct xlat ioprio_who[] = {
Dmtd_mode_options.h5 # error static const struct xlat mtd_mode_options in mpers mode
10 const struct xlat mtd_mode_options[] = {
Dsched_flags.h8 # error static const struct xlat sched_flags in mpers mode
13 const struct xlat sched_flags[] = {
Dseccomp_filter_flags.h8 # error static const struct xlat seccomp_filter_flags in mpers mode
13 const struct xlat seccomp_filter_flags[] = {
Dcap_mask1.h5 # error static const struct xlat cap_mask1 in mpers mode
10 const struct xlat cap_mask1[] = {
/external/strace/
Dutil.c124 xlookup(const struct xlat *xlat, const unsigned int val) in xlookup() argument
126 for (; xlat->str != NULL; xlat++) in xlookup()
127 if (xlat->val == val) in xlookup()
128 return xlat->str; in xlookup()
136 const unsigned int val2 = ((const struct xlat *) b)->val; in xlat_bsearch_compare()
141 xlat_search(const struct xlat *xlat, const size_t nmemb, const unsigned int val) in xlat_search() argument
143 const struct xlat *e = in xlat_search()
145 xlat, nmemb, sizeof(*xlat), xlat_bsearch_compare); in xlat_search()
211 printxvals(const unsigned int val, const char *dflt, const struct xlat *xlat, ...) in printxvals() argument
215 va_start(args, xlat); in printxvals()
[all …]
Ddefs.h363 struct xlat { struct
370 extern const struct xlat addrfams[]; argument
371 extern const struct xlat at_flags[];
372 extern const struct xlat dirent_types[];
373 extern const struct xlat open_access_modes[];
374 extern const struct xlat open_mode_flags[];
375 extern const struct xlat resource_flags[];
376 extern const struct xlat whence_codes[];
529 extern const char *xlookup(const struct xlat *, const unsigned int);
530 extern const char *xlat_search(const struct xlat *, const size_t, const unsigned int);
[all …]
Dcacheflush.c41 static const struct xlat cacheflush_flags[] = {
72 static const struct xlat cacheflush_flags[] = {
93 static const struct xlat cacheflush_flags[] = {

12345678910>>...12