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

Function IoctlPtpSysOffsetExtendedClock

phc/unix/notlinux.go:62–64  ·  view source on GitHub ↗

IoctlPtpSysOffsetExtendedClock is not supported on non-linux.

(_ int, _ uint32, _ uint)

Source from the content-addressed store, hash-verified

60
61// IoctlPtpSysOffsetExtendedClock is not supported on non-linux.
62func IoctlPtpSysOffsetExtendedClock(_ int, _ uint32, _ uint) (*PtpSysOffsetExtended, error) {
63 return nil, errors.New("unsupported on this platform")
64}
65
66// IoctlPtpSysOffsetPrecise is not supported on non-linux.
67func IoctlPtpSysOffsetPrecise(_ int) (*PtpSysOffsetPrecise, error) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…