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

  /src/sys/dev/ic/
bha.c 864 * bha_find:
869 bha_find(bus_space_tag_t iot, bus_space_handle_t ioh) function in typeref:typename:int
898 printf("bha_find: No answer from buslogic board\n");
927 i = bha_cmd(iot, ioh, "(bha_find)",
939 printf("bha_find: board returned %d instead of %zu to %s\n",
955 printf("bha_find: illegal bus type %c\n",
1045 return bha_find(iot, ioh) && bha_inquire_config(iot, ioh, bpd);
bha.c 864 * bha_find:
869 bha_find(bus_space_tag_t iot, bus_space_handle_t ioh) function in typeref:typename:int
898 printf("bha_find: No answer from buslogic board\n");
927 i = bha_cmd(iot, ioh, "(bha_find)",
939 printf("bha_find: board returned %d instead of %zu to %s\n",
955 printf("bha_find: illegal bus type %c\n",
1045 return bha_find(iot, ioh) && bha_inquire_config(iot, ioh, bpd);

Completed in 23 milliseconds