/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/ |
D | zsyscall_openbsd_386.go | 46 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) {
|
D | zsyscall_openbsd_amd64.go | 46 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) {
|
D | zsyscall_openbsd_ppc64.go | 46 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) {
|
D | zsyscall_openbsd_mips64.go | 46 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) {
|
D | zsyscall_linux.go | 127 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) {
|
D | zsyscall_openbsd_riscv64.go | 46 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) {
|
D | zsyscall_openbsd_arm64.go | 46 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) {
|
D | zsyscall_openbsd_arm.go | 46 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/ |
D | cgo_unix_cgo.go | 52 _C_int = C.int talias 73 func _C_gai_strerror(eai _C_int) string {
|
D | cgo_unix_syscall.go | 34 _C_int = int32 talias 63 func _C_gai_strerror(eai _C_int) string {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/os/user/ |
D | cgo_lookup_syscall.go | 15 type _C_int = int32 talias 65 func _C_sysconf(key _C_int) _C_long { return unix.Sysconf(key) }
|
D | cgo_lookup_cgo.go | 62 type _C_int = C.int talias 112 func _C_sysconf(key _C_int) _C_long { return C.sysconf(key) }
|
D | getgrouplist_syscall.go | 13 func getGroupList(name *_C_char, userGID _C_gid_t, gids *_C_gid_t, n *_C_int) _C_int {
|
D | getgrouplist_unix.go | 20 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/ |
D | zsyscall_netbsd_arm.go | 33 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) {
|
D | zsyscall_netbsd_386.go | 33 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) {
|
D | zsyscall_netbsd_amd64.go | 33 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) {
|
D | zsyscall_netbsd_arm64.go | 33 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) {
|
D | zsyscall_openbsd_mips64.go | 33 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) {
|
D | zsyscall_dragonfly_amd64.go | 33 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) {
|
D | zsyscall_freebsd_amd64.go | 33 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) {
|
D | zsyscall_freebsd_arm.go | 33 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) {
|
D | zsyscall_freebsd_riscv64.go | 33 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) {
|
D | zsyscall_freebsd_386.go | 33 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) {
|
D | zsyscall_freebsd_arm64.go | 33 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) {
|