/src/sys/arch/x86/pci/ |
pci_ranges.c | 864 prop_dictionary_t iodict = NULL, memdict = NULL; local in function:pci_ranges_infer 897 if ((memdict = prop_dictionary_create()) == NULL) { 903 } else if (!prop_dictionary_set(memdict, "bios-reservations", 911 } else if (!prop_dictionary_set_uint64(memdict, 913 !prop_dictionary_set_uint64(memdict, "size", 940 } else if (!prop_dictionary_set(pci_rsrc_dict, "memory", memdict) || 950 if (memdict != NULL) 951 prop_object_release(memdict);
|
pci_ranges.c | 864 prop_dictionary_t iodict = NULL, memdict = NULL; local in function:pci_ranges_infer 897 if ((memdict = prop_dictionary_create()) == NULL) { 903 } else if (!prop_dictionary_set(memdict, "bios-reservations", 911 } else if (!prop_dictionary_set_uint64(memdict, 913 !prop_dictionary_set_uint64(memdict, "size", 940 } else if (!prop_dictionary_set(pci_rsrc_dict, "memory", memdict) || 950 if (memdict != NULL) 951 prop_object_release(memdict);
|
pci_ranges.c | 864 prop_dictionary_t iodict = NULL, memdict = NULL; local in function:pci_ranges_infer 897 if ((memdict = prop_dictionary_create()) == NULL) { 903 } else if (!prop_dictionary_set(memdict, "bios-reservations", 911 } else if (!prop_dictionary_set_uint64(memdict, 913 !prop_dictionary_set_uint64(memdict, "size", 940 } else if (!prop_dictionary_set(pci_rsrc_dict, "memory", memdict) || 950 if (memdict != NULL) 951 prop_object_release(memdict);
|