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