Home
last modified time | relevance | path

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

/drivers/s390/block/
A Ddasd_int.h1253 u8 fc_sec = 0; in dasd_path_get_fcs_device() local
1258 fc_sec = device->path[chp].fc_security; in dasd_path_get_fcs_device()
1264 if (device->path[chp].fc_security != fc_sec) in dasd_path_get_fcs_device()
1268 return fc_sec; in dasd_path_get_fcs_device()
A Ddasd_devmap.c2009 int fc_sec; in dasd_device_fcs_show() local
2015 fc_sec = dasd_path_get_fcs_device(device); in dasd_device_fcs_show()
2016 if (fc_sec == -EINVAL) in dasd_device_fcs_show()
2019 rc = sysfs_emit(buf, "%s\n", dasd_path_get_fcs_str(fc_sec)); in dasd_device_fcs_show()
2030 unsigned int fc_sec = path->fc_security; in dasd_path_fcs_show() local
2032 return sysfs_emit(buf, "%s\n", dasd_path_get_fcs_str(fc_sec)); in dasd_path_fcs_show()

Completed in 13 milliseconds