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

Function ioctlIfreqData

phc/unix/linux.go:204–206  ·  view source on GitHub ↗
(fd int, req uint, value *ifreqData)

Source from the content-addressed store, hash-verified

202)
203
204func ioctlIfreqData(fd int, req uint, value *ifreqData) error {
205 return ioctlPtr(fd, req, unsafe.Pointer(value))
206}
207
208func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) {
209 _, _, e1 := Syscall(SYS_IOCTL, uintptr(fd), uintptr(req), uintptr(arg))

Callers 3

IoctlGetHwTstampFunction · 0.85
IoctlSetHwTstampFunction · 0.85
IoctlGetEthtoolTsInfoFunction · 0.85

Calls 1

ioctlPtrFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…