Home
last modified time | relevance | path

Searched defs:kw (Results 1 – 2 of 2) sorted by relevance

/system/core/init/
Dueventd_parser.cpp53 #define kw_is(kw, type) (keyword_info[kw].flags & (type)) argument
54 #define kw_nargs(kw) (keyword_info[kw].nargs) argument
126 int kw; in parse_line_subsystem() local
156 static void parse_new_section(struct parse_state *state, int kw, in parse_new_section()
176 int kw = lookup_keyword(args[0]); in parse_line() local
Dinit_parser.cpp73 #define kw_is(kw, type) (keyword_info[kw].flags & (type)) argument
74 #define kw_name(kw) (keyword_info[kw].name) argument
75 #define kw_func(kw) (keyword_info[kw].func) argument
76 #define kw_nargs(kw) (keyword_info[kw].nargs) argument
357 static void parse_new_section(struct parse_state *state, int kw, in parse_new_section()
410 int kw = lookup_keyword(args[0]); in parse_config() local
769 int i, kw, kw_nargs; in parse_line_service() local
988 int kw, n; in parse_line_action() local