OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:board_properties
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/powerpc/ibm4xx/
board_prop.c
44
prop_dictionary_t
board_properties
;
variable in typeref:typename:prop_dictionary_t
53
if (
board_properties
!= NULL)
55
board_properties
= prop_dictionary_create();
56
KASSERT(
board_properties
!= NULL);
/src/sys/arch/powerpc/booke/
board_prop.c
44
prop_dictionary_t
board_properties
;
variable in typeref:typename:prop_dictionary_t
53
if (
board_properties
!= NULL)
55
board_properties
= prop_dictionary_create();
56
KASSERT(
board_properties
!= NULL);
62
KASSERT(
board_properties
!= NULL);
63
prop_bool_t pb = prop_dictionary_get(
board_properties
, name);
74
KASSERT(
board_properties
!= NULL);
77
if (prop_dictionary_set(
board_properties
, name, pb) == false)
85
KASSERT(
board_properties
!= NULL);
86
prop_number_t pn = prop_dictionary_get(
board_properties
, name)
[
all
...]
Completed in 12 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025