Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libpmcstat/
H A Dlibpmcstat_image.c306 char buffer_modules[PATH_MAX]; in pmcstat_image_get_elf_params() local
328 (void) snprintf(buffer_modules, sizeof(buffer_modules), in pmcstat_image_get_elf_params()
342 if (fd < 0 && (fd = open(buffer_modules, O_RDONLY, 0)) < 0) { in pmcstat_image_get_elf_params()
344 buffer, buffer_modules); in pmcstat_image_get_elf_params()