Searched refs:xlat (Results 1 – 25 of 282) sorted by relevance
12345678910>>...12
/external/strace/xlat/ |
D | Makemodule.am | 1 …xlat/access_flags.in xlat/aclipc.in xlat/addrfams.in xlat/adjtimex_modes.in xlat/adjtimex_state.in… 2 …xlat/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 …]
|
D | gen.sh | 34 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"
|
D | fsmagic.h | 5 # error static const struct xlat fsmagic in mpers mode 10 const struct xlat fsmagic[] = {
|
D | openmodessol.h | 5 # error static const struct xlat openmodessol in mpers mode 10 const struct xlat openmodessol[] = {
|
D | shutdown_modes.h | 5 # error static const struct xlat shutdown_modes in mpers mode 10 const struct xlat shutdown_modes[] = {
|
D | ubi_volume_props.h | 5 # error static const struct xlat ubi_volume_props in mpers mode 10 const struct xlat ubi_volume_props[] = {
|
D | sigprof_codes.h | 5 extern const struct xlat sigprof_codes[]; 12 const struct xlat sigprof_codes[] = {
|
D | sigemt_codes.h | 8 extern const struct xlat sigemt_codes[]; 15 const struct xlat sigemt_codes[] = {
|
D | ubi_volume_types.h | 5 # error static const struct xlat ubi_volume_types in mpers mode 10 const struct xlat ubi_volume_types[] = {
|
D | sigsys_codes.h | 8 extern const struct xlat sigsys_codes[]; 15 const struct xlat sigsys_codes[] = {
|
D | bsg_protocol.h | 5 # error static const struct xlat bsg_protocol in mpers mode 10 const struct xlat bsg_protocol[] = {
|
D | clockflags.h | 5 # error static const struct xlat clockflags in mpers mode 10 const struct xlat clockflags[] = {
|
D | sockipxoptions.h | 5 # error static const struct xlat sockipxoptions in mpers mode 10 const struct xlat sockipxoptions[] = {
|
D | fdflags.h | 5 # error static const struct xlat fdflags in mpers mode 10 const struct xlat fdflags[] = {
|
D | v4l2_capture_modes.h | 5 # error static const struct xlat v4l2_capture_modes in mpers mode 10 const struct xlat v4l2_capture_modes[] = {
|
D | sockrawoptions.h | 5 # error static const struct xlat sockrawoptions in mpers mode 10 const struct xlat sockrawoptions[] = {
|
D | v4l2_streaming_capabilities.h | 5 # error static const struct xlat v4l2_streaming_capabilities in mpers mode 10 const struct xlat v4l2_streaming_capabilities[] = {
|
D | ioprio_who.h | 5 # error static const struct xlat ioprio_who in mpers mode 10 const struct xlat ioprio_who[] = {
|
D | mtd_mode_options.h | 5 # error static const struct xlat mtd_mode_options in mpers mode 10 const struct xlat mtd_mode_options[] = {
|
D | sched_flags.h | 8 # error static const struct xlat sched_flags in mpers mode 13 const struct xlat sched_flags[] = {
|
D | seccomp_filter_flags.h | 8 # error static const struct xlat seccomp_filter_flags in mpers mode 13 const struct xlat seccomp_filter_flags[] = {
|
D | cap_mask1.h | 5 # error static const struct xlat cap_mask1 in mpers mode 10 const struct xlat cap_mask1[] = {
|
/external/strace/ |
D | util.c | 124 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 …]
|
D | defs.h | 363 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 …]
|
D | cacheflush.c | 41 static const struct xlat cacheflush_flags[] = { 72 static const struct xlat cacheflush_flags[] = { 93 static const struct xlat cacheflush_flags[] = {
|
12345678910>>...12