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

  /src/sys/arch/evbppc/mpc85xx/
machdep.c 1375 prop_number_t pn_ist = prop_number_create_unsigned(ist); local in function:mpc85xx_pci_setup
1376 KASSERT(pn_ist != NULL);
1382 prop_dictionary_set(entry, "type", pn_ist);
1397 prop_dictionary_set(entry, "type", pn_ist);
1403 prop_object_release(pn_ist);
  /src/sys/arch/powerpc/booke/pci/
pq3pci.c 1397 prop_number_t pn_ist = prop_dictionary_get(entry, "type"); local in function:pq3pci_intr_handle_lookup
1398 KASSERT(pn_ist != NULL);
1399 KASSERT(prop_object_type(pn_ist) == PROP_TYPE_NUMBER);
1400 int ist = prop_number_unsigned_value(pn_ist);

Completed in 12 milliseconds