Searched refs:config_parse_bytesize (Results 1 – 5 of 5) sorted by relevance
36 int config_parse_bytesize(const char *size_str, size_t *size);
226 int config_parse_bytesize(const char *size_str, size_t *size) in config_parse_bytesize() function
175 rc = config_parse_bytesize(logsize_str, &logsize); in log_init()
1068 rc = config_parse_bytesize(buffer_size_str, &buffer_size); in console_init()
51 rc = config_parse_bytesize(test_data[i].test_str, &size); in test_config_parse_bytesize()