Home
last modified time | relevance | path

Searched refs:rawp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/
H A Dtodpc_subr.c354 unsigned char *rawp; in todpc_rtcget() local
388 for (i = 0, rawp = buf; i < RTC_NREG; i++) { in todpc_rtcget()
390 *rawp++ = inb(RTC_DATA); in todpc_rtcget()
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c736 tally(mod_info_t *caller_mod, mod_info_t *callee_mod, struct rawarc *rawp) in tally() argument
745 if (rawp->raw_count == 0) in tally()
752 parentp = nllookup(caller_mod, rawp->raw_frompc, NULL); in tally()
753 childp = nllookup(callee_mod, rawp->raw_selfpc, NULL); in tally()
756 childp->ncall += rawp->raw_count; in tally()
759 childp->ncall += rawp->raw_count; in tally()
761 childp->ncall -= rawp->raw_count; in tally()
771 childp->name, rawp->raw_count); in tally()
774 addarc(parentp, childp, rawp->raw_count); in tally()