OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Oct 07 21:09:53 GMT 2025