HomeSort by relevance Sort by last modified time
    Searched defs:extts (Results 1 - 2 of 2) sorted by null

  /external/strace/
ptp.c 49 struct ptp_extts_request extts; local
52 if (umove_or_printaddr(tcp, arg, &extts))
55 PRINT_FIELD_D("{", extts, index);
56 PRINT_FIELD_FLAGS(", ", extts, flags, ptp_flags_options, "PTP_???");
  /external/linux-kselftest/tools/testing/selftests/ptp/
testptp.c 169 int extts = 0; local
203 extts = atoi(optarg);
351 if (extts) {
357 extts = 0;
361 for (; extts; extts--) {

Completed in 4674 milliseconds