Searched refs:xlat (Results 1 - 25 of 360) sorted by relevance

1234567891011>>

/external/strace/
H A Dmpers_xlat.h1 extern const struct xlat blkpg_ops[];
2 extern const struct xlat btrfs_balance_args[];
3 extern const struct xlat btrfs_balance_ctl_cmds[];
4 extern const struct xlat btrfs_balance_flags[];
5 extern const struct xlat btrfs_balance_state[];
6 extern const struct xlat btrfs_compress_types[];
7 extern const struct xlat btrfs_defrag_flags[];
8 extern const struct xlat btrfs_dev_replace_cmds[];
9 extern const struct xlat btrfs_dev_replace_results[];
10 extern const struct xlat btrfs_dev_replace_stat
[all...]
/external/strace/xlat/
H A Dbtrfs_features_compat.h1 /* Generated by ./xlat/gen.sh from ./xlat/btrfs_features_compat.in; do not edit. */
5 extern const struct xlat btrfs_features_compat[];
12 const struct xlat btrfs_features_compat[] = {
H A Dbtrfs_dev_stats_flags.h1 /* Generated by ./xlat/gen.sh from ./xlat/btrfs_dev_stats_flags.in; do not edit. */
5 extern const struct xlat btrfs_dev_stats_flags[];
12 const struct xlat btrfs_dev_stats_flags[] = {
H A Dbtrfs_qgroup_inherit_flags.h1 /* Generated by ./xlat/gen.sh from ./xlat/btrfs_qgroup_inherit_flags.in; do not edit. */
5 extern const struct xlat btrfs_qgroup_inherit_flags[];
12 const struct xlat btrfs_qgroup_inherit_flags[] = {
H A Dmq_attr_flags.h1 /* Generated by ./xlat/gen.sh from ./xlat/mq_attr_flags.in; do not edit. */
5 extern const struct xlat mq_attr_flags[];
12 const struct xlat mq_attr_flags[] = {
H A Dmtd_mode_options.h1 /* Generated by ./xlat/gen.sh from ./xlat/mtd_mode_options.in; do not edit. */
5 extern const struct xlat mtd_mode_options[];
12 const struct xlat mtd_mode_options[] = {
H A Dsigemt_codes.h1 /* Generated by ./xlat/gen.sh from ./xlat/sigemt_codes.in; do not edit. */
8 extern const struct xlat sigemt_codes[];
15 const struct xlat sigemt_codes[] = {
H A Dsigprof_codes.h1 /* Generated by ./xlat/gen.sh from ./xlat/sigprof_codes.in; do not edit. */
5 extern const struct xlat sigprof_codes[];
12 const struct xlat sigprof_codes[] = {
H A Dsigsys_codes.h1 /* Generated by ./xlat/gen.sh from ./xlat/sigsys_codes.in; do not edit. */
8 extern const struct xlat sigsys_codes[];
15 const struct xlat sigsys_codes[] = {
H A Dubi_volume_props.h1 /* Generated by ./xlat/gen.sh from ./xlat/ubi_volume_props.in; do not edit. */
5 # error static const struct xlat ubi_volume_props in mpers mode
10 const struct xlat ubi_volume_props[] = {
H A Dubi_volume_types.h1 /* Generated by ./xlat/gen.sh from ./xlat/ubi_volume_types.in; do not edit. */
5 # error static const struct xlat ubi_volume_types in mpers mode
10 const struct xlat ubi_volume_types[] = {
H A Dv4l2_capture_modes.h1 /* Generated by ./xlat/gen.sh from ./xlat/v4l2_capture_modes.in; do not edit. */
5 extern const struct xlat v4l2_capture_modes[];
12 const struct xlat v4l2_capture_modes[] = {
H A Dv4l2_streaming_capabilities.h1 /* Generated by ./xlat/gen.sh from ./xlat/v4l2_streaming_capabilities.in; do not edit. */
5 extern const struct xlat v4l2_streaming_capabilities[];
12 const struct xlat v4l2_streaming_capabilities[] = {
/external/strace/tests/
H A Dprintxval.c33 #include "xlat.h"
37 printxval(const struct xlat *xlat, unsigned long long val, argument
40 for (; xlat->str; xlat++) {
41 if (xlat->val == val) {
42 fputs(xlat->str, stdout);
H A Dprintflags.c33 #include "xlat.h"
37 printflags(const struct xlat *xlat, unsigned long long flags, argument
40 if (flags == 0 && xlat->val == 0 && xlat->str) {
41 fputs(xlat->str, stdout);
47 for (n = 0; xlat->str; xlat++) {
48 if (xlat->val && (flags & xlat
[all...]
H A Dprlimit64.c41 # include "xlat.h"
42 # include "xlat/resources.h"
67 const struct xlat *xlat; local
69 for (xlat = resources; xlat->str; ++xlat) {
70 unsigned long res = 0xfacefeed00000000ULL | xlat->val;
74 (unsigned) pid, xlat->str, rlimit,
79 (unsigned) pid, xlat
[all...]
H A Dsetrlimit.c41 const struct xlat *xlat; local
43 for (xlat = resources; xlat->str; ++xlat) {
44 unsigned long res = 0xfacefeed00000000ULL | xlat->val;
46 printf("setrlimit(%s, NULL) = %s\n", xlat->str, sprintrc(rc));
57 xlat->str,
/external/strace/tests-m32/
H A Dprintxval.c33 #include "xlat.h"
37 printxval(const struct xlat *xlat, unsigned long long val, argument
40 for (; xlat->str; xlat++) {
41 if (xlat->val == val) {
42 fputs(xlat->str, stdout);
H A Dprintflags.c33 #include "xlat.h"
37 printflags(const struct xlat *xlat, unsigned long long flags, argument
40 if (flags == 0 && xlat->val == 0 && xlat->str) {
41 fputs(xlat->str, stdout);
47 for (n = 0; xlat->str; xlat++) {
48 if (xlat->val && (flags & xlat
[all...]
H A Dprlimit64.c41 # include "xlat.h"
42 # include "xlat/resources.h"
67 const struct xlat *xlat; local
69 for (xlat = resources; xlat->str; ++xlat) {
70 unsigned long res = 0xfacefeed00000000ULL | xlat->val;
74 (unsigned) pid, xlat->str, rlimit,
79 (unsigned) pid, xlat
[all...]
H A Dsetrlimit.c41 const struct xlat *xlat; local
43 for (xlat = resources; xlat->str; ++xlat) {
44 unsigned long res = 0xfacefeed00000000ULL | xlat->val;
46 printf("setrlimit(%s, NULL) = %s\n", xlat->str, sprintrc(rc));
57 xlat->str,
/external/strace/tests-mx32/
H A Dprintxval.c33 #include "xlat.h"
37 printxval(const struct xlat *xlat, unsigned long long val, argument
40 for (; xlat->str; xlat++) {
41 if (xlat->val == val) {
42 fputs(xlat->str, stdout);
H A Dprintflags.c33 #include "xlat.h"
37 printflags(const struct xlat *xlat, unsigned long long flags, argument
40 if (flags == 0 && xlat->val == 0 && xlat->str) {
41 fputs(xlat->str, stdout);
47 for (n = 0; xlat->str; xlat++) {
48 if (xlat->val && (flags & xlat
[all...]
H A Dprlimit64.c41 # include "xlat.h"
42 # include "xlat/resources.h"
67 const struct xlat *xlat; local
69 for (xlat = resources; xlat->str; ++xlat) {
70 unsigned long res = 0xfacefeed00000000ULL | xlat->val;
74 (unsigned) pid, xlat->str, rlimit,
79 (unsigned) pid, xlat
[all...]
H A Dsetrlimit.c41 const struct xlat *xlat; local
43 for (xlat = resources; xlat->str; ++xlat) {
44 unsigned long res = 0xfacefeed00000000ULL | xlat->val;
46 printf("setrlimit(%s, NULL) = %s\n", xlat->str, sprintrc(rc));
57 xlat->str,

Completed in 297 milliseconds

1234567891011>>