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

  /src/sys/arch/x86/pci/
pci_ranges.c 864 prop_dictionary_t iodict = NULL, memdict = NULL; local in function:pci_ranges_infer
917 } else if ((iodict = prop_dictionary_create()) == NULL) {
923 } else if (!prop_dictionary_set(iodict, "bios-reservations",
931 } else if (!prop_dictionary_set_uint64(iodict,
933 !prop_dictionary_set_uint64(iodict, "size",
941 !prop_dictionary_set(pci_rsrc_dict, "io", iodict)) {
948 if (iodict != NULL)
949 prop_object_release(iodict);
pci_ranges.c 864 prop_dictionary_t iodict = NULL, memdict = NULL; local in function:pci_ranges_infer
917 } else if ((iodict = prop_dictionary_create()) == NULL) {
923 } else if (!prop_dictionary_set(iodict, "bios-reservations",
931 } else if (!prop_dictionary_set_uint64(iodict,
933 !prop_dictionary_set_uint64(iodict, "size",
941 !prop_dictionary_set(pci_rsrc_dict, "io", iodict)) {
948 if (iodict != NULL)
949 prop_object_release(iodict);

Completed in 45 milliseconds