Home
last modified time | relevance | path

Searched defs:Iovec (Results 1 – 25 of 46) sorted by relevance

12

/external/syzkaller/vendor/golang.org/x/sys/unix/
Dtypes_darwin.go146 type Iovec C.struct_iovec type
Dtypes_netbsd.go150 type Iovec C.struct_iovec type
Dtypes_solaris.go168 type Iovec C.struct_iovec type
Dtypes_openbsd.go155 type Iovec C.struct_iovec type
Dtypes_dragonfly.go154 type Iovec C.struct_iovec type
Dtypes_freebsd.go254 type Iovec C.struct_iovec type
Dztypes_solaris_amd64.go198 type Iovec struct { struct
199 Base *int8
200 Len uint64
Dztypes_netbsd_arm.go172 type Iovec struct { struct
173 Base *byte
174 Len uint32
Dztypes_netbsd_386.go167 type Iovec struct { struct
168 Base *byte
169 Len uint32
Dztypes_netbsd_amd64.go171 type Iovec struct { struct
172 Base *byte
173 Len uint64
Dsyscall_linux.go908 func KeyctlInstantiateIOV(id int, payload []Iovec, ringid int) error {
1331 func Vmsplice(fd int, iovs []Iovec, flags int) (int, error) {
Dztypes_darwin_386.go200 type Iovec struct { struct
201 Base *byte
202 Len uint32
Dztypes_openbsd_arm.go199 type Iovec struct { struct
200 Base *byte
201 Len uint32
Dztypes_darwin_arm64.go206 type Iovec struct { struct
207 Base *byte
208 Len uint64
Dztypes_openbsd_386.go199 type Iovec struct { struct
200 Base *byte
201 Len uint32
Dztypes_openbsd_amd64.go201 type Iovec struct { struct
202 Base *byte
203 Len uint64
Dztypes_darwin_arm.go201 type Iovec struct { struct
202 Base *byte
203 Len uint32
Dztypes_darwin_amd64.go206 type Iovec struct { struct
207 Base *byte
208 Len uint64
Dztypes_dragonfly_amd64.go204 type Iovec struct { struct
205 Base *byte
206 Len uint64
Dztypes_freebsd_arm.go210 type Iovec struct { struct
211 Base *byte
212 Len uint32
Dztypes_freebsd_amd64.go208 type Iovec struct { struct
209 Base *byte
210 Len uint64
Dztypes_freebsd_386.go208 type Iovec struct { struct
209 Base *byte
210 Len uint32
Dztypes_linux_sparc64.go254 type Iovec struct { struct
255 Base *byte
256 Len uint64
Dzsyscall_linux_s390x.go254 func keyctlIOV(cmd int, arg2 int, payload []Iovec, arg5 int) (err error) {
Dzsyscall_linux_386.go254 func keyctlIOV(cmd int, arg2 int, payload []Iovec, arg5 int) (err error) {

12