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

  /src/sys/arch/x86/pci/
pci_ranges.c 739 prop_dictionary_t rsvn; local in function:pci_range_record
749 if ((rsvn = prop_dictionary_create()) == NULL)
753 prop_object_release(rsvn);
757 if (!prop_dictionary_set(rsvn, "regs", regs)) {
758 prop_object_release(rsvn);
787 prop_dictionary_set_string_nocopy(rsvn, "type",
789 prop_dictionary_set_uint64(rsvn, "address",
791 prop_dictionary_set_uint64(rsvn, "size", pal->pal_size) &&
792 prop_dictionary_set_uint8(rsvn, "bus", bus) &&
793 prop_dictionary_set_uint8(rsvn, "device", dev) &
829 prop_dictionary_t rsvn; local in function:pci_rsrc_filter
    [all...]
pci_ranges.c 739 prop_dictionary_t rsvn; local in function:pci_range_record
749 if ((rsvn = prop_dictionary_create()) == NULL)
753 prop_object_release(rsvn);
757 if (!prop_dictionary_set(rsvn, "regs", regs)) {
758 prop_object_release(rsvn);
787 prop_dictionary_set_string_nocopy(rsvn, "type",
789 prop_dictionary_set_uint64(rsvn, "address",
791 prop_dictionary_set_uint64(rsvn, "size", pal->pal_size) &&
792 prop_dictionary_set_uint8(rsvn, "bus", bus) &&
793 prop_dictionary_set_uint8(rsvn, "device", dev) &
829 prop_dictionary_t rsvn; local in function:pci_rsrc_filter
    [all...]

Completed in 24 milliseconds