Searched refs:fc_sec (Results 1 – 2 of 2) sorted by relevance
1284 u8 fc_sec = 0; in dasd_path_get_fcs_device() local1289 fc_sec = device->path[chp].fc_security; in dasd_path_get_fcs_device()1295 if (device->path[chp].fc_security != fc_sec) in dasd_path_get_fcs_device()1299 return fc_sec; in dasd_path_get_fcs_device()
2017 int fc_sec; in dasd_device_fcs_show() local2023 fc_sec = dasd_path_get_fcs_device(device); in dasd_device_fcs_show()2024 if (fc_sec == -EINVAL) in dasd_device_fcs_show()2027 rc = sysfs_emit(buf, "%s\n", dasd_path_get_fcs_str(fc_sec)); in dasd_device_fcs_show()2038 unsigned int fc_sec = path->fc_security; in dasd_path_fcs_show() local2040 return sysfs_emit(buf, "%s\n", dasd_path_get_fcs_str(fc_sec)); in dasd_path_fcs_show()