Home
last modified time | relevance | path

Searched refs:extts (Results 1 – 1 of 1) sorted by relevance

/external/strace/
Dptp.c29 struct ptp_extts_request extts; in ptp_ioctl() local
33 if (umove(tcp, arg, &extts) < 0) { in ptp_ioctl()
37 tprintf(", {index=%d, flags=", extts.index); in ptp_ioctl()
38 printflags(ptp_flags_options, extts.flags, "PTP_???"); in ptp_ioctl()