Searched refs:pi_type (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/usr.sbin/pmcstat/
H A Dpmcstat_log.c408 * Sets image->pi_type.
435 image->pi_type = PMCSTAT_IMAGE_INDETERMINABLE;
447 image->pi_type = PMCSTAT_IMAGE_AOUT;
605 * Sets image->pi_type if anything conclusive can be determined about
625 assert(image->pi_type == PMCSTAT_IMAGE_UNKNOWN);
629 image->pi_type = image_type = PMCSTAT_IMAGE_INDETERMINABLE;
746 image->pi_type = image_type;
772 assert(image->pi_type == PMCSTAT_IMAGE_UNKNOWN);
775 if (image->pi_type == PMCSTAT_IMAGE_UNKNOWN)
777 if (image->pi_type
[all...]
H A Dpmcstat_log.h85 enum pmcstat_image_type pi_type; /* executable type */ member in struct:pmcstat_image
H A Dpmcpl_gprof.c423 if (image->pi_type == PMCSTAT_IMAGE_UNKNOWN)
426 assert(image->pi_type != PMCSTAT_IMAGE_UNKNOWN);
429 if (image->pi_type == PMCSTAT_IMAGE_INDETERMINABLE) {
/freebsd-9.3-release/contrib/file/src/
H A Dcdf.c845 inp[i].pi_type = CDF_GETUINT32(q, 0);
847 i, inp[i].pi_id, inp[i].pi_type, q - p, offs));
848 if (inp[i].pi_type & CDF_VECTOR) {
860 if (inp[i].pi_type & (CDF_ARRAY|CDF_BYREF|CDF_RESERVED))
862 switch (inp[i].pi_type & CDF_TYPEMASK) {
867 if (inp[i].pi_type & CDF_VECTOR)
873 if (inp[i].pi_type & CDF_VECTOR)
880 if (inp[i].pi_type & CDF_VECTOR)
886 if (inp[i].pi_type & CDF_VECTOR)
892 if (inp[i].pi_type
[all...]
H A Dreadcdf.c145 switch (info[i].pi_type) {
180 if (info[i].pi_type == CDF_LENGTH32_WSTRING)
H A Dcdf.h164 uint32_t pi_type; member in struct:__anon14

Completed in 67 milliseconds