Home
last modified time | relevance | path

Searched refs:PARAMS_LEN (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/cio/
H A Dchsc.c351 #define PARAMS_LEN 10 /* PARAMS=xx,xxxxxx */ macro
370 memset(params, 0, PARAMS_LEN); in format_node_data()
374 strncpy(params, "n/a", PARAMS_LEN - 1); in format_node_data()
380 snprintf(params, PARAMS_LEN, "%02x,%06x", nd->byte0, nd->params); in format_node_data()
393 char iuparams[PARAMS_LEN], iunodeid[NODEID_LEN], auparams[PARAMS_LEN], in chsc_process_sei_link_incident()
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Dchsc.c363 #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()

Completed in 5 milliseconds