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

Function IoctlPtpExttsRequest

phc/unix/notlinux.go:87–89  ·  view source on GitHub ↗

IoctlPtpExttsRequest is not supported on non-linux.

(_ int, _ *PtpExttsRequest)

Source from the content-addressed store, hash-verified

85
86// IoctlPtpExttsRequest is not supported on non-linux.
87func IoctlPtpExttsRequest(_ int, _ *PtpExttsRequest) error {
88 return errors.New("unsupported on this platform")
89}
90
91// IoctlGetEthtoolTsInfo is not supported on non-linux.
92func IoctlGetEthtoolTsInfo(_ int, _ string) (*EthtoolTsInfo, error) {

Callers 1

extTTSRequestMethod · 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…