HomeSort by: relevance | last modified time | path
    Searched defs:wbsio_lookup (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/isa/
wbsio.c 106 static const struct wbsio_product *wbsio_lookup(uint8_t id, uint8_t rev);
173 wbsio_lookup(uint8_t id, uint8_t rev) function in typeref:typename:const struct wbsio_product *
225 if ((product = wbsio_lookup(id, rev)) == NULL)
271 if ((product = wbsio_lookup(id, rev)) == NULL) {
403 if ((product = wbsio_lookup(devid, rev)) == NULL) {
472 if ((product = wbsio_lookup(devid, rev)) == NULL) {
823 if ((product = wbsio_lookup(devid, rev)) == NULL) {
wbsio.c 106 static const struct wbsio_product *wbsio_lookup(uint8_t id, uint8_t rev);
173 wbsio_lookup(uint8_t id, uint8_t rev) function in typeref:typename:const struct wbsio_product *
225 if ((product = wbsio_lookup(id, rev)) == NULL)
271 if ((product = wbsio_lookup(id, rev)) == NULL) {
403 if ((product = wbsio_lookup(devid, rev)) == NULL) {
472 if ((product = wbsio_lookup(devid, rev)) == NULL) {
823 if ((product = wbsio_lookup(devid, rev)) == NULL) {

Completed in 145 milliseconds