Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/io/
H A Dtodpc_subr.c348 unsigned char *rawp; in todpc_rtcget() local
376 for (i = 0, rawp = buf; i < RTC_NREG; i++) { in todpc_rtcget()
378 *rawp++ = inb(RTC_DATA); in todpc_rtcget()
/titanic_50/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c700 tally(mod_info_t *caller_mod, mod_info_t *callee_mod, struct rawarc *rawp) in tally() argument
709 if (rawp->raw_count == 0) in tally()
716 parentp = nllookup(caller_mod, rawp->raw_frompc, NULL); in tally()
717 childp = nllookup(callee_mod, rawp->raw_selfpc, NULL); in tally()
720 childp->ncall += rawp->raw_count; in tally()
723 childp->ncall += rawp->raw_count; in tally()
725 childp->ncall -= rawp->raw_count; in tally()
735 childp->name, rawp->raw_count); in tally()
738 addarc(parentp, childp, rawp->raw_count); in tally()