Lines Matching refs:pos
1074 UINTN *pos, in line_get_key_value() argument
1083 assert(pos); in line_get_key_value()
1088 line = content + *pos; in line_get_key_value()
1097 *pos += linelen; in line_get_key_value()
1098 if (content[*pos]) in line_get_key_value()
1099 (*pos)++; in line_get_key_value()
1147 UINTN pos = 0; in config_defaults_load_from_file() local
1154 while ((line = line_get_key_value(content, (CHAR8 *)" \t", &pos, &key, &value))) { in config_defaults_load_from_file()
1433 UINTN pos = 0; in config_entry_add_from_file() local
1451 while ((line = line_get_key_value(content, (CHAR8 *)" \t", &pos, &key, &value))) { in config_entry_add_from_file()
2179 UINTN pos = 0; in config_entry_add_linux() local
2205 while ((line = line_get_key_value(content, (CHAR8 *)"=", &pos, &key, &value))) { in config_entry_add_linux()