Home
last modified time | relevance | path

Searched defs:SysvShmDesc (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Dztypes_zos_s390x.go508 type SysvShmDesc struct { struct
509 Perm SysvIpcPerm
510 _ [4]byte
511 Lpid int32
512 Cpid int32
513 Nattch uint32
514 _ [4]byte
515 _ [4]byte
516 _ [4]byte
517 _ int32
[all …]
Dztypes_linux_ppc.go680 type SysvShmDesc struct { struct
681 Perm SysvIpcPerm
682 Atime_high uint32
683 Atime uint32
684 Dtime_high uint32
685 Dtime uint32
686 Ctime_high uint32
687 Ctime uint32
688 _ uint32
689 Segsz uint32
[all …]
Dztypes_linux_386.go675 type SysvShmDesc struct { struct
676 Perm SysvIpcPerm
677 Segsz uint32
678 Atime uint32
679 Atime_high uint32
680 Dtime uint32
681 Dtime_high uint32
682 Ctime uint32
683 Ctime_high uint32
684 Cpid int32
[all …]
Dztypes_linux_arm.go669 type SysvShmDesc struct { struct
670 Perm SysvIpcPerm
671 Segsz uint32
672 Atime uint32
673 Atime_high uint32
674 Dtime uint32
675 Dtime_high uint32
676 Ctime uint32
677 Ctime_high uint32
678 Cpid int32
[all …]
Dztypes_linux_mipsle.go675 type SysvShmDesc struct { struct
676 Perm SysvIpcPerm
677 Segsz uint32
678 Atime uint32
679 Dtime uint32
680 Ctime uint32
681 Cpid int32
682 Lpid int32
683 Nattch uint32
684 Atime_high uint16
[all …]
Dztypes_linux_mips.go675 type SysvShmDesc struct { struct
676 Perm SysvIpcPerm
677 Segsz uint32
678 Atime uint32
679 Dtime uint32
680 Ctime uint32
681 Cpid int32
682 Lpid int32
683 Nattch uint32
684 Atime_high uint16
[all …]
Dztypes_linux_ppc64le.go680 type SysvShmDesc struct { struct
681 Perm SysvIpcPerm
682 Atime int64
683 Dtime int64
684 Ctime int64
685 Segsz uint64
686 Cpid int32
687 Lpid int32
688 Nattch uint64
689 _ uint64
[all …]
Dztypes_linux_loong64.go672 type SysvShmDesc struct { struct
673 Perm SysvIpcPerm
674 Segsz uint64
675 Atime int64
676 Dtime int64
677 Ctime int64
678 Cpid int32
679 Lpid int32
680 Nattch uint64
681 _ uint64
[all …]
Dztypes_linux_s390x.go694 type SysvShmDesc struct { struct
695 Perm SysvIpcPerm
696 Segsz uint64
697 Atime int64
698 Dtime int64
699 Ctime int64
700 Cpid int32
701 Lpid int32
702 Nattch uint64
703 _ uint64
[all …]
Dztypes_linux_mips64.go674 type SysvShmDesc struct { struct
675 Perm SysvIpcPerm
676 Segsz uint64
677 Atime int64
678 Dtime int64
679 Ctime int64
680 Cpid int32
681 Lpid int32
682 Nattch uint64
683 _ uint64
[all …]
Dztypes_linux_ppc64.go680 type SysvShmDesc struct { struct
681 Perm SysvIpcPerm
682 Atime int64
683 Dtime int64
684 Ctime int64
685 Segsz uint64
686 Cpid int32
687 Lpid int32
688 Nattch uint64
689 _ uint64
[all …]
Dztypes_linux_arm64.go671 type SysvShmDesc struct { struct
672 Perm SysvIpcPerm
673 Segsz uint64
674 Atime int64
675 Dtime int64
676 Ctime int64
677 Cpid int32
678 Lpid int32
679 Nattch uint64
680 _ uint64
[all …]
Dztypes_linux_mips64le.go674 type SysvShmDesc struct { struct
675 Perm SysvIpcPerm
676 Segsz uint64
677 Atime int64
678 Dtime int64
679 Ctime int64
680 Cpid int32
681 Lpid int32
682 Nattch uint64
683 _ uint64
[all …]
Dztypes_linux_sparc64.go675 type SysvShmDesc struct { struct
676 Perm SysvIpcPerm
677 Atime int64
678 Dtime int64
679 Ctime int64
680 Segsz uint64
681 Cpid int32
682 Lpid int32
683 Nattch uint64
684 _ uint64
[all …]
Dztypes_linux_riscv64.go699 type SysvShmDesc struct { struct
700 Perm SysvIpcPerm
701 Segsz uint64
702 Atime int64
703 Dtime int64
704 Ctime int64
705 Cpid int32
706 Lpid int32
707 Nattch uint64
708 _ uint64
[all …]
Dztypes_linux_amd64.go692 type SysvShmDesc struct { struct
693 Perm SysvIpcPerm
694 Segsz uint64
695 Atime int64
696 Dtime int64
697 Ctime int64
698 Cpid int32
699 Lpid int32
700 Nattch uint64
701 _ uint64
[all …]
Dztypes_darwin_arm64.go780 type SysvShmDesc struct { struct
781 Perm SysvIpcPerm
782 Segsz uint64
783 Lpid int32
784 Cpid int32
785 Nattch uint16
786 _ [34]byte
Dztypes_darwin_amd64.go780 type SysvShmDesc struct { struct
781 Perm SysvIpcPerm
782 Segsz uint64
783 Lpid int32
784 Cpid int32
785 Nattch uint16
786 _ [34]byte
Dsysvshm_linux.go13 func SysvShmCtl(id, cmd int, desc *SysvShmDesc) (result int, err error) {
Dsysvshm_unix_other.go11 func SysvShmCtl(id, cmd int, desc *SysvShmDesc) (result int, err error) {
Dzsyscall_linux.go2129 func shmctl(id int, cmd int, buf *SysvShmDesc) (result int, err error) {
Dzsyscall_darwin_amd64.go825 func shmctl(id int, cmd int, buf *SysvShmDesc) (result int, err error) {
Dzsyscall_darwin_arm64.go825 func shmctl(id int, cmd int, buf *SysvShmDesc) (result int, err error) {
Dzsyscall_zos_s390x.go558 func shmctl(id int, cmd int, buf *SysvShmDesc) (result int, err error) {