Home
last modified time | relevance | path

Searched refs:readptr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/File/
H A Ddir.cpp33 if (readptr >= fillsize) { in read()
38 readptr = 0; in read()
43 struct ::dirent *d = reinterpret_cast<struct ::dirent *>(buffer + readptr); in read()
46 readptr += d->d_reclen; in read()
H A Ddir.h40 size_t readptr = 0; // The current read pointer. variable
57 : fd(fdesc), readptr(0), fillsize(0), in Dir()
/freebsd/sys/dev/malo/
H A Dif_malo.c1938 uint32_t readptr, writeptr; in malo_rx_proc() local
1948 readptr = malo_bar0_read4(sc, sc->malo_hwspecs.rxdesc_read); in malo_rx_proc()
1950 if (readptr == writeptr) in malo_rx_proc()
1954 for (ntodo = malo_rxquota; ntodo > 0 && readptr != writeptr; ntodo--) { in malo_rx_proc()
1978 readptr = le32toh(ds->physnext); in malo_rx_proc()
2072 malo_bar0_write4(sc, sc->malo_hwspecs.rxdesc_read, readptr); in malo_rx_proc()