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

/linux-master/drivers/s390/block/
H A Ddasd_int.h1253 u8 fc_sec = 0; local
1258 fc_sec = device->path[chp].fc_security;
1264 if (device->path[chp].fc_security != fc_sec)
1268 return fc_sec;
H A Ddasd_devmap.c2007 int fc_sec; local
2013 fc_sec = dasd_path_get_fcs_device(device);
2014 if (fc_sec == -EINVAL)
2017 rc = sysfs_emit(buf, "%s\n", dasd_path_get_fcs_str(fc_sec));
2028 unsigned int fc_sec = path->fc_security; local
2030 return sysfs_emit(buf, "%s\n", dasd_path_get_fcs_str(fc_sec));

Completed in 91 milliseconds