Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c123 pmcstat_gmon_create_file(struct pmcstat_gmonfile *pgf, in pmcstat_gmon_create_file() argument
132 pathname = pmcstat_string_unintern(pgf->pgf_name); in pmcstat_gmon_create_file()
139 gm.ncnt = (pgf->pgf_nbuckets * hc_sz) + sizeof(struct gmonhdr); in pmcstat_gmon_create_file()
155 count = pgf->pgf_ndatabytes - sizeof(struct gmonhdr); in pmcstat_gmon_create_file()
202 pmcstat_gmon_map_file(struct pmcstat_gmonfile *pgf) in pmcstat_gmon_map_file() argument
207 pathname = pmcstat_string_unintern(pgf->pgf_name); in pmcstat_gmon_map_file()
213 pgf->pgf_gmondata = mmap(NULL, pgf->pgf_ndatabytes, in pmcstat_gmon_map_file()
216 if (pgf->pgf_gmondata == MAP_FAILED) in pmcstat_gmon_map_file()
227 pmcstat_gmon_unmap_file(struct pmcstat_gmonfile *pgf) in pmcstat_gmon_unmap_file() argument
229 (void) msync(pgf->pgf_gmondata, pgf->pgf_ndatabytes, in pmcstat_gmon_unmap_file()
[all …]
/freebsd/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/contrib/file/magic/
H A DMakefile.am246 $(MAGIC_FRAGMENT_DIR)/pgf \
H A DMakefile.in524 $(MAGIC_FRAGMENT_DIR)/pgf \