type golang.org/x/sys/unix.SysvShmDesc
4 uses
golang.org/x/sys/unix (current package)
sysvshm_linux.go#L13: func SysvShmCtl(id, cmd int, desc *SysvShmDesc) (result int, err error) {
sysvshm_unix.go#L20: var info SysvShmDesc
zsyscall_linux.go#L2122: func shmctl(id int, cmd int, buf *SysvShmDesc) (result int, err error) {
ztypes_linux_amd64.go#L708: type SysvShmDesc struct {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)