MCPcopy Create free account
hub / github.com/facebook/time / IoctlPtpSysOffsetPrecise

Function IoctlPtpSysOffsetPrecise

phc/unix/notlinux.go:67–69  ·  view source on GitHub ↗

IoctlPtpSysOffsetPrecise is not supported on non-linux.

(_ int)

Source from the content-addressed store, hash-verified

65
66// IoctlPtpSysOffsetPrecise is not supported on non-linux.
67func IoctlPtpSysOffsetPrecise(_ int) (*PtpSysOffsetPrecise, error) {
68 return nil, errors.New("unsupported on this platform")
69}
70
71// IoctlPtpClockGetcaps is not supported on non-linux.
72func IoctlPtpClockGetcaps(_ int) (*PtpClockCaps, error) {

Callers 1

readSysoffPreciseMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…