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

Function IoctlPtpPinSetfunc

phc/unix/notlinux.go:77–79  ·  view source on GitHub ↗

IoctlPtpPinSetfunc is not supported on non-linux.

(_ int, _ *PtpPinDesc)

Source from the content-addressed store, hash-verified

75
76// IoctlPtpPinSetfunc is not supported on non-linux.
77func IoctlPtpPinSetfunc(_ int, _ *PtpPinDesc) error {
78 return errors.New("unsupported on this platform")
79}
80
81// IoctlPtpPeroutRequest is not supported on non-linux.
82func IoctlPtpPeroutRequest(_ int, _ *PtpPeroutRequest) error {

Callers 2

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