Searched refs:PARAMS_LEN (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/s390/cio/ |
D | chsc.c | 376 #define PARAMS_LEN 10 /* PARAMS=xx,xxxxxx */ macro 405 memset(params, 0, PARAMS_LEN); in format_node_data() 409 strscpy(params, "n/a", PARAMS_LEN); in format_node_data() 415 snprintf(params, PARAMS_LEN, "%02x,%06x", nd->byte0, nd->params); in format_node_data() 428 char iuparams[PARAMS_LEN], iunodeid[NODEID_LEN], auparams[PARAMS_LEN], in chsc_process_sei_link_incident()
|