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