Searched refs:bhex (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/s390/net/ |
H A 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() 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() 196 strcat(bhex, " "); in ctcmpc_dumpit() [all …]
|