Searched refs:bhex (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/s390/net/ |
D | ctcm_mpc.c | 136 char bhex[82], duphex[82]; in ctcmpc_dumpit() local 150 bhex[0] = '\0'; in ctcmpc_dumpit() 154 strcat(bhex, " "); in ctcmpc_dumpit() 156 strcat(bhex, " "); in ctcmpc_dumpit() 161 strcat(bhex, tbuf); in ctcmpc_dumpit() 172 if ((strcmp(duphex, bhex)) != 0) { in ctcmpc_dumpit() 180 addr, boff, bhex, basc); in ctcmpc_dumpit() 182 strcpy(duphex, bhex); in ctcmpc_dumpit() 193 strcat(bhex, " "); in ctcmpc_dumpit() 195 strcat(bhex, " "); in ctcmpc_dumpit() [all …]
|