Home
last modified time | relevance | path

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

123

/external/syzkaller/vendor/golang.org/x/sys/unix/
Dsyscall_netbsd.go35 func sysctlNodes(mib []_C_int) (nodes []Sysctlnode, err error) {
Dsyscall_dragonfly.go174 func sysctlUname(mib []_C_int, old *byte, oldlen *uintptr) error {
Dtypes_netbsd.go84 _C_int C.int type
Dtypes_darwin.go87 _C_int C.int type
Dtypes_openbsd.go83 _C_int C.int type
Dtypes_dragonfly.go82 _C_int C.int type
Dtypes_solaris.go94 _C_int C.int type
Dzsyscall_openbsd_386.go38 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
217 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
380 func pipe(p *[2]_C_int) (err error) {
Dzsyscall_openbsd_amd64.go38 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
217 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
380 func pipe(p *[2]_C_int) (err error) {
Dzsyscall_openbsd_arm.go38 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
217 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
380 func pipe(p *[2]_C_int) (err error) {
Dtypes_freebsd.go171 _C_int C.int type
Dzsyscall_linux_386.go178 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
1492 func pipe(p *[2]_C_int) (err error) {
1502 func pipe2(p *[2]_C_int, flags int) (err error) {
Dzsyscall_netbsd_arm.go38 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
217 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
Dzsyscall_netbsd_amd64.go38 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
217 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
Dzsyscall_netbsd_386.go38 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
217 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
Dzsyscall_linux_ppc64.go178 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
2197 func pipe(p *[2]_C_int) (err error) {
2207 func pipe2(p *[2]_C_int, flags int) (err error) {
Dzsyscall_linux_ppc64le.go178 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
2197 func pipe(p *[2]_C_int) (err error) {
2207 func pipe2(p *[2]_C_int, flags int) (err error) {
Dzsyscall_linux_sparc64.go178 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
2145 func pipe(p *[2]_C_int) (err error) {
2155 func pipe2(p *[2]_C_int, flags int) (err error) {
Dzsyscall_linux_amd64.go178 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
2150 func pipe(p *[2]_C_int) (err error) {
2160 func pipe2(p *[2]_C_int, flags int) (err error) {
Dzsyscall_dragonfly_amd64.go38 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
217 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
Dzsyscall_darwin_amd64.go38 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
217 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
Dzsyscall_darwin_arm64.go38 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
217 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
Dzsyscall_darwin_arm.go38 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
217 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
Dzsyscall_darwin_386.go38 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
217 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
Dzsyscall_freebsd_amd64.go38 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
217 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {

123