Lines Matching refs:sysfs_emit

734 	return sysfs_emit(buf, ff_flag ? "1\n" : "0\n");  in dasd_ff_show()
776 return sysfs_emit(buf, ro_flag ? "1\n" : "0\n"); in dasd_ro_show()
837 return sysfs_emit(buf, erplog ? "1\n" : "0\n"); in dasd_erplog_show()
1036 len = sysfs_emit(buf, "%s\n", in dasd_discipline_show()
1042 len = sysfs_emit(buf, "none\n"); in dasd_discipline_show()
1059 len = sysfs_emit(buf, "new\n"); in dasd_device_status_show()
1062 len = sysfs_emit(buf, "detected\n"); in dasd_device_status_show()
1065 len = sysfs_emit(buf, "basic\n"); in dasd_device_status_show()
1068 len = sysfs_emit(buf, "unformatted\n"); in dasd_device_status_show()
1071 len = sysfs_emit(buf, "ready\n"); in dasd_device_status_show()
1074 len = sysfs_emit(buf, "online\n"); in dasd_device_status_show()
1077 len = sysfs_emit(buf, "no stat\n"); in dasd_device_status_show()
1082 len = sysfs_emit(buf, "unknown\n"); in dasd_device_status_show()
1123 return sysfs_emit(buf, "%s\n", vendor); in dasd_vendor_show()
1131 return sysfs_emit(buf, "%s\n", vendor); in dasd_vendor_show()
1151 return sysfs_emit(buf, "%s\n", uid_string); in dasd_uid_show()
1186 return sysfs_emit(buf, "%s\n", uid_string); in dasd_uid_show()
1204 return sysfs_emit(buf, eer_flag ? "1\n" : "0\n"); in dasd_eer_show()
1246 len = sysfs_emit(buf, "%lu\n", device->default_expires); in dasd_expires_show()
1286 len = sysfs_emit(buf, "%lu\n", device->default_retries); in dasd_retries_show()
1327 len = sysfs_emit(buf, "%lu\n", device->blk_timeout); in dasd_timeout_show()
1401 return sysfs_emit(buf, "%d\n", dasd_nofcx); in dasd_hpf_show()
1405 return sysfs_emit(buf, "%d\n", hpf); in dasd_hpf_show()
1419 rc = sysfs_emit(buf, "ignore\n"); in dasd_reservation_policy_show()
1423 rc = sysfs_emit(buf, "fail\n"); in dasd_reservation_policy_show()
1425 rc = sysfs_emit(buf, "ignore\n"); in dasd_reservation_policy_show()
1460 return sysfs_emit(buf, "none\n"); in dasd_reservation_state_show()
1463 rc = sysfs_emit(buf, "reserved\n"); in dasd_reservation_state_show()
1465 rc = sysfs_emit(buf, "lost\n"); in dasd_reservation_state_show()
1467 rc = sysfs_emit(buf, "none\n"); in dasd_reservation_state_show()
1534 len = sysfs_emit(buf, "%lu\n", device->path_thrhld); in dasd_path_threshold_show()
1581 return sysfs_emit(buf, flag ? "1\n" : "0\n"); in dasd_path_autodisable_show()
1619 len = sysfs_emit(buf, "%lu\n", device->path_interval); in dasd_path_interval_show()
1665 rc = sysfs_emit(buf, "Inconsistent\n"); in dasd_device_fcs_show()
1667 rc = sysfs_emit(buf, "%s\n", dasd_path_get_fcs_str(fc_sec)); in dasd_device_fcs_show()
1680 return sysfs_emit(buf, "%s\n", dasd_path_get_fcs_str(fc_sec)); in dasd_path_fcs_show()
1701 return sysfs_emit(buf, "%d\n", val); \