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

Function IoctlPtpClockGetcaps

phc/unix/notlinux.go:72–74  ·  view source on GitHub ↗

IoctlPtpClockGetcaps is not supported on non-linux.

(_ int)

Source from the content-addressed store, hash-verified

70
71// IoctlPtpClockGetcaps is not supported on non-linux.
72func IoctlPtpClockGetcaps(_ int) (*PtpClockCaps, error) {
73 return nil, errors.New("unsupported on this platform")
74}
75
76// IoctlPtpPinSetfunc is not supported on non-linux.
77func IoctlPtpPinSetfunc(_ int, _ *PtpPinDesc) error {

Callers 2

readCapsMethod · 0.92
doListPinsFunction · 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…