Searched refs:pi_end (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/usr.sbin/pmcstat/
H A Dpmcstat_log.h63 * the executable. 'pi_start' and 'pi_end' are the least and greatest
88 * Executables have pi_start and pi_end; these are zero
92 uintfptr_t pi_end; /* end address (exclusive) */ member in struct:pmcstat_image
H A Dpmcpl_gprof.c128 gm.hpc = image->pi_end;
447 assert(image->pi_end > image->pi_start);
448 pgf->pgf_nbuckets = (image->pi_end - image->pi_start) /
H A Dpmcstat_log.c628 image->pi_end = maxva = (uintfptr_t) 0;
745 image->pi_end = maxva;
824 pi->pi_end = 0;
869 pcmnew->ppm_highpc = image->pi_end + offset;
/freebsd-9.3-release/sys/netinet6/
H A Dnd6.h373 struct nd_opt_prefix_info *pi_end;/* multiple opts, end */ member in struct:nd_opts::__anon9997
379 #define nd_opts_pi_end nd_opt_each.pi_end

Completed in 62 milliseconds