Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c214 pgf->pgf_gmondata = mmap(NULL, pgf->pgf_ndatabytes, in pmcstat_gmon_map_file()
230 (void) msync(pgf->pgf_gmondata, pgf->pgf_ndatabytes, in pmcstat_gmon_unmap_file()
232 (void) munmap(pgf->pgf_gmondata, pgf->pgf_ndatabytes); in pmcstat_gmon_unmap_file()
267 return (pgf); in pmcstat_image_find_gmonfile()
375 if (pgf->pgf_file) in pmcpl_gmon_shutdownimage()
378 free(pgf); in pmcpl_gmon_shutdownimage()
457 if (pgf == NULL) { in pmcpl_gmon_process()
466 if ((pgf = calloc(1, sizeof(*pgf))) == NULL) in pmcpl_gmon_process()
478 pgf->pgf_nsamples = 0; in pmcpl_gmon_process()
479 pgf->pgf_file = NULL; in pmcpl_gmon_process()
[all …]
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dpgf3 # $File: pgf,v 1.3 2021/02/23 00:51:10 christos Exp $
4 # pgf: file(1) magic for Progressive Graphics File (PGF)
9 !:mime image/x-pgf
/freebsd-14.2/contrib/file/magic/
H A DMakefile.am244 $(MAGIC_FRAGMENT_DIR)/pgf \
H A DMakefile.in521 $(MAGIC_FRAGMENT_DIR)/pgf \