OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:devsub
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/powerpc/pci/
pcib.c
168
prop_dictionary_t dict,
devsub
;
local
179
devsub
= prop_dictionary_get(dict, "devfunc-11");
181
prop_dictionary_set(
devsub
, "pin-A", pinsub);
pci_machdep_ofw.c
375
prop_dictionary_t dict,
devsub
;
local
434
devsub
= prop_dictionary_get(dict, key);
435
if (
devsub
== NULL)
438
pinsub = prop_dictionary_get(
devsub
, key);
/src/sys/arch/prep/pci/
pci_machdep.c
160
prop_dictionary_t dict,
devsub
;
local
218
devsub
= prop_dictionary_get(dict, key);
219
if (
devsub
== NULL)
222
pinsub = prop_dictionary_get(
devsub
, key);
Completed in 35 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026