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

/illumos-gate/usr/src/uts/common/io/
H A Ddedump.c69 int hexi = 0, asci = 0, i = 0; local
84 (void) memset(hex + hexi, ' ', DEDUMP_HEXLEN - hexi);
89 * and hexi for another lap around. Also, set hdrp to
95 hexi = 0;
101 hexi += snprintf(hex + hexi, 3, "%02X", c);
103 hex[hexi++] = ' ';

Completed in 49 milliseconds