Home | History | Annotate | Download | only in ev64260

Lines Matching defs:dict

128 	prop_dictionary_t dict = device_properties(dev);
177 prop_dictionary_set(dict, "prot", prot);
182 prop_dictionary_set(dict, "io-bus-tag", io_bs_tag);
187 prop_dictionary_set(dict, "mem-bus-tag", mem_bs_tag);
194 prop_dictionary_set(dict, "pci-chipset", pc);
197 prop_dictionary_set_uint64(dict, "iostart", 0x00000600);
198 prop_dictionary_set_uint64(dict, "ioend", 0x0000ffff);
199 prop_dictionary_set_uint64(dict, "memstart",
201 prop_dictionary_set_uint64(dict, "memend",
203 prop_dictionary_set_uint32(dict, "cache-line-size", 32);
216 if (prop_dictionary_set(dict, "bus-tag", bstd) == false)