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