Searched refs:bhex (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/s390/net/ |
D | ctcm_mpc.c | 135 char bhex[82], duphex[82]; in ctcmpc_dumpit() local 149 bhex[0] = '\0'; in ctcmpc_dumpit() 153 strcat(bhex, " "); in ctcmpc_dumpit() 155 strcat(bhex, " "); in ctcmpc_dumpit() 160 strcat(bhex, tbuf); in ctcmpc_dumpit() 171 if ((strcmp(duphex, bhex)) != 0) { in ctcmpc_dumpit() 179 addr, boff, bhex, basc); in ctcmpc_dumpit() 181 strcpy(duphex, bhex); in ctcmpc_dumpit() 192 strcat(bhex, " "); in ctcmpc_dumpit() 194 strcat(bhex, " "); in ctcmpc_dumpit() [all …]
|