Home
last modified time | relevance | path

Searched refs:read_next_kernel_config_option (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/bpf/bpftool/
H A Dfeature.c330 static bool read_next_kernel_config_option(gzFile file, char *buf, size_t n, in read_next_kernel_config_option() function
479 while (read_next_kernel_config_option(file, buf, sizeof(buf), &value)) { in probe_kernel_image_config()