Home
last modified time | relevance | path

Searched refs:store_ebcdic (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/s390/cio/
H A Dchsc.c367 static char *store_ebcdic(char *dest, const char *src, unsigned long len, in store_ebcdic() function
404 id = store_ebcdic(id, nd->type, sizeof(nd->type), '/'); in format_node_data()
405 id = store_ebcdic(id, nd->model, sizeof(nd->model), ','); in format_node_data()
406 id = store_ebcdic(id, nd->manufacturer, sizeof(nd->manufacturer), '.'); in format_node_data()
407 id = store_ebcdic(id, nd->plant, sizeof(nd->plant), 0); in format_node_data()
408 id = store_ebcdic(id, nd->seq, sizeof(nd->seq), ','); in format_node_data()