Searched refs:hmc_network (Results 1 – 1 of 1) sorted by relevance
30 static char hmc_network[OCF_LENGTH_HMC_NETWORK + 1]; variable71 memcpy(hmc_network, netid + 1, size); in sclp_ocf_handler()72 EBCASC(hmc_network, size); in sclp_ocf_handler()73 hmc_network[size] = 0; in sclp_ocf_handler()117 rc = sysfs_emit(page, "%s\n", hmc_network); in hmc_network_show()123 __ATTR(hmc_network, 0444, hmc_network_show, NULL);
Completed in 6 milliseconds