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

/freebsd-11-stable/contrib/gdb/gdb/
H A Dauxv.h45 char **readptr, char *endptr,
H A Dauxv.c121 target_auxv_parse (struct target_ops *ops, char **readptr, char *endptr, argument
125 char *ptr = *readptr;
138 *readptr = ptr;
/freebsd-11-stable/sys/dev/malo/
H A Dif_malo.c1952 uint32_t readptr, writeptr; local
1962 readptr = malo_bar0_read4(sc, sc->malo_hwspecs.rxdesc_read);
1964 if (readptr == writeptr)
1968 for (ntodo = malo_rxquota; ntodo > 0 && readptr != writeptr; ntodo--) {
1992 readptr = le32toh(ds->physnext);
2086 malo_bar0_write4(sc, sc->malo_hwspecs.rxdesc_read, readptr);

Completed in 106 milliseconds