Home
last modified time | relevance | path

Searched refs:NODE (Results 1 – 7 of 7) sorted by relevance

/hardware/ti/omap4xxx/security/tf_daemon/
Dsmc_properties_parser.h58 typedef struct NODE struct
60 struct NODE* pLeft; argument
61 struct NODE* pRight; argument
62 struct NODE* pNext; argument
63 struct NODE* pPrevious; argument
65 } NODE; argument
69 NODE* pRoot;
70 NODE* pFirst;
75 NODE sNode;
82 NODE sNode;
[all …]
Dsmc_properties_parser.c116 static NODE* static_listFindNodeElement(NODE* pList,char* pName,bool bIsCaseSensitive) in static_listFindNodeElement()
149 static S_RESULT static_listSortedAddNode(NODE* pList,NODE* pNode) in static_listSortedAddNode()
202 static S_RESULT SMCPropListSortedAdd(LIST* pList,NODE* pNode) in SMCPropListSortedAdd()
233 static NODE* SMCPropListFindElement(LIST* pList,char* pName,bool bIsCaseSensitive) in SMCPropListFindElement()
377 nError=SMCPropListSortedAdd(pPublicPropertyList,(NODE*)pProperty); in SMCPropYacc()
388 nError=SMCPropListSortedAdd(pPrivatePropertyList,(NODE*)pProperty); in SMCPropYacc()
392 nError=SMCPropListSortedAdd(pPublicPropertyList,(NODE*)pProperty); in SMCPropYacc()
Dsmc_properties.c181 NODE* pNext = NULL; in smcPropertiesCheck()
/hardware/msm7k/libgralloc-qsd8k/
Dallocator.h33 template <typename NODE>
36 NODE* mFirst;
37 NODE* mLast;
42 NODE const* head() const { return mFirst; } in head()
43 NODE* head() { return mFirst; } in head()
44 NODE const* tail() const { return mLast; } in tail()
45 NODE* tail() { return mLast; } in tail()
47 void insertAfter(NODE* node, NODE* newNode) { in insertAfter()
55 void insertBefore(NODE* node, NODE* newNode) { in insertBefore()
63 void insertHead(NODE* newNode) { in insertHead()
[all …]
/hardware/msm7k/libgralloc/
Dallocator.h32 template <typename NODE>
35 NODE* mFirst;
36 NODE* mLast;
41 NODE const* head() const { return mFirst; } in head()
42 NODE* head() { return mFirst; } in head()
43 NODE const* tail() const { return mLast; } in tail()
44 NODE* tail() { return mLast; } in tail()
46 void insertAfter(NODE* node, NODE* newNode) { in insertAfter()
54 void insertBefore(NODE* node, NODE* newNode) { in insertBefore()
62 void insertHead(NODE* newNode) { in insertHead()
[all …]
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu_linux.c189 #define NODE "/dev/hnd0" macro
199 dnode = open(NODE, O_RDWR); in dhd_set()
/hardware/broadcom/wlan/bcm4329/dhdutil/
Ddhdu_linux.c189 #define NODE "/dev/hnd0" macro
199 dnode = open(NODE, O_RDWR); in dhd_set()