OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:node_to_item
(Results
1 - 8
of
8
) sorted by null
/system/core/init/
parser.c
22
svc =
node_to_item
(node, struct service, slist);
36
act =
node_to_item
(node, struct action, alist);
39
cmd =
node_to_item
(node2, struct command, clist);
init_parser.c
389
struct import *import =
node_to_item
(node, struct import, list);
430
svc =
node_to_item
(node, struct service, slist);
443
svc =
node_to_item
(node, struct service, slist);
456
svc =
node_to_item
(node, struct service, slist);
469
svc =
node_to_item
(node, struct service, slist);
480
svc =
node_to_item
(node, struct service, slist);
493
svc =
node_to_item
(node, struct service, slist);
506
act =
node_to_item
(node, struct action, alist);
518
act =
node_to_item
(node, struct action, alist);
538
act =
node_to_item
(node, struct action, alist)
[
all
...]
signal_handler.c
112
cmd =
node_to_item
(node, struct command, clist);
devices.c
136
dp = &(
node_to_item
(node, struct perm_node, plist))->dp;
166
perm_node =
node_to_item
(node, struct perm_node, plist);
256
bus =
node_to_item
(node, struct platform_node, list);
284
bus =
node_to_item
(node, struct platform_node, list);
300
bus =
node_to_item
(node, struct platform_node, list);
init.c
498
return
node_to_item
(node, struct command, clist);
510
return
node_to_item
(node, struct command, clist);
/system/core/include/cutils/
list.h
32
#define
node_to_item
(node, container, member) \
macro
/system/core/charger/
charger.c
317
supply =
node_to_item
(node, struct power_supply, list);
/system/security/keystore/
keystore.cpp
756
grant =
node_to_item
(node, grant_t, plist);
[
all
...]
Completed in 603 milliseconds