Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/starfire/os/
H A Dpda.c404 uint_t *csumptr; in p2o_calc_checksum() local
418 for (i = 0, csumptr = (uint_t *)p2o; i < p2o_size; i++) in p2o_calc_checksum()
419 csum += *csumptr++; in p2o_calc_checksum()