Lines Matching refs:xts
164 struct ptp_sys_offset_precise *xts;585 xts = calloc(1, sizeof(*xts));586 if (!xts) {591 if (ioctl(fd, PTP_SYS_OFFSET_PRECISE, xts)) {597 xts->device.sec, xts->device.nsec);599 xts->sys_realtime.sec, xts->sys_realtime.nsec);601 xts->sys_monoraw.sec, xts->sys_monoraw.nsec);604 free(xts);