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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/s390/block/
H A Ddasd_devmap.c211 else if (len == 6 && !strncmp(str, "erplog", 6))
775 * erplog controls the logging of ERP related data
782 int erplog; local
786 erplog = (devmap->features & DASD_FEATURE_ERPLOG) != 0;
788 erplog = (DASD_FEATURE_DEFAULT & DASD_FEATURE_ERPLOG) != 0;
789 return snprintf(buf, PAGE_SIZE, erplog ? "1\n" : "0\n");
819 static DEVICE_ATTR(erplog, 0644, dasd_erplog_show, dasd_erplog_store);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/s390/block/
H A Ddasd_devmap.c211 else if (len == 6 && !strncmp(str, "erplog", 6))
775 * erplog controls the logging of ERP related data
782 int erplog; local
786 erplog = (devmap->features & DASD_FEATURE_ERPLOG) != 0;
788 erplog = (DASD_FEATURE_DEFAULT & DASD_FEATURE_ERPLOG) != 0;
789 return snprintf(buf, PAGE_SIZE, erplog ? "1\n" : "0\n");
819 static DEVICE_ATTR(erplog, 0644, dasd_erplog_show, dasd_erplog_store);

Completed in 124 milliseconds