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

  /external/strace/xlat/
ptp_flags_options.h 1 /* Generated by ./xlat/gen.sh from ./xlat/ptp_flags_options.in; do not edit. */
11 # error static const struct xlat ptp_flags_options in mpers mode
16 const struct xlat ptp_flags_options[] = { variable in typeref:struct:xlat
  /external/strace/
ptp.c 38 # include "xlat/ptp_flags_options.h"
56 PRINT_FIELD_FLAGS(", ", extts, flags, ptp_flags_options, "PTP_???");
73 PRINT_FIELD_FLAGS(", ", perout, flags, ptp_flags_options, "PTP_???");
  /external/strace/tests/
ioctl_ptp.c 45 #include "xlat/ptp_flags_options.h"
89 printflags(ptp_flags_options, extts->flags, "PTP_???");
103 printflags(ptp_flags_options, perout->flags, "PTP_???");
  /external/strace/tests-m32/
ioctl_ptp.c 45 #include "xlat/ptp_flags_options.h"
89 printflags(ptp_flags_options, extts->flags, "PTP_???");
103 printflags(ptp_flags_options, perout->flags, "PTP_???");
  /external/strace/tests-mx32/
ioctl_ptp.c 45 #include "xlat/ptp_flags_options.h"
89 printflags(ptp_flags_options, extts->flags, "PTP_???");
103 printflags(ptp_flags_options, perout->flags, "PTP_???");

Completed in 180 milliseconds