Home
last modified time | relevance | path

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

/openbmc/linux/tools/bpf/bpftool/
H A Dfeature.c442 struct utsname utsn; in probe_kernel_image_config() local
449 if (!uname(&utsn)) { in probe_kernel_image_config()
450 snprintf(path, sizeof(path), "/boot/config-%s", utsn.release); in probe_kernel_image_config()