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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/block/
H A Ddasd_devmap.c222 else if (len == 6 && !strncmp(str, "erplog", 6))
732 * erplog controls the logging of ERP related data
739 int erplog; local
743 erplog = (devmap->features & DASD_FEATURE_ERPLOG) != 0;
745 erplog = (DASD_FEATURE_DEFAULT & DASD_FEATURE_ERPLOG) != 0;
746 return snprintf(buf, PAGE_SIZE, erplog ? "1\n" : "0\n");
776 static DEVICE_ATTR(erplog, 0644, dasd_erplog_show, dasd_erplog_store);

Completed in 47 milliseconds