Searched defs:Iovec (Results 1 – 25 of 46) sorted by relevance
12
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | types_darwin.go | 146 type Iovec C.struct_iovec type
|
D | types_netbsd.go | 150 type Iovec C.struct_iovec type
|
D | types_solaris.go | 168 type Iovec C.struct_iovec type
|
D | types_openbsd.go | 155 type Iovec C.struct_iovec type
|
D | types_dragonfly.go | 154 type Iovec C.struct_iovec type
|
D | types_freebsd.go | 254 type Iovec C.struct_iovec type
|
D | ztypes_solaris_amd64.go | 198 type Iovec struct { struct 199 Base *int8 200 Len uint64
|
D | ztypes_netbsd_arm.go | 172 type Iovec struct { struct 173 Base *byte 174 Len uint32
|
D | ztypes_netbsd_386.go | 167 type Iovec struct { struct 168 Base *byte 169 Len uint32
|
D | ztypes_netbsd_amd64.go | 171 type Iovec struct { struct 172 Base *byte 173 Len uint64
|
D | syscall_linux.go | 908 func KeyctlInstantiateIOV(id int, payload []Iovec, ringid int) error { 1331 func Vmsplice(fd int, iovs []Iovec, flags int) (int, error) {
|
D | ztypes_darwin_386.go | 200 type Iovec struct { struct 201 Base *byte 202 Len uint32
|
D | ztypes_openbsd_arm.go | 199 type Iovec struct { struct 200 Base *byte 201 Len uint32
|
D | ztypes_darwin_arm64.go | 206 type Iovec struct { struct 207 Base *byte 208 Len uint64
|
D | ztypes_openbsd_386.go | 199 type Iovec struct { struct 200 Base *byte 201 Len uint32
|
D | ztypes_openbsd_amd64.go | 201 type Iovec struct { struct 202 Base *byte 203 Len uint64
|
D | ztypes_darwin_arm.go | 201 type Iovec struct { struct 202 Base *byte 203 Len uint32
|
D | ztypes_darwin_amd64.go | 206 type Iovec struct { struct 207 Base *byte 208 Len uint64
|
D | ztypes_dragonfly_amd64.go | 204 type Iovec struct { struct 205 Base *byte 206 Len uint64
|
D | ztypes_freebsd_arm.go | 210 type Iovec struct { struct 211 Base *byte 212 Len uint32
|
D | ztypes_freebsd_amd64.go | 208 type Iovec struct { struct 209 Base *byte 210 Len uint64
|
D | ztypes_freebsd_386.go | 208 type Iovec struct { struct 209 Base *byte 210 Len uint32
|
D | ztypes_linux_sparc64.go | 254 type Iovec struct { struct 255 Base *byte 256 Len uint64
|
D | zsyscall_linux_s390x.go | 254 func keyctlIOV(cmd int, arg2 int, payload []Iovec, arg5 int) (err error) {
|
D | zsyscall_linux_386.go | 254 func keyctlIOV(cmd int, arg2 int, payload []Iovec, arg5 int) (err error) {
|
12