Home
last modified time | relevance | path

Searched defs:_C_int (Results 1 – 25 of 134) sorted by relevance

123456

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Dzsyscall_openbsd_386.go46 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
465 func pipe2(p *[2]_C_int, flags int) (err error) {
521 func getresuid(ruid *_C_int, euid *_C_int, suid *_C_int) {
532 func getresgid(rgid *_C_int, egid *_C_int, sgid *_C_int) {
567 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
Dzsyscall_openbsd_amd64.go46 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
465 func pipe2(p *[2]_C_int, flags int) (err error) {
521 func getresuid(ruid *_C_int, euid *_C_int, suid *_C_int) {
532 func getresgid(rgid *_C_int, egid *_C_int, sgid *_C_int) {
567 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
Dzsyscall_openbsd_ppc64.go46 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
465 func pipe2(p *[2]_C_int, flags int) (err error) {
521 func getresuid(ruid *_C_int, euid *_C_int, suid *_C_int) {
532 func getresgid(rgid *_C_int, egid *_C_int, sgid *_C_int) {
567 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
Dzsyscall_openbsd_mips64.go46 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
465 func pipe2(p *[2]_C_int, flags int) (err error) {
521 func getresuid(ruid *_C_int, euid *_C_int, suid *_C_int) {
532 func getresgid(rgid *_C_int, egid *_C_int, sgid *_C_int) {
567 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
Dzsyscall_linux.go127 func pipe2(p *[2]_C_int, flags int) (err error) {
237 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
2014 func nameToHandleAt(dirFD int, pathname string, fh *fileHandle, mountID *_C_int, flags int) (err er…
2191 func getresuid(ruid *_C_int, euid *_C_int, suid *_C_int) {
2198 func getresgid(rgid *_C_int, egid *_C_int, sgid *_C_int) {
Dzsyscall_openbsd_riscv64.go46 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
465 func pipe2(p *[2]_C_int, flags int) (err error) {
521 func getresuid(ruid *_C_int, euid *_C_int, suid *_C_int) {
532 func getresgid(rgid *_C_int, egid *_C_int, sgid *_C_int) {
567 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
Dzsyscall_openbsd_arm64.go46 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
465 func pipe2(p *[2]_C_int, flags int) (err error) {
521 func getresuid(ruid *_C_int, euid *_C_int, suid *_C_int) {
532 func getresgid(rgid *_C_int, egid *_C_int, sgid *_C_int) {
567 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
Dzsyscall_openbsd_arm.go46 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
465 func pipe2(p *[2]_C_int, flags int) (err error) {
521 func getresuid(ruid *_C_int, euid *_C_int, suid *_C_int) {
532 func getresgid(rgid *_C_int, egid *_C_int, sgid *_C_int) {
567 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Dcgo_unix_cgo.go52 _C_int = C.int talias
73 func _C_gai_strerror(eai _C_int) string {
Dcgo_unix_syscall.go34 _C_int = int32 talias
63 func _C_gai_strerror(eai _C_int) string {
/aosp_15_r20/prebuilts/go/linux-x86/src/os/user/
Dcgo_lookup_syscall.go15 type _C_int = int32 talias
65 func _C_sysconf(key _C_int) _C_long { return unix.Sysconf(key) }
Dcgo_lookup_cgo.go62 type _C_int = C.int talias
112 func _C_sysconf(key _C_int) _C_long { return C.sysconf(key) }
Dgetgrouplist_syscall.go13 func getGroupList(name *_C_char, userGID _C_gid_t, gids *_C_gid_t, n *_C_int) _C_int {
Dgetgrouplist_unix.go20 func getGroupList(name *_C_char, userGID _C_gid_t, gids *_C_gid_t, n *_C_int) _C_int {
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dzsyscall_netbsd_arm.go33 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
279 func pipe2(p *[2]_C_int, flags int) (err error) {
1268 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
Dzsyscall_netbsd_386.go33 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
279 func pipe2(p *[2]_C_int, flags int) (err error) {
1268 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
Dzsyscall_netbsd_amd64.go33 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
279 func pipe2(p *[2]_C_int, flags int) (err error) {
1268 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
Dzsyscall_netbsd_arm64.go33 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
279 func pipe2(p *[2]_C_int, flags int) (err error) {
1268 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
Dzsyscall_openbsd_mips64.go33 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
248 func pipe2(p *[2]_C_int, flags int) (err error) {
1277 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
Dzsyscall_dragonfly_amd64.go33 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
291 func pipe2(p *[2]_C_int, flags int) (r int, w int, err error) {
1345 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
Dzsyscall_freebsd_amd64.go33 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
279 func pipe2(p *[2]_C_int, flags int) (err error) {
1316 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
Dzsyscall_freebsd_arm.go33 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
279 func pipe2(p *[2]_C_int, flags int) (err error) {
1316 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
Dzsyscall_freebsd_riscv64.go33 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
279 func pipe2(p *[2]_C_int, flags int) (err error) {
1316 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
Dzsyscall_freebsd_386.go33 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
279 func pipe2(p *[2]_C_int, flags int) (err error) {
1316 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
Dzsyscall_freebsd_arm64.go33 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
279 func pipe2(p *[2]_C_int, flags int) (err error) {
1316 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {

123456