Lines Matching refs:section
165 static SECTION GetSection(const char *section)
167 INIT_CHECK_RETURN_VALUE(!INVALIDSTRING(section), SECTION_INVALID);
168 if (STRINGEQUAL(section, "device")) {
170 } else if (STRINGEQUAL(section, "sysfs")) {
172 } else if (STRINGEQUAL(section, "firmware")) {
188 char *section = NULL;
201 section = p;
202 INIT_LOGV("section is [%s]", section);
203 if ((type = GetSection(section)) == SECTION_INVALID) {
204 INIT_LOGE("Invalid section \" %s \"", section);