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

  /src/sys/dev/pci/
ahc_pci.c 1045 prop_bool_t usetd; local in function:ahc_pci_attach
1057 usetd = prop_dictionary_get(
1060 if (usetd != NULL) {
1061 KASSERT(prop_object_type(usetd) ==
1063 if (prop_bool_true(usetd))
ahc_pci.c 1045 prop_bool_t usetd; local in function:ahc_pci_attach
1057 usetd = prop_dictionary_get(
1060 if (usetd != NULL) {
1061 KASSERT(prop_object_type(usetd) ==
1063 if (prop_bool_true(usetd))

Completed in 59 milliseconds