Home
last modified time | relevance | path

Searched refs:iovCurCount (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/lib/libc/isc/
H A Dev_streams.c224 str->iovCurCount = str->iovOrigCount; in copyvec()
243 str->iovCurCount--; in consume()
274 bytes = writev(fd, str->iovCur, str->iovCurCount); in writable()
297 bytes = readv(fd, str->iovCur, str->iovCurCount); in readable()
H A Deventlib_p.h139 int iovCurCount; member