kubernetes/vendor/golang.org/x/sys/unix/sysvshm_unix_other.go

// SysvShmCtl performs control operations on the shared memory segment
// specified by id.
func SysvShmCtl(id, cmd int, desc *SysvShmDesc) (result int, err error) {}