Searched defs:arc (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_calibration.h110 int16_t arc; member in struct:rx_iq_cal
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_calibration.h107 int16_t arc; member in struct:rx_iq_cal
/illumos-gate/usr/src/cmd/ldmad/
H A Dmdesc_mutable.h121 } arc; member in union:md_prop::__anon740
/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dsense.h258 } arc; member in union:scsi_sk_specific_data
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c272 * Dump this callee's raw arc information with all
568 struct rawarc arc; local
603 * dump the normalized raw arc information. For old-style dumping,
610 arc.raw_frompc = arcp->arc_parentp->value;
611 arc.raw_selfpc = arcp->arc_childp->value;
612 arc.raw_count = arcp->arc_count;
613 if (fwrite(&arc, sizeof (arc), 1, sfile) != 1) {
633 "0x%llx count %lld\n", arc.raw_frompc,
634 arc
947 struct rawarc arc; local
1343 struct rawarc arc; local
[all...]

Completed in 108 milliseconds