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

/freebsd-13-stable/lib/libpmcstat/
H A Dlibpmcstat_process.c85 assert(image->pi_type == PMCSTAT_IMAGE_ELF32 ||
86 image->pi_type == PMCSTAT_IMAGE_ELF64);
128 if (rtldimage->pi_type == PMCSTAT_IMAGE_UNKNOWN)
131 if (rtldimage->pi_type != PMCSTAT_IMAGE_ELF32 &&
132 rtldimage->pi_type != PMCSTAT_IMAGE_ELF64) {
161 if (image->pi_type == PMCSTAT_IMAGE_UNKNOWN)
164 assert(image->pi_type != PMCSTAT_IMAGE_UNKNOWN);
166 switch (image->pi_type) {
H A Dlibpmcstat_image.c185 assert(image->pi_type != PMCSTAT_IMAGE_UNKNOWN &&
186 image->pi_type != PMCSTAT_IMAGE_INDETERMINABLE);
237 * Sets image->pi_type.
265 image->pi_type = PMCSTAT_IMAGE_INDETERMINABLE;
277 image->pi_type = PMCSTAT_IMAGE_AOUT;
286 * Sets image->pi_type if anything conclusive can be determined about
308 assert(image->pi_type == PMCSTAT_IMAGE_UNKNOWN);
312 image->pi_type = image_type = PMCSTAT_IMAGE_INDETERMINABLE;
454 image->pi_type = image_type;
481 assert(image->pi_type
[all...]
H A Dlibpmcstat.h178 enum pmcstat_image_type pi_type; /* executable type */ member in struct:pmcstat_image
H A Dlibpmcstat_logging.c246 if (image->pi_type == PMCSTAT_IMAGE_UNKNOWN)
248 if (image->pi_type != PMCSTAT_IMAGE_INDETERMINABLE)
/freebsd-13-stable/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c443 if (image->pi_type == PMCSTAT_IMAGE_UNKNOWN)
446 assert(image->pi_type != PMCSTAT_IMAGE_UNKNOWN);
449 if (image->pi_type == PMCSTAT_IMAGE_INDETERMINABLE) {
/freebsd-13-stable/contrib/file/src/
H A Dcdf.c946 if (inp->pi_type & CDF_VECTOR)
1021 inp[i].pi_type = CDF_GETUINT32(q, 0);
1023 i, inp[i].pi_id, inp[i].pi_type, q - p, offs));
1024 if (inp[i].pi_type & CDF_VECTOR) {
1041 if (inp[i].pi_type & (CDF_ARRAY|CDF_BYREF|CDF_RESERVED))
1043 switch (inp[i].pi_type & CDF_TYPEMASK) {
1105 if (inp[i].pi_type & CDF_VECTOR)
1112 inp[i].pi_type));
1472 switch (info[i].pi_type) {
1524 info[i].pi_type));
[all...]
H A Dreadcdf.c165 switch (info[i].pi_type) {
200 if (info[i].pi_type == CDF_LENGTH32_WSTRING)
H A Dcdf.h166 uint32_t pi_type; member in struct:__anon732
/freebsd-13-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c2912 size_t pi_dlen, uint32_t pi_type)
2928 ("%u pktinfo overflows RNDIS packet msg", pi_type));
2934 pi->rm_type = pi_type;
2911 hn_rndis_pktinfo_append(struct rndis_packet_msg *pkt, size_t pktsize, size_t pi_dlen, uint32_t pi_type) argument

Completed in 116 milliseconds