Home | Sort by: relevance | last modified time | path |
/src/sys/dev/ic/ | |
arcofivar.h | 41 uint8_t *past; member in struct:arcofi_softc::__anonffb7a5170208 |
arcofi.c | 472 uint8_t *past; local in function:arcofi_recv_data 475 past = sc->sc_recv.past; 477 while (cur != past && 483 return past - cur; 493 uint8_t *past; local in function:arcofi_xmit_data 496 past = sc->sc_xmit.past; 498 while (cur != past && 504 return past - cur [all...] |
/src/common/dist/zlib/ | |
gzguts.h | 189 int past; /* true if read requested past end */ member in struct:__anone1a3ef820108 |