Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2005-02-23 15:30:31 +0300
committerCorinna Vinschen <corinna@vinschen.de>2005-02-23 15:30:31 +0300
commite5ef74dfb2c6b8e00daf6afc7ac8895c626a59d9 (patch)
tree1bda12cfd8321f9022267e7a5af11928c510ed57
parent4add0a4e2f51e0e5f2371fa8f578a6785cb11e2e (diff)
* devices.h: Switch FH_ZERO and FH_PORT as on Linux. Add FH_FULL.
* devices.in: Add /dev/full. * devices.cc: Regenerate. * dtable.cc (build_fh_pc): Add FH_FULL. * fhandler.cc (fhandler_base::fstat): Set FH_FULL permission bits correctly. * fhandler_zero.cc (fhandler_dev_zero::write): Set errno to ENOSPC and return -1 if device is FH_FULL.
-rw-r--r--winsup/cygwin/ChangeLog11
-rw-r--r--winsup/cygwin/devices.cc1631
-rw-r--r--winsup/cygwin/devices.h5
-rw-r--r--winsup/cygwin/devices.in1
-rw-r--r--winsup/cygwin/dtable.cc1
-rw-r--r--winsup/cygwin/fhandler.cc3
-rw-r--r--winsup/cygwin/fhandler_zero.cc5
7 files changed, 852 insertions, 805 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 7b6ba2dcf..648a5f308 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,14 @@
+2005-02-23 Corinna Vinschen <corinna@vinschen.de>
+
+ * devices.h: Switch FH_ZERO and FH_PORT as on Linux. Add FH_FULL.
+ * devices.in: Add /dev/full.
+ * devices.cc: Regenerate.
+ * dtable.cc (build_fh_pc): Add FH_FULL.
+ * fhandler.cc (fhandler_base::fstat): Set FH_FULL permission bits
+ correctly.
+ * fhandler_zero.cc (fhandler_dev_zero::write): Set errno to ENOSPC
+ and return -1 if device is FH_FULL.
+
2005-02-22 Christopher Faylor <cgf@timesys.com>
* fhandler_disk_file.cc (fhandler_cygdrive::closedir): Return 0 when
diff --git a/winsup/cygwin/devices.cc b/winsup/cygwin/devices.cc
index adb197aad..a015a8fd2 100644
--- a/winsup/cygwin/devices.cc
+++ b/winsup/cygwin/devices.cc
@@ -89,6 +89,7 @@ static const device dev_storage[] =
{"/dev/fd14", FHDEV(DEV_FLOPPY_MAJOR, 14), "\\Device\\Floppy14"},
{"/dev/fd15", FHDEV(DEV_FLOPPY_MAJOR, 15), "\\Device\\Floppy15"},
{"/dev/fifo", FH_FIFO, "\\dev\\fifo"},
+ {"/dev/full", FH_FULL, "\\dev\\full"},
{"/dev/kmem", FH_KMEM, "\\dev\\mem"},
{"/dev/mem", FH_MEM, "\\dev\\mem"},
{"/dev/nst0", FHDEV(DEV_TAPE_MAJOR, 128), "\\Device\\Tape0"},
@@ -888,9 +889,9 @@ static const device dev_storage[] =
};
const device *console_dev = dev_storage + 19;
-const device *ttym_dev = dev_storage + 830;
-const device *ttys_dev = dev_storage + 750;
-const device *urandom_dev = dev_storage + 831;
+const device *ttym_dev = dev_storage + 831;
+const device *ttys_dev = dev_storage + 751;
+const device *urandom_dev = dev_storage + 832;
static KR_device_t KR_find_keyword (const char *KR_keyword, int KR_length)
@@ -905,7 +906,7 @@ static KR_device_t KR_find_keyword (const char *KR_keyword, int KR_length)
if (strncmp (KR_keyword, "/dev/sdz", 8) == 0)
{
{
-return dev_storage + 214;
+return dev_storage + 215;
}
}
@@ -923,7 +924,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty", 8) == 0)
{
{
-return dev_storage + 749;
+return dev_storage + 750;
}
}
@@ -938,7 +939,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy", 8) == 0)
{
{
-return dev_storage + 213;
+return dev_storage + 214;
}
}
@@ -959,7 +960,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx", 8) == 0)
{
{
-return dev_storage + 212;
+return dev_storage + 213;
}
}
@@ -974,7 +975,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw", 8) == 0)
{
{
-return dev_storage + 211;
+return dev_storage + 212;
}
}
@@ -989,7 +990,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv", 8) == 0)
{
{
-return dev_storage + 210;
+return dev_storage + 211;
}
}
@@ -1004,7 +1005,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu", 8) == 0)
{
{
-return dev_storage + 209;
+return dev_storage + 210;
}
}
@@ -1019,7 +1020,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt", 8) == 0)
{
{
-return dev_storage + 208;
+return dev_storage + 209;
}
}
@@ -1034,7 +1035,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds", 8) == 0)
{
{
-return dev_storage + 207;
+return dev_storage + 208;
}
}
@@ -1049,7 +1050,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr", 8) == 0)
{
{
-return dev_storage + 206;
+return dev_storage + 207;
}
}
@@ -1064,7 +1065,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq", 8) == 0)
{
{
-return dev_storage + 205;
+return dev_storage + 206;
}
}
@@ -1082,7 +1083,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp", 8) == 0)
{
{
-return dev_storage + 204;
+return dev_storage + 205;
}
}
@@ -1118,7 +1119,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo", 8) == 0)
{
{
-return dev_storage + 203;
+return dev_storage + 204;
}
}
@@ -1133,7 +1134,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn", 8) == 0)
{
{
-return dev_storage + 202;
+return dev_storage + 203;
}
}
@@ -1151,7 +1152,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm", 8) == 0)
{
{
-return dev_storage + 201;
+return dev_storage + 202;
}
}
@@ -1166,7 +1167,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/mem", 8) == 0)
{
{
-return dev_storage + 39;
+return dev_storage + 40;
}
}
@@ -1187,7 +1188,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl", 8) == 0)
{
{
-return dev_storage + 200;
+return dev_storage + 201;
}
}
@@ -1202,7 +1203,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk", 8) == 0)
{
{
-return dev_storage + 199;
+return dev_storage + 200;
}
}
@@ -1217,7 +1218,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj", 8) == 0)
{
{
-return dev_storage + 198;
+return dev_storage + 199;
}
}
@@ -1232,7 +1233,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi", 8) == 0)
{
{
-return dev_storage + 197;
+return dev_storage + 198;
}
}
@@ -1247,7 +1248,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh", 8) == 0)
{
{
-return dev_storage + 196;
+return dev_storage + 197;
}
}
@@ -1262,7 +1263,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg", 8) == 0)
{
{
-return dev_storage + 195;
+return dev_storage + 196;
}
}
@@ -1277,7 +1278,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf", 8) == 0)
{
{
-return dev_storage + 194;
+return dev_storage + 195;
}
}
@@ -1292,7 +1293,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde", 8) == 0)
{
{
-return dev_storage + 193;
+return dev_storage + 194;
}
}
@@ -1307,7 +1308,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd", 8) == 0)
{
{
-return dev_storage + 192;
+return dev_storage + 193;
}
}
@@ -1322,7 +1323,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc", 8) == 0)
{
{
-return dev_storage + 191;
+return dev_storage + 192;
}
}
@@ -1337,7 +1338,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb", 8) == 0)
{
{
-return dev_storage + 190;
+return dev_storage + 191;
}
}
@@ -1352,7 +1353,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda", 8) == 0)
{
{
-return dev_storage + 189;
+return dev_storage + 190;
}
}
@@ -1370,7 +1371,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st9", 8) == 0)
{
{
-return dev_storage + 630;
+return dev_storage + 631;
}
}
@@ -1385,7 +1386,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr9", 8) == 0)
{
{
-return dev_storage + 614;
+return dev_storage + 615;
}
}
@@ -1424,7 +1425,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st8", 8) == 0)
{
{
-return dev_storage + 629;
+return dev_storage + 630;
}
}
@@ -1439,7 +1440,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr8", 8) == 0)
{
{
-return dev_storage + 613;
+return dev_storage + 614;
}
}
@@ -1478,7 +1479,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st7", 8) == 0)
{
{
-return dev_storage + 628;
+return dev_storage + 629;
}
}
@@ -1493,7 +1494,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr7", 8) == 0)
{
{
-return dev_storage + 612;
+return dev_storage + 613;
}
}
@@ -1532,7 +1533,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st6", 8) == 0)
{
{
-return dev_storage + 627;
+return dev_storage + 628;
}
}
@@ -1547,7 +1548,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr6", 8) == 0)
{
{
-return dev_storage + 611;
+return dev_storage + 612;
}
}
@@ -1586,7 +1587,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st5", 8) == 0)
{
{
-return dev_storage + 626;
+return dev_storage + 627;
}
}
@@ -1601,7 +1602,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr5", 8) == 0)
{
{
-return dev_storage + 610;
+return dev_storage + 611;
}
}
@@ -1640,7 +1641,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st4", 8) == 0)
{
{
-return dev_storage + 625;
+return dev_storage + 626;
}
}
@@ -1655,7 +1656,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr4", 8) == 0)
{
{
-return dev_storage + 609;
+return dev_storage + 610;
}
}
@@ -1694,7 +1695,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st3", 8) == 0)
{
{
-return dev_storage + 624;
+return dev_storage + 625;
}
}
@@ -1709,7 +1710,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr3", 8) == 0)
{
{
-return dev_storage + 608;
+return dev_storage + 609;
}
}
@@ -1748,7 +1749,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st2", 8) == 0)
{
{
-return dev_storage + 623;
+return dev_storage + 624;
}
}
@@ -1763,7 +1764,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr2", 8) == 0)
{
{
-return dev_storage + 607;
+return dev_storage + 608;
}
}
@@ -1802,7 +1803,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st1", 8) == 0)
{
{
-return dev_storage + 622;
+return dev_storage + 623;
}
}
@@ -1817,7 +1818,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr1", 8) == 0)
{
{
-return dev_storage + 606;
+return dev_storage + 607;
}
}
@@ -1856,7 +1857,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st0", 8) == 0)
{
{
-return dev_storage + 621;
+return dev_storage + 622;
}
}
@@ -1871,7 +1872,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr0", 8) == 0)
{
{
-return dev_storage + 605;
+return dev_storage + 606;
}
}
@@ -1916,7 +1917,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ptmx", 9) == 0)
{
{
-return dev_storage + 171;
+return dev_storage + 172;
}
}
@@ -1931,7 +1932,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/port", 9) == 0)
{
{
-return dev_storage + 170;
+return dev_storage + 171;
}
}
@@ -1949,7 +1950,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/zero", 9) == 0)
{
{
-return dev_storage + 833;
+return dev_storage + 834;
}
}
@@ -1988,7 +1989,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttym", 9) == 0)
{
{
-return dev_storage + 830;
+return dev_storage + 831;
}
}
@@ -2003,7 +2004,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/kmem", 9) == 0)
{
{
-return dev_storage + 38;
+return dev_storage + 39;
}
}
@@ -2021,15 +2022,39 @@ return NULL;
}
}
case 'l':
- if (strncmp (KR_keyword, "/dev/null", 9) == 0)
+ switch (KR_keyword [5])
{
+ case 'n':
+ if (strncmp (KR_keyword, "/dev/null", 9) == 0)
+ {
{
-return dev_storage + 168;
+return dev_storage + 169;
}
- }
- else
- {
+ }
+ else
+ {
+{
+return NULL;
+
+}
+ }
+ case 'f':
+ if (strncmp (KR_keyword, "/dev/full", 9) == 0)
+ {
+{
+return dev_storage + 38;
+
+}
+ }
+ else
+ {
+{
+return NULL;
+
+}
+ }
+ default:
{
return NULL;
@@ -2039,7 +2064,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/pipe", 9) == 0)
{
{
-return dev_storage + 169;
+return dev_storage + 170;
}
}
@@ -2057,7 +2082,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdz9", 9) == 0)
{
{
-return dev_storage + 598;
+return dev_storage + 599;
}
}
@@ -2075,7 +2100,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty9", 9) == 0)
{
{
-return dev_storage + 759;
+return dev_storage + 760;
}
}
@@ -2090,7 +2115,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy9", 9) == 0)
{
{
-return dev_storage + 583;
+return dev_storage + 584;
}
}
@@ -2111,7 +2136,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx9", 9) == 0)
{
{
-return dev_storage + 568;
+return dev_storage + 569;
}
}
@@ -2126,7 +2151,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw9", 9) == 0)
{
{
-return dev_storage + 553;
+return dev_storage + 554;
}
}
@@ -2141,7 +2166,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv9", 9) == 0)
{
{
-return dev_storage + 538;
+return dev_storage + 539;
}
}
@@ -2156,7 +2181,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu9", 9) == 0)
{
{
-return dev_storage + 523;
+return dev_storage + 524;
}
}
@@ -2174,7 +2199,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt9", 9) == 0)
{
{
-return dev_storage + 508;
+return dev_storage + 509;
}
}
@@ -2189,7 +2214,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst9", 9) == 0)
{
{
-return dev_storage + 49;
+return dev_storage + 50;
}
}
@@ -2210,7 +2235,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds9", 9) == 0)
{
{
-return dev_storage + 493;
+return dev_storage + 494;
}
}
@@ -2225,7 +2250,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr9", 9) == 0)
{
{
-return dev_storage + 478;
+return dev_storage + 479;
}
}
@@ -2240,7 +2265,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq9", 9) == 0)
{
{
-return dev_storage + 463;
+return dev_storage + 464;
}
}
@@ -2255,7 +2280,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp9", 9) == 0)
{
{
-return dev_storage + 448;
+return dev_storage + 449;
}
}
@@ -2270,7 +2295,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo9", 9) == 0)
{
{
-return dev_storage + 433;
+return dev_storage + 434;
}
}
@@ -2285,7 +2310,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn9", 9) == 0)
{
{
-return dev_storage + 418;
+return dev_storage + 419;
}
}
@@ -2303,7 +2328,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm9", 9) == 0)
{
{
-return dev_storage + 403;
+return dev_storage + 404;
}
}
@@ -2339,7 +2364,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl9", 9) == 0)
{
{
-return dev_storage + 388;
+return dev_storage + 389;
}
}
@@ -2354,7 +2379,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk9", 9) == 0)
{
{
-return dev_storage + 373;
+return dev_storage + 374;
}
}
@@ -2369,7 +2394,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj9", 9) == 0)
{
{
-return dev_storage + 358;
+return dev_storage + 359;
}
}
@@ -2384,7 +2409,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi9", 9) == 0)
{
{
-return dev_storage + 343;
+return dev_storage + 344;
}
}
@@ -2399,7 +2424,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh9", 9) == 0)
{
{
-return dev_storage + 328;
+return dev_storage + 329;
}
}
@@ -2414,7 +2439,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg9", 9) == 0)
{
{
-return dev_storage + 313;
+return dev_storage + 314;
}
}
@@ -2429,7 +2454,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf9", 9) == 0)
{
{
-return dev_storage + 298;
+return dev_storage + 299;
}
}
@@ -2444,7 +2469,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde9", 9) == 0)
{
{
-return dev_storage + 283;
+return dev_storage + 284;
}
}
@@ -2462,7 +2487,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd9", 9) == 0)
{
{
-return dev_storage + 268;
+return dev_storage + 269;
}
}
@@ -2477,7 +2502,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd9", 9) == 0)
{
{
-return dev_storage + 182;
+return dev_storage + 183;
}
}
@@ -2498,7 +2523,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc9", 9) == 0)
{
{
-return dev_storage + 253;
+return dev_storage + 254;
}
}
@@ -2513,7 +2538,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb9", 9) == 0)
{
{
-return dev_storage + 238;
+return dev_storage + 239;
}
}
@@ -2528,7 +2553,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda9", 9) == 0)
{
{
-return dev_storage + 223;
+return dev_storage + 224;
}
}
@@ -2543,7 +2568,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st99", 9) == 0)
{
{
-return dev_storage + 720;
+return dev_storage + 721;
}
}
@@ -2558,7 +2583,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st89", 9) == 0)
{
{
-return dev_storage + 710;
+return dev_storage + 711;
}
}
@@ -2573,7 +2598,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st79", 9) == 0)
{
{
-return dev_storage + 700;
+return dev_storage + 701;
}
}
@@ -2588,7 +2613,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st69", 9) == 0)
{
{
-return dev_storage + 690;
+return dev_storage + 691;
}
}
@@ -2603,7 +2628,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st59", 9) == 0)
{
{
-return dev_storage + 680;
+return dev_storage + 681;
}
}
@@ -2618,7 +2643,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st49", 9) == 0)
{
{
-return dev_storage + 670;
+return dev_storage + 671;
}
}
@@ -2633,7 +2658,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st39", 9) == 0)
{
{
-return dev_storage + 660;
+return dev_storage + 661;
}
}
@@ -2648,7 +2673,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st29", 9) == 0)
{
{
-return dev_storage + 650;
+return dev_storage + 651;
}
}
@@ -2663,7 +2688,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st19", 9) == 0)
{
{
-return dev_storage + 640;
+return dev_storage + 641;
}
}
@@ -2687,7 +2712,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdz8", 9) == 0)
{
{
-return dev_storage + 597;
+return dev_storage + 598;
}
}
@@ -2705,7 +2730,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty8", 9) == 0)
{
{
-return dev_storage + 758;
+return dev_storage + 759;
}
}
@@ -2720,7 +2745,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy8", 9) == 0)
{
{
-return dev_storage + 582;
+return dev_storage + 583;
}
}
@@ -2741,7 +2766,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx8", 9) == 0)
{
{
-return dev_storage + 567;
+return dev_storage + 568;
}
}
@@ -2756,7 +2781,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw8", 9) == 0)
{
{
-return dev_storage + 552;
+return dev_storage + 553;
}
}
@@ -2771,7 +2796,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv8", 9) == 0)
{
{
-return dev_storage + 537;
+return dev_storage + 538;
}
}
@@ -2786,7 +2811,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu8", 9) == 0)
{
{
-return dev_storage + 522;
+return dev_storage + 523;
}
}
@@ -2804,7 +2829,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt8", 9) == 0)
{
{
-return dev_storage + 507;
+return dev_storage + 508;
}
}
@@ -2819,7 +2844,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst8", 9) == 0)
{
{
-return dev_storage + 48;
+return dev_storage + 49;
}
}
@@ -2840,7 +2865,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds8", 9) == 0)
{
{
-return dev_storage + 492;
+return dev_storage + 493;
}
}
@@ -2855,7 +2880,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr8", 9) == 0)
{
{
-return dev_storage + 477;
+return dev_storage + 478;
}
}
@@ -2870,7 +2895,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq8", 9) == 0)
{
{
-return dev_storage + 462;
+return dev_storage + 463;
}
}
@@ -2885,7 +2910,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp8", 9) == 0)
{
{
-return dev_storage + 447;
+return dev_storage + 448;
}
}
@@ -2900,7 +2925,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo8", 9) == 0)
{
{
-return dev_storage + 432;
+return dev_storage + 433;
}
}
@@ -2915,7 +2940,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn8", 9) == 0)
{
{
-return dev_storage + 417;
+return dev_storage + 418;
}
}
@@ -2933,7 +2958,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm8", 9) == 0)
{
{
-return dev_storage + 402;
+return dev_storage + 403;
}
}
@@ -2969,7 +2994,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl8", 9) == 0)
{
{
-return dev_storage + 387;
+return dev_storage + 388;
}
}
@@ -2984,7 +3009,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk8", 9) == 0)
{
{
-return dev_storage + 372;
+return dev_storage + 373;
}
}
@@ -2999,7 +3024,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj8", 9) == 0)
{
{
-return dev_storage + 357;
+return dev_storage + 358;
}
}
@@ -3014,7 +3039,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi8", 9) == 0)
{
{
-return dev_storage + 342;
+return dev_storage + 343;
}
}
@@ -3029,7 +3054,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh8", 9) == 0)
{
{
-return dev_storage + 327;
+return dev_storage + 328;
}
}
@@ -3044,7 +3069,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg8", 9) == 0)
{
{
-return dev_storage + 312;
+return dev_storage + 313;
}
}
@@ -3059,7 +3084,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf8", 9) == 0)
{
{
-return dev_storage + 297;
+return dev_storage + 298;
}
}
@@ -3074,7 +3099,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde8", 9) == 0)
{
{
-return dev_storage + 282;
+return dev_storage + 283;
}
}
@@ -3092,7 +3117,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd8", 9) == 0)
{
{
-return dev_storage + 267;
+return dev_storage + 268;
}
}
@@ -3107,7 +3132,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd8", 9) == 0)
{
{
-return dev_storage + 181;
+return dev_storage + 182;
}
}
@@ -3128,7 +3153,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc8", 9) == 0)
{
{
-return dev_storage + 252;
+return dev_storage + 253;
}
}
@@ -3143,7 +3168,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb8", 9) == 0)
{
{
-return dev_storage + 237;
+return dev_storage + 238;
}
}
@@ -3158,7 +3183,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda8", 9) == 0)
{
{
-return dev_storage + 222;
+return dev_storage + 223;
}
}
@@ -3173,7 +3198,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st98", 9) == 0)
{
{
-return dev_storage + 719;
+return dev_storage + 720;
}
}
@@ -3188,7 +3213,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st88", 9) == 0)
{
{
-return dev_storage + 709;
+return dev_storage + 710;
}
}
@@ -3203,7 +3228,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st78", 9) == 0)
{
{
-return dev_storage + 699;
+return dev_storage + 700;
}
}
@@ -3218,7 +3243,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st68", 9) == 0)
{
{
-return dev_storage + 689;
+return dev_storage + 690;
}
}
@@ -3233,7 +3258,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st58", 9) == 0)
{
{
-return dev_storage + 679;
+return dev_storage + 680;
}
}
@@ -3248,7 +3273,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st48", 9) == 0)
{
{
-return dev_storage + 669;
+return dev_storage + 670;
}
}
@@ -3263,7 +3288,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st38", 9) == 0)
{
{
-return dev_storage + 659;
+return dev_storage + 660;
}
}
@@ -3278,7 +3303,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st28", 9) == 0)
{
{
-return dev_storage + 649;
+return dev_storage + 650;
}
}
@@ -3293,7 +3318,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st18", 9) == 0)
{
{
-return dev_storage + 639;
+return dev_storage + 640;
}
}
@@ -3317,7 +3342,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdz7", 9) == 0)
{
{
-return dev_storage + 596;
+return dev_storage + 597;
}
}
@@ -3335,7 +3360,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty7", 9) == 0)
{
{
-return dev_storage + 757;
+return dev_storage + 758;
}
}
@@ -3350,7 +3375,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy7", 9) == 0)
{
{
-return dev_storage + 581;
+return dev_storage + 582;
}
}
@@ -3371,7 +3396,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx7", 9) == 0)
{
{
-return dev_storage + 566;
+return dev_storage + 567;
}
}
@@ -3386,7 +3411,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw7", 9) == 0)
{
{
-return dev_storage + 551;
+return dev_storage + 552;
}
}
@@ -3401,7 +3426,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv7", 9) == 0)
{
{
-return dev_storage + 536;
+return dev_storage + 537;
}
}
@@ -3416,7 +3441,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu7", 9) == 0)
{
{
-return dev_storage + 521;
+return dev_storage + 522;
}
}
@@ -3434,7 +3459,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt7", 9) == 0)
{
{
-return dev_storage + 506;
+return dev_storage + 507;
}
}
@@ -3449,7 +3474,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst7", 9) == 0)
{
{
-return dev_storage + 47;
+return dev_storage + 48;
}
}
@@ -3470,7 +3495,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds7", 9) == 0)
{
{
-return dev_storage + 491;
+return dev_storage + 492;
}
}
@@ -3485,7 +3510,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr7", 9) == 0)
{
{
-return dev_storage + 476;
+return dev_storage + 477;
}
}
@@ -3500,7 +3525,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq7", 9) == 0)
{
{
-return dev_storage + 461;
+return dev_storage + 462;
}
}
@@ -3515,7 +3540,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp7", 9) == 0)
{
{
-return dev_storage + 446;
+return dev_storage + 447;
}
}
@@ -3530,7 +3555,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo7", 9) == 0)
{
{
-return dev_storage + 431;
+return dev_storage + 432;
}
}
@@ -3545,7 +3570,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn7", 9) == 0)
{
{
-return dev_storage + 416;
+return dev_storage + 417;
}
}
@@ -3563,7 +3588,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm7", 9) == 0)
{
{
-return dev_storage + 401;
+return dev_storage + 402;
}
}
@@ -3599,7 +3624,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl7", 9) == 0)
{
{
-return dev_storage + 386;
+return dev_storage + 387;
}
}
@@ -3614,7 +3639,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk7", 9) == 0)
{
{
-return dev_storage + 371;
+return dev_storage + 372;
}
}
@@ -3629,7 +3654,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj7", 9) == 0)
{
{
-return dev_storage + 356;
+return dev_storage + 357;
}
}
@@ -3644,7 +3669,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi7", 9) == 0)
{
{
-return dev_storage + 341;
+return dev_storage + 342;
}
}
@@ -3659,7 +3684,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh7", 9) == 0)
{
{
-return dev_storage + 326;
+return dev_storage + 327;
}
}
@@ -3674,7 +3699,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg7", 9) == 0)
{
{
-return dev_storage + 311;
+return dev_storage + 312;
}
}
@@ -3689,7 +3714,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf7", 9) == 0)
{
{
-return dev_storage + 296;
+return dev_storage + 297;
}
}
@@ -3704,7 +3729,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde7", 9) == 0)
{
{
-return dev_storage + 281;
+return dev_storage + 282;
}
}
@@ -3722,7 +3747,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd7", 9) == 0)
{
{
-return dev_storage + 266;
+return dev_storage + 267;
}
}
@@ -3737,7 +3762,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd7", 9) == 0)
{
{
-return dev_storage + 180;
+return dev_storage + 181;
}
}
@@ -3758,7 +3783,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc7", 9) == 0)
{
{
-return dev_storage + 251;
+return dev_storage + 252;
}
}
@@ -3773,7 +3798,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb7", 9) == 0)
{
{
-return dev_storage + 236;
+return dev_storage + 237;
}
}
@@ -3788,7 +3813,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda7", 9) == 0)
{
{
-return dev_storage + 221;
+return dev_storage + 222;
}
}
@@ -3803,7 +3828,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st97", 9) == 0)
{
{
-return dev_storage + 718;
+return dev_storage + 719;
}
}
@@ -3818,7 +3843,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st87", 9) == 0)
{
{
-return dev_storage + 708;
+return dev_storage + 709;
}
}
@@ -3833,7 +3858,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st77", 9) == 0)
{
{
-return dev_storage + 698;
+return dev_storage + 699;
}
}
@@ -3848,7 +3873,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st67", 9) == 0)
{
{
-return dev_storage + 688;
+return dev_storage + 689;
}
}
@@ -3863,7 +3888,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st57", 9) == 0)
{
{
-return dev_storage + 678;
+return dev_storage + 679;
}
}
@@ -3878,7 +3903,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st47", 9) == 0)
{
{
-return dev_storage + 668;
+return dev_storage + 669;
}
}
@@ -3893,7 +3918,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st37", 9) == 0)
{
{
-return dev_storage + 658;
+return dev_storage + 659;
}
}
@@ -3908,7 +3933,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st27", 9) == 0)
{
{
-return dev_storage + 648;
+return dev_storage + 649;
}
}
@@ -3923,7 +3948,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st17", 9) == 0)
{
{
-return dev_storage + 638;
+return dev_storage + 639;
}
}
@@ -3947,7 +3972,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdz6", 9) == 0)
{
{
-return dev_storage + 595;
+return dev_storage + 596;
}
}
@@ -3965,7 +3990,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty6", 9) == 0)
{
{
-return dev_storage + 756;
+return dev_storage + 757;
}
}
@@ -3980,7 +4005,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy6", 9) == 0)
{
{
-return dev_storage + 580;
+return dev_storage + 581;
}
}
@@ -4001,7 +4026,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx6", 9) == 0)
{
{
-return dev_storage + 565;
+return dev_storage + 566;
}
}
@@ -4016,7 +4041,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw6", 9) == 0)
{
{
-return dev_storage + 550;
+return dev_storage + 551;
}
}
@@ -4031,7 +4056,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv6", 9) == 0)
{
{
-return dev_storage + 535;
+return dev_storage + 536;
}
}
@@ -4046,7 +4071,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu6", 9) == 0)
{
{
-return dev_storage + 520;
+return dev_storage + 521;
}
}
@@ -4064,7 +4089,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt6", 9) == 0)
{
{
-return dev_storage + 505;
+return dev_storage + 506;
}
}
@@ -4079,7 +4104,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst6", 9) == 0)
{
{
-return dev_storage + 46;
+return dev_storage + 47;
}
}
@@ -4100,7 +4125,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds6", 9) == 0)
{
{
-return dev_storage + 490;
+return dev_storage + 491;
}
}
@@ -4115,7 +4140,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr6", 9) == 0)
{
{
-return dev_storage + 475;
+return dev_storage + 476;
}
}
@@ -4130,7 +4155,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq6", 9) == 0)
{
{
-return dev_storage + 460;
+return dev_storage + 461;
}
}
@@ -4145,7 +4170,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp6", 9) == 0)
{
{
-return dev_storage + 445;
+return dev_storage + 446;
}
}
@@ -4160,7 +4185,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo6", 9) == 0)
{
{
-return dev_storage + 430;
+return dev_storage + 431;
}
}
@@ -4175,7 +4200,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn6", 9) == 0)
{
{
-return dev_storage + 415;
+return dev_storage + 416;
}
}
@@ -4193,7 +4218,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm6", 9) == 0)
{
{
-return dev_storage + 400;
+return dev_storage + 401;
}
}
@@ -4229,7 +4254,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl6", 9) == 0)
{
{
-return dev_storage + 385;
+return dev_storage + 386;
}
}
@@ -4244,7 +4269,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk6", 9) == 0)
{
{
-return dev_storage + 370;
+return dev_storage + 371;
}
}
@@ -4259,7 +4284,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj6", 9) == 0)
{
{
-return dev_storage + 355;
+return dev_storage + 356;
}
}
@@ -4274,7 +4299,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi6", 9) == 0)
{
{
-return dev_storage + 340;
+return dev_storage + 341;
}
}
@@ -4289,7 +4314,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh6", 9) == 0)
{
{
-return dev_storage + 325;
+return dev_storage + 326;
}
}
@@ -4304,7 +4329,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg6", 9) == 0)
{
{
-return dev_storage + 310;
+return dev_storage + 311;
}
}
@@ -4319,7 +4344,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf6", 9) == 0)
{
{
-return dev_storage + 295;
+return dev_storage + 296;
}
}
@@ -4334,7 +4359,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde6", 9) == 0)
{
{
-return dev_storage + 280;
+return dev_storage + 281;
}
}
@@ -4352,7 +4377,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd6", 9) == 0)
{
{
-return dev_storage + 265;
+return dev_storage + 266;
}
}
@@ -4367,7 +4392,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd6", 9) == 0)
{
{
-return dev_storage + 179;
+return dev_storage + 180;
}
}
@@ -4388,7 +4413,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc6", 9) == 0)
{
{
-return dev_storage + 250;
+return dev_storage + 251;
}
}
@@ -4403,7 +4428,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb6", 9) == 0)
{
{
-return dev_storage + 235;
+return dev_storage + 236;
}
}
@@ -4418,7 +4443,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda6", 9) == 0)
{
{
-return dev_storage + 220;
+return dev_storage + 221;
}
}
@@ -4433,7 +4458,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st96", 9) == 0)
{
{
-return dev_storage + 717;
+return dev_storage + 718;
}
}
@@ -4448,7 +4473,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st86", 9) == 0)
{
{
-return dev_storage + 707;
+return dev_storage + 708;
}
}
@@ -4463,7 +4488,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st76", 9) == 0)
{
{
-return dev_storage + 697;
+return dev_storage + 698;
}
}
@@ -4478,7 +4503,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st66", 9) == 0)
{
{
-return dev_storage + 687;
+return dev_storage + 688;
}
}
@@ -4493,7 +4518,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st56", 9) == 0)
{
{
-return dev_storage + 677;
+return dev_storage + 678;
}
}
@@ -4508,7 +4533,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st46", 9) == 0)
{
{
-return dev_storage + 667;
+return dev_storage + 668;
}
}
@@ -4523,7 +4548,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st36", 9) == 0)
{
{
-return dev_storage + 657;
+return dev_storage + 658;
}
}
@@ -4538,7 +4563,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st26", 9) == 0)
{
{
-return dev_storage + 647;
+return dev_storage + 648;
}
}
@@ -4553,7 +4578,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st16", 9) == 0)
{
{
-return dev_storage + 637;
+return dev_storage + 638;
}
}
@@ -4577,7 +4602,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdz5", 9) == 0)
{
{
-return dev_storage + 594;
+return dev_storage + 595;
}
}
@@ -4595,7 +4620,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty5", 9) == 0)
{
{
-return dev_storage + 755;
+return dev_storage + 756;
}
}
@@ -4610,7 +4635,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy5", 9) == 0)
{
{
-return dev_storage + 579;
+return dev_storage + 580;
}
}
@@ -4631,7 +4656,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx5", 9) == 0)
{
{
-return dev_storage + 564;
+return dev_storage + 565;
}
}
@@ -4646,7 +4671,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw5", 9) == 0)
{
{
-return dev_storage + 549;
+return dev_storage + 550;
}
}
@@ -4661,7 +4686,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv5", 9) == 0)
{
{
-return dev_storage + 534;
+return dev_storage + 535;
}
}
@@ -4676,7 +4701,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu5", 9) == 0)
{
{
-return dev_storage + 519;
+return dev_storage + 520;
}
}
@@ -4694,7 +4719,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt5", 9) == 0)
{
{
-return dev_storage + 504;
+return dev_storage + 505;
}
}
@@ -4709,7 +4734,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst5", 9) == 0)
{
{
-return dev_storage + 45;
+return dev_storage + 46;
}
}
@@ -4730,7 +4755,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds5", 9) == 0)
{
{
-return dev_storage + 489;
+return dev_storage + 490;
}
}
@@ -4745,7 +4770,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr5", 9) == 0)
{
{
-return dev_storage + 474;
+return dev_storage + 475;
}
}
@@ -4760,7 +4785,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq5", 9) == 0)
{
{
-return dev_storage + 459;
+return dev_storage + 460;
}
}
@@ -4775,7 +4800,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp5", 9) == 0)
{
{
-return dev_storage + 444;
+return dev_storage + 445;
}
}
@@ -4790,7 +4815,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo5", 9) == 0)
{
{
-return dev_storage + 429;
+return dev_storage + 430;
}
}
@@ -4805,7 +4830,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn5", 9) == 0)
{
{
-return dev_storage + 414;
+return dev_storage + 415;
}
}
@@ -4823,7 +4848,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm5", 9) == 0)
{
{
-return dev_storage + 399;
+return dev_storage + 400;
}
}
@@ -4859,7 +4884,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl5", 9) == 0)
{
{
-return dev_storage + 384;
+return dev_storage + 385;
}
}
@@ -4874,7 +4899,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk5", 9) == 0)
{
{
-return dev_storage + 369;
+return dev_storage + 370;
}
}
@@ -4889,7 +4914,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj5", 9) == 0)
{
{
-return dev_storage + 354;
+return dev_storage + 355;
}
}
@@ -4904,7 +4929,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi5", 9) == 0)
{
{
-return dev_storage + 339;
+return dev_storage + 340;
}
}
@@ -4919,7 +4944,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh5", 9) == 0)
{
{
-return dev_storage + 324;
+return dev_storage + 325;
}
}
@@ -4934,7 +4959,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg5", 9) == 0)
{
{
-return dev_storage + 309;
+return dev_storage + 310;
}
}
@@ -4949,7 +4974,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf5", 9) == 0)
{
{
-return dev_storage + 294;
+return dev_storage + 295;
}
}
@@ -4964,7 +4989,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde5", 9) == 0)
{
{
-return dev_storage + 279;
+return dev_storage + 280;
}
}
@@ -4982,7 +5007,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd5", 9) == 0)
{
{
-return dev_storage + 264;
+return dev_storage + 265;
}
}
@@ -4997,7 +5022,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd5", 9) == 0)
{
{
-return dev_storage + 178;
+return dev_storage + 179;
}
}
@@ -5018,7 +5043,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc5", 9) == 0)
{
{
-return dev_storage + 249;
+return dev_storage + 250;
}
}
@@ -5033,7 +5058,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb5", 9) == 0)
{
{
-return dev_storage + 234;
+return dev_storage + 235;
}
}
@@ -5048,7 +5073,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda5", 9) == 0)
{
{
-return dev_storage + 219;
+return dev_storage + 220;
}
}
@@ -5063,7 +5088,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st95", 9) == 0)
{
{
-return dev_storage + 716;
+return dev_storage + 717;
}
}
@@ -5078,7 +5103,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st85", 9) == 0)
{
{
-return dev_storage + 706;
+return dev_storage + 707;
}
}
@@ -5093,7 +5118,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st75", 9) == 0)
{
{
-return dev_storage + 696;
+return dev_storage + 697;
}
}
@@ -5108,7 +5133,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st65", 9) == 0)
{
{
-return dev_storage + 686;
+return dev_storage + 687;
}
}
@@ -5123,7 +5148,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st55", 9) == 0)
{
{
-return dev_storage + 676;
+return dev_storage + 677;
}
}
@@ -5138,7 +5163,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st45", 9) == 0)
{
{
-return dev_storage + 666;
+return dev_storage + 667;
}
}
@@ -5153,7 +5178,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st35", 9) == 0)
{
{
-return dev_storage + 656;
+return dev_storage + 657;
}
}
@@ -5168,7 +5193,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st25", 9) == 0)
{
{
-return dev_storage + 646;
+return dev_storage + 647;
}
}
@@ -5186,7 +5211,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st15", 9) == 0)
{
{
-return dev_storage + 636;
+return dev_storage + 637;
}
}
@@ -5201,7 +5226,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr15", 9) == 0)
{
{
-return dev_storage + 620;
+return dev_storage + 621;
}
}
@@ -5246,7 +5271,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdz4", 9) == 0)
{
{
-return dev_storage + 593;
+return dev_storage + 594;
}
}
@@ -5264,7 +5289,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty4", 9) == 0)
{
{
-return dev_storage + 754;
+return dev_storage + 755;
}
}
@@ -5279,7 +5304,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy4", 9) == 0)
{
{
-return dev_storage + 578;
+return dev_storage + 579;
}
}
@@ -5300,7 +5325,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx4", 9) == 0)
{
{
-return dev_storage + 563;
+return dev_storage + 564;
}
}
@@ -5315,7 +5340,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw4", 9) == 0)
{
{
-return dev_storage + 548;
+return dev_storage + 549;
}
}
@@ -5330,7 +5355,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv4", 9) == 0)
{
{
-return dev_storage + 533;
+return dev_storage + 534;
}
}
@@ -5345,7 +5370,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu4", 9) == 0)
{
{
-return dev_storage + 518;
+return dev_storage + 519;
}
}
@@ -5363,7 +5388,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt4", 9) == 0)
{
{
-return dev_storage + 503;
+return dev_storage + 504;
}
}
@@ -5378,7 +5403,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst4", 9) == 0)
{
{
-return dev_storage + 44;
+return dev_storage + 45;
}
}
@@ -5399,7 +5424,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds4", 9) == 0)
{
{
-return dev_storage + 488;
+return dev_storage + 489;
}
}
@@ -5414,7 +5439,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr4", 9) == 0)
{
{
-return dev_storage + 473;
+return dev_storage + 474;
}
}
@@ -5429,7 +5454,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq4", 9) == 0)
{
{
-return dev_storage + 458;
+return dev_storage + 459;
}
}
@@ -5444,7 +5469,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp4", 9) == 0)
{
{
-return dev_storage + 443;
+return dev_storage + 444;
}
}
@@ -5459,7 +5484,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo4", 9) == 0)
{
{
-return dev_storage + 428;
+return dev_storage + 429;
}
}
@@ -5474,7 +5499,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn4", 9) == 0)
{
{
-return dev_storage + 413;
+return dev_storage + 414;
}
}
@@ -5492,7 +5517,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm4", 9) == 0)
{
{
-return dev_storage + 398;
+return dev_storage + 399;
}
}
@@ -5528,7 +5553,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl4", 9) == 0)
{
{
-return dev_storage + 383;
+return dev_storage + 384;
}
}
@@ -5543,7 +5568,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk4", 9) == 0)
{
{
-return dev_storage + 368;
+return dev_storage + 369;
}
}
@@ -5558,7 +5583,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj4", 9) == 0)
{
{
-return dev_storage + 353;
+return dev_storage + 354;
}
}
@@ -5573,7 +5598,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi4", 9) == 0)
{
{
-return dev_storage + 338;
+return dev_storage + 339;
}
}
@@ -5588,7 +5613,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh4", 9) == 0)
{
{
-return dev_storage + 323;
+return dev_storage + 324;
}
}
@@ -5603,7 +5628,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg4", 9) == 0)
{
{
-return dev_storage + 308;
+return dev_storage + 309;
}
}
@@ -5618,7 +5643,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf4", 9) == 0)
{
{
-return dev_storage + 293;
+return dev_storage + 294;
}
}
@@ -5633,7 +5658,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde4", 9) == 0)
{
{
-return dev_storage + 278;
+return dev_storage + 279;
}
}
@@ -5651,7 +5676,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd4", 9) == 0)
{
{
-return dev_storage + 263;
+return dev_storage + 264;
}
}
@@ -5666,7 +5691,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd4", 9) == 0)
{
{
-return dev_storage + 177;
+return dev_storage + 178;
}
}
@@ -5687,7 +5712,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc4", 9) == 0)
{
{
-return dev_storage + 248;
+return dev_storage + 249;
}
}
@@ -5702,7 +5727,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb4", 9) == 0)
{
{
-return dev_storage + 233;
+return dev_storage + 234;
}
}
@@ -5717,7 +5742,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda4", 9) == 0)
{
{
-return dev_storage + 218;
+return dev_storage + 219;
}
}
@@ -5732,7 +5757,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st94", 9) == 0)
{
{
-return dev_storage + 715;
+return dev_storage + 716;
}
}
@@ -5747,7 +5772,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st84", 9) == 0)
{
{
-return dev_storage + 705;
+return dev_storage + 706;
}
}
@@ -5762,7 +5787,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st74", 9) == 0)
{
{
-return dev_storage + 695;
+return dev_storage + 696;
}
}
@@ -5777,7 +5802,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st64", 9) == 0)
{
{
-return dev_storage + 685;
+return dev_storage + 686;
}
}
@@ -5792,7 +5817,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st54", 9) == 0)
{
{
-return dev_storage + 675;
+return dev_storage + 676;
}
}
@@ -5807,7 +5832,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st44", 9) == 0)
{
{
-return dev_storage + 665;
+return dev_storage + 666;
}
}
@@ -5822,7 +5847,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st34", 9) == 0)
{
{
-return dev_storage + 655;
+return dev_storage + 656;
}
}
@@ -5837,7 +5862,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st24", 9) == 0)
{
{
-return dev_storage + 645;
+return dev_storage + 646;
}
}
@@ -5855,7 +5880,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st14", 9) == 0)
{
{
-return dev_storage + 635;
+return dev_storage + 636;
}
}
@@ -5870,7 +5895,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr14", 9) == 0)
{
{
-return dev_storage + 619;
+return dev_storage + 620;
}
}
@@ -5915,7 +5940,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdz3", 9) == 0)
{
{
-return dev_storage + 592;
+return dev_storage + 593;
}
}
@@ -5933,7 +5958,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty3", 9) == 0)
{
{
-return dev_storage + 753;
+return dev_storage + 754;
}
}
@@ -5948,7 +5973,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy3", 9) == 0)
{
{
-return dev_storage + 577;
+return dev_storage + 578;
}
}
@@ -5969,7 +5994,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx3", 9) == 0)
{
{
-return dev_storage + 562;
+return dev_storage + 563;
}
}
@@ -5984,7 +6009,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw3", 9) == 0)
{
{
-return dev_storage + 547;
+return dev_storage + 548;
}
}
@@ -5999,7 +6024,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv3", 9) == 0)
{
{
-return dev_storage + 532;
+return dev_storage + 533;
}
}
@@ -6014,7 +6039,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu3", 9) == 0)
{
{
-return dev_storage + 517;
+return dev_storage + 518;
}
}
@@ -6032,7 +6057,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt3", 9) == 0)
{
{
-return dev_storage + 502;
+return dev_storage + 503;
}
}
@@ -6047,7 +6072,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst3", 9) == 0)
{
{
-return dev_storage + 43;
+return dev_storage + 44;
}
}
@@ -6068,7 +6093,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds3", 9) == 0)
{
{
-return dev_storage + 487;
+return dev_storage + 488;
}
}
@@ -6083,7 +6108,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr3", 9) == 0)
{
{
-return dev_storage + 472;
+return dev_storage + 473;
}
}
@@ -6098,7 +6123,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq3", 9) == 0)
{
{
-return dev_storage + 457;
+return dev_storage + 458;
}
}
@@ -6113,7 +6138,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp3", 9) == 0)
{
{
-return dev_storage + 442;
+return dev_storage + 443;
}
}
@@ -6128,7 +6153,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo3", 9) == 0)
{
{
-return dev_storage + 427;
+return dev_storage + 428;
}
}
@@ -6143,7 +6168,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn3", 9) == 0)
{
{
-return dev_storage + 412;
+return dev_storage + 413;
}
}
@@ -6161,7 +6186,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm3", 9) == 0)
{
{
-return dev_storage + 397;
+return dev_storage + 398;
}
}
@@ -6197,7 +6222,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl3", 9) == 0)
{
{
-return dev_storage + 382;
+return dev_storage + 383;
}
}
@@ -6212,7 +6237,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk3", 9) == 0)
{
{
-return dev_storage + 367;
+return dev_storage + 368;
}
}
@@ -6227,7 +6252,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj3", 9) == 0)
{
{
-return dev_storage + 352;
+return dev_storage + 353;
}
}
@@ -6242,7 +6267,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi3", 9) == 0)
{
{
-return dev_storage + 337;
+return dev_storage + 338;
}
}
@@ -6257,7 +6282,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh3", 9) == 0)
{
{
-return dev_storage + 322;
+return dev_storage + 323;
}
}
@@ -6272,7 +6297,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg3", 9) == 0)
{
{
-return dev_storage + 307;
+return dev_storage + 308;
}
}
@@ -6287,7 +6312,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf3", 9) == 0)
{
{
-return dev_storage + 292;
+return dev_storage + 293;
}
}
@@ -6302,7 +6327,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde3", 9) == 0)
{
{
-return dev_storage + 277;
+return dev_storage + 278;
}
}
@@ -6320,7 +6345,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd3", 9) == 0)
{
{
-return dev_storage + 262;
+return dev_storage + 263;
}
}
@@ -6335,7 +6360,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd3", 9) == 0)
{
{
-return dev_storage + 176;
+return dev_storage + 177;
}
}
@@ -6356,7 +6381,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc3", 9) == 0)
{
{
-return dev_storage + 247;
+return dev_storage + 248;
}
}
@@ -6371,7 +6396,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb3", 9) == 0)
{
{
-return dev_storage + 232;
+return dev_storage + 233;
}
}
@@ -6386,7 +6411,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda3", 9) == 0)
{
{
-return dev_storage + 217;
+return dev_storage + 218;
}
}
@@ -6401,7 +6426,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st93", 9) == 0)
{
{
-return dev_storage + 714;
+return dev_storage + 715;
}
}
@@ -6416,7 +6441,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st83", 9) == 0)
{
{
-return dev_storage + 704;
+return dev_storage + 705;
}
}
@@ -6431,7 +6456,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st73", 9) == 0)
{
{
-return dev_storage + 694;
+return dev_storage + 695;
}
}
@@ -6446,7 +6471,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st63", 9) == 0)
{
{
-return dev_storage + 684;
+return dev_storage + 685;
}
}
@@ -6461,7 +6486,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st53", 9) == 0)
{
{
-return dev_storage + 674;
+return dev_storage + 675;
}
}
@@ -6476,7 +6501,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st43", 9) == 0)
{
{
-return dev_storage + 664;
+return dev_storage + 665;
}
}
@@ -6491,7 +6516,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st33", 9) == 0)
{
{
-return dev_storage + 654;
+return dev_storage + 655;
}
}
@@ -6506,7 +6531,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st23", 9) == 0)
{
{
-return dev_storage + 644;
+return dev_storage + 645;
}
}
@@ -6524,7 +6549,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st13", 9) == 0)
{
{
-return dev_storage + 634;
+return dev_storage + 635;
}
}
@@ -6539,7 +6564,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr13", 9) == 0)
{
{
-return dev_storage + 618;
+return dev_storage + 619;
}
}
@@ -6584,7 +6609,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdz2", 9) == 0)
{
{
-return dev_storage + 591;
+return dev_storage + 592;
}
}
@@ -6602,7 +6627,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty2", 9) == 0)
{
{
-return dev_storage + 752;
+return dev_storage + 753;
}
}
@@ -6617,7 +6642,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy2", 9) == 0)
{
{
-return dev_storage + 576;
+return dev_storage + 577;
}
}
@@ -6638,7 +6663,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx2", 9) == 0)
{
{
-return dev_storage + 561;
+return dev_storage + 562;
}
}
@@ -6653,7 +6678,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw2", 9) == 0)
{
{
-return dev_storage + 546;
+return dev_storage + 547;
}
}
@@ -6668,7 +6693,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv2", 9) == 0)
{
{
-return dev_storage + 531;
+return dev_storage + 532;
}
}
@@ -6683,7 +6708,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu2", 9) == 0)
{
{
-return dev_storage + 516;
+return dev_storage + 517;
}
}
@@ -6701,7 +6726,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt2", 9) == 0)
{
{
-return dev_storage + 501;
+return dev_storage + 502;
}
}
@@ -6716,7 +6741,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst2", 9) == 0)
{
{
-return dev_storage + 42;
+return dev_storage + 43;
}
}
@@ -6737,7 +6762,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds2", 9) == 0)
{
{
-return dev_storage + 486;
+return dev_storage + 487;
}
}
@@ -6752,7 +6777,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr2", 9) == 0)
{
{
-return dev_storage + 471;
+return dev_storage + 472;
}
}
@@ -6767,7 +6792,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq2", 9) == 0)
{
{
-return dev_storage + 456;
+return dev_storage + 457;
}
}
@@ -6782,7 +6807,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp2", 9) == 0)
{
{
-return dev_storage + 441;
+return dev_storage + 442;
}
}
@@ -6797,7 +6822,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo2", 9) == 0)
{
{
-return dev_storage + 426;
+return dev_storage + 427;
}
}
@@ -6812,7 +6837,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn2", 9) == 0)
{
{
-return dev_storage + 411;
+return dev_storage + 412;
}
}
@@ -6830,7 +6855,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm2", 9) == 0)
{
{
-return dev_storage + 396;
+return dev_storage + 397;
}
}
@@ -6866,7 +6891,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl2", 9) == 0)
{
{
-return dev_storage + 381;
+return dev_storage + 382;
}
}
@@ -6881,7 +6906,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk2", 9) == 0)
{
{
-return dev_storage + 366;
+return dev_storage + 367;
}
}
@@ -6896,7 +6921,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj2", 9) == 0)
{
{
-return dev_storage + 351;
+return dev_storage + 352;
}
}
@@ -6911,7 +6936,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi2", 9) == 0)
{
{
-return dev_storage + 336;
+return dev_storage + 337;
}
}
@@ -6926,7 +6951,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh2", 9) == 0)
{
{
-return dev_storage + 321;
+return dev_storage + 322;
}
}
@@ -6941,7 +6966,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg2", 9) == 0)
{
{
-return dev_storage + 306;
+return dev_storage + 307;
}
}
@@ -6956,7 +6981,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf2", 9) == 0)
{
{
-return dev_storage + 291;
+return dev_storage + 292;
}
}
@@ -6971,7 +6996,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde2", 9) == 0)
{
{
-return dev_storage + 276;
+return dev_storage + 277;
}
}
@@ -6989,7 +7014,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd2", 9) == 0)
{
{
-return dev_storage + 261;
+return dev_storage + 262;
}
}
@@ -7004,7 +7029,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd2", 9) == 0)
{
{
-return dev_storage + 175;
+return dev_storage + 176;
}
}
@@ -7025,7 +7050,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc2", 9) == 0)
{
{
-return dev_storage + 246;
+return dev_storage + 247;
}
}
@@ -7040,7 +7065,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb2", 9) == 0)
{
{
-return dev_storage + 231;
+return dev_storage + 232;
}
}
@@ -7055,7 +7080,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda2", 9) == 0)
{
{
-return dev_storage + 216;
+return dev_storage + 217;
}
}
@@ -7070,7 +7095,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st92", 9) == 0)
{
{
-return dev_storage + 713;
+return dev_storage + 714;
}
}
@@ -7085,7 +7110,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st82", 9) == 0)
{
{
-return dev_storage + 703;
+return dev_storage + 704;
}
}
@@ -7100,7 +7125,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st72", 9) == 0)
{
{
-return dev_storage + 693;
+return dev_storage + 694;
}
}
@@ -7115,7 +7140,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st62", 9) == 0)
{
{
-return dev_storage + 683;
+return dev_storage + 684;
}
}
@@ -7130,7 +7155,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st52", 9) == 0)
{
{
-return dev_storage + 673;
+return dev_storage + 674;
}
}
@@ -7145,7 +7170,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st42", 9) == 0)
{
{
-return dev_storage + 663;
+return dev_storage + 664;
}
}
@@ -7160,7 +7185,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st32", 9) == 0)
{
{
-return dev_storage + 653;
+return dev_storage + 654;
}
}
@@ -7175,7 +7200,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st22", 9) == 0)
{
{
-return dev_storage + 643;
+return dev_storage + 644;
}
}
@@ -7193,7 +7218,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st12", 9) == 0)
{
{
-return dev_storage + 633;
+return dev_storage + 634;
}
}
@@ -7208,7 +7233,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr12", 9) == 0)
{
{
-return dev_storage + 617;
+return dev_storage + 618;
}
}
@@ -7253,7 +7278,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdz1", 9) == 0)
{
{
-return dev_storage + 590;
+return dev_storage + 591;
}
}
@@ -7271,7 +7296,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty1", 9) == 0)
{
{
-return dev_storage + 751;
+return dev_storage + 752;
}
}
@@ -7286,7 +7311,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy1", 9) == 0)
{
{
-return dev_storage + 575;
+return dev_storage + 576;
}
}
@@ -7307,7 +7332,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx1", 9) == 0)
{
{
-return dev_storage + 560;
+return dev_storage + 561;
}
}
@@ -7322,7 +7347,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw1", 9) == 0)
{
{
-return dev_storage + 545;
+return dev_storage + 546;
}
}
@@ -7337,7 +7362,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv1", 9) == 0)
{
{
-return dev_storage + 530;
+return dev_storage + 531;
}
}
@@ -7352,7 +7377,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu1", 9) == 0)
{
{
-return dev_storage + 515;
+return dev_storage + 516;
}
}
@@ -7370,7 +7395,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt1", 9) == 0)
{
{
-return dev_storage + 500;
+return dev_storage + 501;
}
}
@@ -7385,7 +7410,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst1", 9) == 0)
{
{
-return dev_storage + 41;
+return dev_storage + 42;
}
}
@@ -7406,7 +7431,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds1", 9) == 0)
{
{
-return dev_storage + 485;
+return dev_storage + 486;
}
}
@@ -7421,7 +7446,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr1", 9) == 0)
{
{
-return dev_storage + 470;
+return dev_storage + 471;
}
}
@@ -7436,7 +7461,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq1", 9) == 0)
{
{
-return dev_storage + 455;
+return dev_storage + 456;
}
}
@@ -7451,7 +7476,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp1", 9) == 0)
{
{
-return dev_storage + 440;
+return dev_storage + 441;
}
}
@@ -7466,7 +7491,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo1", 9) == 0)
{
{
-return dev_storage + 425;
+return dev_storage + 426;
}
}
@@ -7481,7 +7506,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn1", 9) == 0)
{
{
-return dev_storage + 410;
+return dev_storage + 411;
}
}
@@ -7499,7 +7524,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm1", 9) == 0)
{
{
-return dev_storage + 395;
+return dev_storage + 396;
}
}
@@ -7535,7 +7560,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl1", 9) == 0)
{
{
-return dev_storage + 380;
+return dev_storage + 381;
}
}
@@ -7550,7 +7575,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk1", 9) == 0)
{
{
-return dev_storage + 365;
+return dev_storage + 366;
}
}
@@ -7565,7 +7590,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj1", 9) == 0)
{
{
-return dev_storage + 350;
+return dev_storage + 351;
}
}
@@ -7580,7 +7605,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi1", 9) == 0)
{
{
-return dev_storage + 335;
+return dev_storage + 336;
}
}
@@ -7595,7 +7620,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh1", 9) == 0)
{
{
-return dev_storage + 320;
+return dev_storage + 321;
}
}
@@ -7610,7 +7635,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg1", 9) == 0)
{
{
-return dev_storage + 305;
+return dev_storage + 306;
}
}
@@ -7625,7 +7650,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf1", 9) == 0)
{
{
-return dev_storage + 290;
+return dev_storage + 291;
}
}
@@ -7640,7 +7665,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde1", 9) == 0)
{
{
-return dev_storage + 275;
+return dev_storage + 276;
}
}
@@ -7658,7 +7683,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd1", 9) == 0)
{
{
-return dev_storage + 260;
+return dev_storage + 261;
}
}
@@ -7673,7 +7698,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd1", 9) == 0)
{
{
-return dev_storage + 174;
+return dev_storage + 175;
}
}
@@ -7694,7 +7719,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc1", 9) == 0)
{
{
-return dev_storage + 245;
+return dev_storage + 246;
}
}
@@ -7709,7 +7734,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb1", 9) == 0)
{
{
-return dev_storage + 230;
+return dev_storage + 231;
}
}
@@ -7724,7 +7749,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda1", 9) == 0)
{
{
-return dev_storage + 215;
+return dev_storage + 216;
}
}
@@ -7739,7 +7764,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st91", 9) == 0)
{
{
-return dev_storage + 712;
+return dev_storage + 713;
}
}
@@ -7754,7 +7779,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st81", 9) == 0)
{
{
-return dev_storage + 702;
+return dev_storage + 703;
}
}
@@ -7769,7 +7794,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st71", 9) == 0)
{
{
-return dev_storage + 692;
+return dev_storage + 693;
}
}
@@ -7784,7 +7809,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st61", 9) == 0)
{
{
-return dev_storage + 682;
+return dev_storage + 683;
}
}
@@ -7799,7 +7824,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st51", 9) == 0)
{
{
-return dev_storage + 672;
+return dev_storage + 673;
}
}
@@ -7814,7 +7839,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st41", 9) == 0)
{
{
-return dev_storage + 662;
+return dev_storage + 663;
}
}
@@ -7829,7 +7854,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st31", 9) == 0)
{
{
-return dev_storage + 652;
+return dev_storage + 653;
}
}
@@ -7844,7 +7869,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st21", 9) == 0)
{
{
-return dev_storage + 642;
+return dev_storage + 643;
}
}
@@ -7862,7 +7887,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st11", 9) == 0)
{
{
-return dev_storage + 632;
+return dev_storage + 633;
}
}
@@ -7877,7 +7902,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr11", 9) == 0)
{
{
-return dev_storage + 616;
+return dev_storage + 617;
}
}
@@ -7922,7 +7947,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty0", 9) == 0)
{
{
-return dev_storage + 750;
+return dev_storage + 751;
}
}
@@ -7937,7 +7962,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst0", 9) == 0)
{
{
-return dev_storage + 40;
+return dev_storage + 41;
}
}
@@ -7952,7 +7977,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd0", 9) == 0)
{
{
-return dev_storage + 173;
+return dev_storage + 174;
}
}
@@ -7967,7 +7992,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st90", 9) == 0)
{
{
-return dev_storage + 711;
+return dev_storage + 712;
}
}
@@ -7982,7 +8007,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st80", 9) == 0)
{
{
-return dev_storage + 701;
+return dev_storage + 702;
}
}
@@ -7997,7 +8022,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st70", 9) == 0)
{
{
-return dev_storage + 691;
+return dev_storage + 692;
}
}
@@ -8012,7 +8037,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st60", 9) == 0)
{
{
-return dev_storage + 681;
+return dev_storage + 682;
}
}
@@ -8027,7 +8052,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st50", 9) == 0)
{
{
-return dev_storage + 671;
+return dev_storage + 672;
}
}
@@ -8042,7 +8067,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st40", 9) == 0)
{
{
-return dev_storage + 661;
+return dev_storage + 662;
}
}
@@ -8057,7 +8082,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st30", 9) == 0)
{
{
-return dev_storage + 651;
+return dev_storage + 652;
}
}
@@ -8072,7 +8097,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st20", 9) == 0)
{
{
-return dev_storage + 641;
+return dev_storage + 642;
}
}
@@ -8090,7 +8115,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st10", 9) == 0)
{
{
-return dev_storage + 631;
+return dev_storage + 632;
}
}
@@ -8105,7 +8130,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr10", 9) == 0)
{
{
-return dev_storage + 615;
+return dev_storage + 616;
}
}
@@ -8174,7 +8199,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS9", 10) == 0)
{
{
-return dev_storage + 823;
+return dev_storage + 824;
}
}
@@ -8189,7 +8214,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst99", 10) == 0)
{
{
-return dev_storage + 139;
+return dev_storage + 140;
}
}
@@ -8204,7 +8229,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst89", 10) == 0)
{
{
-return dev_storage + 129;
+return dev_storage + 130;
}
}
@@ -8219,7 +8244,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst79", 10) == 0)
{
{
-return dev_storage + 119;
+return dev_storage + 120;
}
}
@@ -8234,7 +8259,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst69", 10) == 0)
{
{
-return dev_storage + 109;
+return dev_storage + 110;
}
}
@@ -8252,7 +8277,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty59", 10) == 0)
{
{
-return dev_storage + 809;
+return dev_storage + 810;
}
}
@@ -8267,7 +8292,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst59", 10) == 0)
{
{
-return dev_storage + 99;
+return dev_storage + 100;
}
}
@@ -8291,7 +8316,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty49", 10) == 0)
{
{
-return dev_storage + 799;
+return dev_storage + 800;
}
}
@@ -8306,7 +8331,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst49", 10) == 0)
{
{
-return dev_storage + 89;
+return dev_storage + 90;
}
}
@@ -8330,7 +8355,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty39", 10) == 0)
{
{
-return dev_storage + 789;
+return dev_storage + 790;
}
}
@@ -8345,7 +8370,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst39", 10) == 0)
{
{
-return dev_storage + 79;
+return dev_storage + 80;
}
}
@@ -8369,7 +8394,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty29", 10) == 0)
{
{
-return dev_storage + 779;
+return dev_storage + 780;
}
}
@@ -8384,7 +8409,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst29", 10) == 0)
{
{
-return dev_storage + 69;
+return dev_storage + 70;
}
}
@@ -8408,7 +8433,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty19", 10) == 0)
{
{
-return dev_storage + 769;
+return dev_storage + 770;
}
}
@@ -8423,7 +8448,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st119", 10) == 0)
{
{
-return dev_storage + 740;
+return dev_storage + 741;
}
}
@@ -8438,7 +8463,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst19", 10) == 0)
{
{
-return dev_storage + 59;
+return dev_storage + 60;
}
}
@@ -8459,7 +8484,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st109", 10) == 0)
{
{
-return dev_storage + 730;
+return dev_storage + 731;
}
}
@@ -8483,7 +8508,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS8", 10) == 0)
{
{
-return dev_storage + 822;
+return dev_storage + 823;
}
}
@@ -8498,7 +8523,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst98", 10) == 0)
{
{
-return dev_storage + 138;
+return dev_storage + 139;
}
}
@@ -8513,7 +8538,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst88", 10) == 0)
{
{
-return dev_storage + 128;
+return dev_storage + 129;
}
}
@@ -8528,7 +8553,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst78", 10) == 0)
{
{
-return dev_storage + 118;
+return dev_storage + 119;
}
}
@@ -8543,7 +8568,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst68", 10) == 0)
{
{
-return dev_storage + 108;
+return dev_storage + 109;
}
}
@@ -8561,7 +8586,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty58", 10) == 0)
{
{
-return dev_storage + 808;
+return dev_storage + 809;
}
}
@@ -8576,7 +8601,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst58", 10) == 0)
{
{
-return dev_storage + 98;
+return dev_storage + 99;
}
}
@@ -8600,7 +8625,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty48", 10) == 0)
{
{
-return dev_storage + 798;
+return dev_storage + 799;
}
}
@@ -8615,7 +8640,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst48", 10) == 0)
{
{
-return dev_storage + 88;
+return dev_storage + 89;
}
}
@@ -8639,7 +8664,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty38", 10) == 0)
{
{
-return dev_storage + 788;
+return dev_storage + 789;
}
}
@@ -8654,7 +8679,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst38", 10) == 0)
{
{
-return dev_storage + 78;
+return dev_storage + 79;
}
}
@@ -8678,7 +8703,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty28", 10) == 0)
{
{
-return dev_storage + 778;
+return dev_storage + 779;
}
}
@@ -8693,7 +8718,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst28", 10) == 0)
{
{
-return dev_storage + 68;
+return dev_storage + 69;
}
}
@@ -8717,7 +8742,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty18", 10) == 0)
{
{
-return dev_storage + 768;
+return dev_storage + 769;
}
}
@@ -8732,7 +8757,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st118", 10) == 0)
{
{
-return dev_storage + 739;
+return dev_storage + 740;
}
}
@@ -8747,7 +8772,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst18", 10) == 0)
{
{
-return dev_storage + 58;
+return dev_storage + 59;
}
}
@@ -8768,7 +8793,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st108", 10) == 0)
{
{
-return dev_storage + 729;
+return dev_storage + 730;
}
}
@@ -8792,7 +8817,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS7", 10) == 0)
{
{
-return dev_storage + 821;
+return dev_storage + 822;
}
}
@@ -8807,7 +8832,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst97", 10) == 0)
{
{
-return dev_storage + 137;
+return dev_storage + 138;
}
}
@@ -8822,7 +8847,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst87", 10) == 0)
{
{
-return dev_storage + 127;
+return dev_storage + 128;
}
}
@@ -8837,7 +8862,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst77", 10) == 0)
{
{
-return dev_storage + 117;
+return dev_storage + 118;
}
}
@@ -8852,7 +8877,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst67", 10) == 0)
{
{
-return dev_storage + 107;
+return dev_storage + 108;
}
}
@@ -8870,7 +8895,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty57", 10) == 0)
{
{
-return dev_storage + 807;
+return dev_storage + 808;
}
}
@@ -8885,7 +8910,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst57", 10) == 0)
{
{
-return dev_storage + 97;
+return dev_storage + 98;
}
}
@@ -8909,7 +8934,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty47", 10) == 0)
{
{
-return dev_storage + 797;
+return dev_storage + 798;
}
}
@@ -8924,7 +8949,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst47", 10) == 0)
{
{
-return dev_storage + 87;
+return dev_storage + 88;
}
}
@@ -8948,7 +8973,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty37", 10) == 0)
{
{
-return dev_storage + 787;
+return dev_storage + 788;
}
}
@@ -8963,7 +8988,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst37", 10) == 0)
{
{
-return dev_storage + 77;
+return dev_storage + 78;
}
}
@@ -8987,7 +9012,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty27", 10) == 0)
{
{
-return dev_storage + 777;
+return dev_storage + 778;
}
}
@@ -9002,7 +9027,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st127", 10) == 0)
{
{
-return dev_storage + 748;
+return dev_storage + 749;
}
}
@@ -9017,7 +9042,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst27", 10) == 0)
{
{
-return dev_storage + 67;
+return dev_storage + 68;
}
}
@@ -9041,7 +9066,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty17", 10) == 0)
{
{
-return dev_storage + 767;
+return dev_storage + 768;
}
}
@@ -9056,7 +9081,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st117", 10) == 0)
{
{
-return dev_storage + 738;
+return dev_storage + 739;
}
}
@@ -9071,7 +9096,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst17", 10) == 0)
{
{
-return dev_storage + 57;
+return dev_storage + 58;
}
}
@@ -9092,7 +9117,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st107", 10) == 0)
{
{
-return dev_storage + 728;
+return dev_storage + 729;
}
}
@@ -9116,7 +9141,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS6", 10) == 0)
{
{
-return dev_storage + 820;
+return dev_storage + 821;
}
}
@@ -9131,7 +9156,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst96", 10) == 0)
{
{
-return dev_storage + 136;
+return dev_storage + 137;
}
}
@@ -9146,7 +9171,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst86", 10) == 0)
{
{
-return dev_storage + 126;
+return dev_storage + 127;
}
}
@@ -9161,7 +9186,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst76", 10) == 0)
{
{
-return dev_storage + 116;
+return dev_storage + 117;
}
}
@@ -9176,7 +9201,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst66", 10) == 0)
{
{
-return dev_storage + 106;
+return dev_storage + 107;
}
}
@@ -9194,7 +9219,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty56", 10) == 0)
{
{
-return dev_storage + 806;
+return dev_storage + 807;
}
}
@@ -9209,7 +9234,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst56", 10) == 0)
{
{
-return dev_storage + 96;
+return dev_storage + 97;
}
}
@@ -9233,7 +9258,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty46", 10) == 0)
{
{
-return dev_storage + 796;
+return dev_storage + 797;
}
}
@@ -9248,7 +9273,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst46", 10) == 0)
{
{
-return dev_storage + 86;
+return dev_storage + 87;
}
}
@@ -9272,7 +9297,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty36", 10) == 0)
{
{
-return dev_storage + 786;
+return dev_storage + 787;
}
}
@@ -9287,7 +9312,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst36", 10) == 0)
{
{
-return dev_storage + 76;
+return dev_storage + 77;
}
}
@@ -9311,7 +9336,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty26", 10) == 0)
{
{
-return dev_storage + 776;
+return dev_storage + 777;
}
}
@@ -9326,7 +9351,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st126", 10) == 0)
{
{
-return dev_storage + 747;
+return dev_storage + 748;
}
}
@@ -9341,7 +9366,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst26", 10) == 0)
{
{
-return dev_storage + 66;
+return dev_storage + 67;
}
}
@@ -9365,7 +9390,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty16", 10) == 0)
{
{
-return dev_storage + 766;
+return dev_storage + 767;
}
}
@@ -9380,7 +9405,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st116", 10) == 0)
{
{
-return dev_storage + 737;
+return dev_storage + 738;
}
}
@@ -9395,7 +9420,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst16", 10) == 0)
{
{
-return dev_storage + 56;
+return dev_storage + 57;
}
}
@@ -9431,7 +9456,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st106", 10) == 0)
{
{
-return dev_storage + 727;
+return dev_storage + 728;
}
}
@@ -9455,7 +9480,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdz15", 10) == 0)
{
{
-return dev_storage + 604;
+return dev_storage + 605;
}
}
@@ -9473,7 +9498,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS5", 10) == 0)
{
{
-return dev_storage + 819;
+return dev_storage + 820;
}
}
@@ -9488,7 +9513,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty55", 10) == 0)
{
{
-return dev_storage + 805;
+return dev_storage + 806;
}
}
@@ -9503,7 +9528,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty45", 10) == 0)
{
{
-return dev_storage + 795;
+return dev_storage + 796;
}
}
@@ -9518,7 +9543,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty35", 10) == 0)
{
{
-return dev_storage + 785;
+return dev_storage + 786;
}
}
@@ -9533,7 +9558,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty25", 10) == 0)
{
{
-return dev_storage + 775;
+return dev_storage + 776;
}
}
@@ -9551,7 +9576,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty15", 10) == 0)
{
{
-return dev_storage + 765;
+return dev_storage + 766;
}
}
@@ -9566,7 +9591,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy15", 10) == 0)
{
{
-return dev_storage + 589;
+return dev_storage + 590;
}
}
@@ -9593,7 +9618,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx15", 10) == 0)
{
{
-return dev_storage + 574;
+return dev_storage + 575;
}
}
@@ -9608,7 +9633,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw15", 10) == 0)
{
{
-return dev_storage + 559;
+return dev_storage + 560;
}
}
@@ -9623,7 +9648,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv15", 10) == 0)
{
{
-return dev_storage + 544;
+return dev_storage + 545;
}
}
@@ -9638,7 +9663,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu15", 10) == 0)
{
{
-return dev_storage + 529;
+return dev_storage + 530;
}
}
@@ -9656,7 +9681,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst95", 10) == 0)
{
{
-return dev_storage + 135;
+return dev_storage + 136;
}
}
@@ -9671,7 +9696,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst85", 10) == 0)
{
{
-return dev_storage + 125;
+return dev_storage + 126;
}
}
@@ -9686,7 +9711,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst75", 10) == 0)
{
{
-return dev_storage + 115;
+return dev_storage + 116;
}
}
@@ -9701,7 +9726,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst65", 10) == 0)
{
{
-return dev_storage + 105;
+return dev_storage + 106;
}
}
@@ -9716,7 +9741,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst55", 10) == 0)
{
{
-return dev_storage + 95;
+return dev_storage + 96;
}
}
@@ -9731,7 +9756,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst45", 10) == 0)
{
{
-return dev_storage + 85;
+return dev_storage + 86;
}
}
@@ -9746,7 +9771,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst35", 10) == 0)
{
{
-return dev_storage + 75;
+return dev_storage + 76;
}
}
@@ -9761,7 +9786,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst25", 10) == 0)
{
{
-return dev_storage + 65;
+return dev_storage + 66;
}
}
@@ -9779,7 +9804,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt15", 10) == 0)
{
{
-return dev_storage + 514;
+return dev_storage + 515;
}
}
@@ -9794,7 +9819,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst15", 10) == 0)
{
{
-return dev_storage + 55;
+return dev_storage + 56;
}
}
@@ -9821,7 +9846,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds15", 10) == 0)
{
{
-return dev_storage + 499;
+return dev_storage + 500;
}
}
@@ -9836,7 +9861,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr15", 10) == 0)
{
{
-return dev_storage + 484;
+return dev_storage + 485;
}
}
@@ -9851,7 +9876,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq15", 10) == 0)
{
{
-return dev_storage + 469;
+return dev_storage + 470;
}
}
@@ -9866,7 +9891,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp15", 10) == 0)
{
{
-return dev_storage + 454;
+return dev_storage + 455;
}
}
@@ -9881,7 +9906,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo15", 10) == 0)
{
{
-return dev_storage + 439;
+return dev_storage + 440;
}
}
@@ -9896,7 +9921,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn15", 10) == 0)
{
{
-return dev_storage + 424;
+return dev_storage + 425;
}
}
@@ -9914,7 +9939,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm15", 10) == 0)
{
{
-return dev_storage + 409;
+return dev_storage + 410;
}
}
@@ -9950,7 +9975,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl15", 10) == 0)
{
{
-return dev_storage + 394;
+return dev_storage + 395;
}
}
@@ -9965,7 +9990,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk15", 10) == 0)
{
{
-return dev_storage + 379;
+return dev_storage + 380;
}
}
@@ -9980,7 +10005,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj15", 10) == 0)
{
{
-return dev_storage + 364;
+return dev_storage + 365;
}
}
@@ -9995,7 +10020,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi15", 10) == 0)
{
{
-return dev_storage + 349;
+return dev_storage + 350;
}
}
@@ -10010,7 +10035,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh15", 10) == 0)
{
{
-return dev_storage + 334;
+return dev_storage + 335;
}
}
@@ -10025,7 +10050,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg15", 10) == 0)
{
{
-return dev_storage + 319;
+return dev_storage + 320;
}
}
@@ -10040,7 +10065,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf15", 10) == 0)
{
{
-return dev_storage + 304;
+return dev_storage + 305;
}
}
@@ -10055,7 +10080,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde15", 10) == 0)
{
{
-return dev_storage + 289;
+return dev_storage + 290;
}
}
@@ -10073,7 +10098,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd15", 10) == 0)
{
{
-return dev_storage + 274;
+return dev_storage + 275;
}
}
@@ -10088,7 +10113,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd15", 10) == 0)
{
{
-return dev_storage + 188;
+return dev_storage + 189;
}
}
@@ -10109,7 +10134,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc15", 10) == 0)
{
{
-return dev_storage + 259;
+return dev_storage + 260;
}
}
@@ -10124,7 +10149,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb15", 10) == 0)
{
{
-return dev_storage + 244;
+return dev_storage + 245;
}
}
@@ -10139,7 +10164,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda15", 10) == 0)
{
{
-return dev_storage + 229;
+return dev_storage + 230;
}
}
@@ -10157,7 +10182,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st125", 10) == 0)
{
{
-return dev_storage + 746;
+return dev_storage + 747;
}
}
@@ -10172,7 +10197,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st115", 10) == 0)
{
{
-return dev_storage + 736;
+return dev_storage + 737;
}
}
@@ -10187,7 +10212,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st105", 10) == 0)
{
{
-return dev_storage + 726;
+return dev_storage + 727;
}
}
@@ -10217,7 +10242,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdz14", 10) == 0)
{
{
-return dev_storage + 603;
+return dev_storage + 604;
}
}
@@ -10235,7 +10260,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS4", 10) == 0)
{
{
-return dev_storage + 818;
+return dev_storage + 819;
}
}
@@ -10250,7 +10275,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty54", 10) == 0)
{
{
-return dev_storage + 804;
+return dev_storage + 805;
}
}
@@ -10265,7 +10290,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty44", 10) == 0)
{
{
-return dev_storage + 794;
+return dev_storage + 795;
}
}
@@ -10280,7 +10305,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty34", 10) == 0)
{
{
-return dev_storage + 784;
+return dev_storage + 785;
}
}
@@ -10295,7 +10320,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty24", 10) == 0)
{
{
-return dev_storage + 774;
+return dev_storage + 775;
}
}
@@ -10313,7 +10338,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty14", 10) == 0)
{
{
-return dev_storage + 764;
+return dev_storage + 765;
}
}
@@ -10328,7 +10353,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy14", 10) == 0)
{
{
-return dev_storage + 588;
+return dev_storage + 589;
}
}
@@ -10355,7 +10380,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx14", 10) == 0)
{
{
-return dev_storage + 573;
+return dev_storage + 574;
}
}
@@ -10370,7 +10395,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw14", 10) == 0)
{
{
-return dev_storage + 558;
+return dev_storage + 559;
}
}
@@ -10385,7 +10410,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv14", 10) == 0)
{
{
-return dev_storage + 543;
+return dev_storage + 544;
}
}
@@ -10400,7 +10425,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu14", 10) == 0)
{
{
-return dev_storage + 528;
+return dev_storage + 529;
}
}
@@ -10418,7 +10443,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst94", 10) == 0)
{
{
-return dev_storage + 134;
+return dev_storage + 135;
}
}
@@ -10433,7 +10458,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst84", 10) == 0)
{
{
-return dev_storage + 124;
+return dev_storage + 125;
}
}
@@ -10448,7 +10473,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst74", 10) == 0)
{
{
-return dev_storage + 114;
+return dev_storage + 115;
}
}
@@ -10463,7 +10488,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst64", 10) == 0)
{
{
-return dev_storage + 104;
+return dev_storage + 105;
}
}
@@ -10478,7 +10503,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst54", 10) == 0)
{
{
-return dev_storage + 94;
+return dev_storage + 95;
}
}
@@ -10493,7 +10518,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst44", 10) == 0)
{
{
-return dev_storage + 84;
+return dev_storage + 85;
}
}
@@ -10508,7 +10533,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst34", 10) == 0)
{
{
-return dev_storage + 74;
+return dev_storage + 75;
}
}
@@ -10523,7 +10548,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst24", 10) == 0)
{
{
-return dev_storage + 64;
+return dev_storage + 65;
}
}
@@ -10541,7 +10566,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt14", 10) == 0)
{
{
-return dev_storage + 513;
+return dev_storage + 514;
}
}
@@ -10556,7 +10581,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst14", 10) == 0)
{
{
-return dev_storage + 54;
+return dev_storage + 55;
}
}
@@ -10583,7 +10608,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds14", 10) == 0)
{
{
-return dev_storage + 498;
+return dev_storage + 499;
}
}
@@ -10598,7 +10623,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr14", 10) == 0)
{
{
-return dev_storage + 483;
+return dev_storage + 484;
}
}
@@ -10613,7 +10638,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq14", 10) == 0)
{
{
-return dev_storage + 468;
+return dev_storage + 469;
}
}
@@ -10628,7 +10653,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp14", 10) == 0)
{
{
-return dev_storage + 453;
+return dev_storage + 454;
}
}
@@ -10643,7 +10668,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo14", 10) == 0)
{
{
-return dev_storage + 438;
+return dev_storage + 439;
}
}
@@ -10658,7 +10683,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn14", 10) == 0)
{
{
-return dev_storage + 423;
+return dev_storage + 424;
}
}
@@ -10676,7 +10701,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm14", 10) == 0)
{
{
-return dev_storage + 408;
+return dev_storage + 409;
}
}
@@ -10712,7 +10737,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl14", 10) == 0)
{
{
-return dev_storage + 393;
+return dev_storage + 394;
}
}
@@ -10727,7 +10752,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk14", 10) == 0)
{
{
-return dev_storage + 378;
+return dev_storage + 379;
}
}
@@ -10742,7 +10767,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj14", 10) == 0)
{
{
-return dev_storage + 363;
+return dev_storage + 364;
}
}
@@ -10757,7 +10782,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi14", 10) == 0)
{
{
-return dev_storage + 348;
+return dev_storage + 349;
}
}
@@ -10772,7 +10797,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh14", 10) == 0)
{
{
-return dev_storage + 333;
+return dev_storage + 334;
}
}
@@ -10787,7 +10812,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg14", 10) == 0)
{
{
-return dev_storage + 318;
+return dev_storage + 319;
}
}
@@ -10802,7 +10827,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf14", 10) == 0)
{
{
-return dev_storage + 303;
+return dev_storage + 304;
}
}
@@ -10817,7 +10842,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde14", 10) == 0)
{
{
-return dev_storage + 288;
+return dev_storage + 289;
}
}
@@ -10835,7 +10860,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd14", 10) == 0)
{
{
-return dev_storage + 273;
+return dev_storage + 274;
}
}
@@ -10850,7 +10875,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd14", 10) == 0)
{
{
-return dev_storage + 187;
+return dev_storage + 188;
}
}
@@ -10871,7 +10896,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc14", 10) == 0)
{
{
-return dev_storage + 258;
+return dev_storage + 259;
}
}
@@ -10886,7 +10911,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb14", 10) == 0)
{
{
-return dev_storage + 243;
+return dev_storage + 244;
}
}
@@ -10901,7 +10926,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda14", 10) == 0)
{
{
-return dev_storage + 228;
+return dev_storage + 229;
}
}
@@ -10919,7 +10944,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st124", 10) == 0)
{
{
-return dev_storage + 745;
+return dev_storage + 746;
}
}
@@ -10934,7 +10959,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st114", 10) == 0)
{
{
-return dev_storage + 735;
+return dev_storage + 736;
}
}
@@ -10949,7 +10974,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st104", 10) == 0)
{
{
-return dev_storage + 725;
+return dev_storage + 726;
}
}
@@ -10979,7 +11004,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdz13", 10) == 0)
{
{
-return dev_storage + 602;
+return dev_storage + 603;
}
}
@@ -10997,7 +11022,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS3", 10) == 0)
{
{
-return dev_storage + 817;
+return dev_storage + 818;
}
}
@@ -11012,7 +11037,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty63", 10) == 0)
{
{
-return dev_storage + 813;
+return dev_storage + 814;
}
}
@@ -11027,7 +11052,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty53", 10) == 0)
{
{
-return dev_storage + 803;
+return dev_storage + 804;
}
}
@@ -11042,7 +11067,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty43", 10) == 0)
{
{
-return dev_storage + 793;
+return dev_storage + 794;
}
}
@@ -11057,7 +11082,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty33", 10) == 0)
{
{
-return dev_storage + 783;
+return dev_storage + 784;
}
}
@@ -11072,7 +11097,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty23", 10) == 0)
{
{
-return dev_storage + 773;
+return dev_storage + 774;
}
}
@@ -11090,7 +11115,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty13", 10) == 0)
{
{
-return dev_storage + 763;
+return dev_storage + 764;
}
}
@@ -11105,7 +11130,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy13", 10) == 0)
{
{
-return dev_storage + 587;
+return dev_storage + 588;
}
}
@@ -11132,7 +11157,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx13", 10) == 0)
{
{
-return dev_storage + 572;
+return dev_storage + 573;
}
}
@@ -11147,7 +11172,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw13", 10) == 0)
{
{
-return dev_storage + 557;
+return dev_storage + 558;
}
}
@@ -11162,7 +11187,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv13", 10) == 0)
{
{
-return dev_storage + 542;
+return dev_storage + 543;
}
}
@@ -11177,7 +11202,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu13", 10) == 0)
{
{
-return dev_storage + 527;
+return dev_storage + 528;
}
}
@@ -11195,7 +11220,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst93", 10) == 0)
{
{
-return dev_storage + 133;
+return dev_storage + 134;
}
}
@@ -11210,7 +11235,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst83", 10) == 0)
{
{
-return dev_storage + 123;
+return dev_storage + 124;
}
}
@@ -11225,7 +11250,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst73", 10) == 0)
{
{
-return dev_storage + 113;
+return dev_storage + 114;
}
}
@@ -11240,7 +11265,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst63", 10) == 0)
{
{
-return dev_storage + 103;
+return dev_storage + 104;
}
}
@@ -11255,7 +11280,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst53", 10) == 0)
{
{
-return dev_storage + 93;
+return dev_storage + 94;
}
}
@@ -11270,7 +11295,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst43", 10) == 0)
{
{
-return dev_storage + 83;
+return dev_storage + 84;
}
}
@@ -11285,7 +11310,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst33", 10) == 0)
{
{
-return dev_storage + 73;
+return dev_storage + 74;
}
}
@@ -11300,7 +11325,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst23", 10) == 0)
{
{
-return dev_storage + 63;
+return dev_storage + 64;
}
}
@@ -11318,7 +11343,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt13", 10) == 0)
{
{
-return dev_storage + 512;
+return dev_storage + 513;
}
}
@@ -11333,7 +11358,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst13", 10) == 0)
{
{
-return dev_storage + 53;
+return dev_storage + 54;
}
}
@@ -11360,7 +11385,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds13", 10) == 0)
{
{
-return dev_storage + 497;
+return dev_storage + 498;
}
}
@@ -11375,7 +11400,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr13", 10) == 0)
{
{
-return dev_storage + 482;
+return dev_storage + 483;
}
}
@@ -11390,7 +11415,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq13", 10) == 0)
{
{
-return dev_storage + 467;
+return dev_storage + 468;
}
}
@@ -11405,7 +11430,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp13", 10) == 0)
{
{
-return dev_storage + 452;
+return dev_storage + 453;
}
}
@@ -11420,7 +11445,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo13", 10) == 0)
{
{
-return dev_storage + 437;
+return dev_storage + 438;
}
}
@@ -11435,7 +11460,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn13", 10) == 0)
{
{
-return dev_storage + 422;
+return dev_storage + 423;
}
}
@@ -11453,7 +11478,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm13", 10) == 0)
{
{
-return dev_storage + 407;
+return dev_storage + 408;
}
}
@@ -11489,7 +11514,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl13", 10) == 0)
{
{
-return dev_storage + 392;
+return dev_storage + 393;
}
}
@@ -11504,7 +11529,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk13", 10) == 0)
{
{
-return dev_storage + 377;
+return dev_storage + 378;
}
}
@@ -11519,7 +11544,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj13", 10) == 0)
{
{
-return dev_storage + 362;
+return dev_storage + 363;
}
}
@@ -11534,7 +11559,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi13", 10) == 0)
{
{
-return dev_storage + 347;
+return dev_storage + 348;
}
}
@@ -11549,7 +11574,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh13", 10) == 0)
{
{
-return dev_storage + 332;
+return dev_storage + 333;
}
}
@@ -11564,7 +11589,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg13", 10) == 0)
{
{
-return dev_storage + 317;
+return dev_storage + 318;
}
}
@@ -11579,7 +11604,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf13", 10) == 0)
{
{
-return dev_storage + 302;
+return dev_storage + 303;
}
}
@@ -11594,7 +11619,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde13", 10) == 0)
{
{
-return dev_storage + 287;
+return dev_storage + 288;
}
}
@@ -11612,7 +11637,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd13", 10) == 0)
{
{
-return dev_storage + 272;
+return dev_storage + 273;
}
}
@@ -11627,7 +11652,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd13", 10) == 0)
{
{
-return dev_storage + 186;
+return dev_storage + 187;
}
}
@@ -11648,7 +11673,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc13", 10) == 0)
{
{
-return dev_storage + 257;
+return dev_storage + 258;
}
}
@@ -11663,7 +11688,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb13", 10) == 0)
{
{
-return dev_storage + 242;
+return dev_storage + 243;
}
}
@@ -11678,7 +11703,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda13", 10) == 0)
{
{
-return dev_storage + 227;
+return dev_storage + 228;
}
}
@@ -11696,7 +11721,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st123", 10) == 0)
{
{
-return dev_storage + 744;
+return dev_storage + 745;
}
}
@@ -11711,7 +11736,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st113", 10) == 0)
{
{
-return dev_storage + 734;
+return dev_storage + 735;
}
}
@@ -11726,7 +11751,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st103", 10) == 0)
{
{
-return dev_storage + 724;
+return dev_storage + 725;
}
}
@@ -11756,7 +11781,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdz12", 10) == 0)
{
{
-return dev_storage + 601;
+return dev_storage + 602;
}
}
@@ -11774,7 +11799,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS2", 10) == 0)
{
{
-return dev_storage + 816;
+return dev_storage + 817;
}
}
@@ -11789,7 +11814,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty62", 10) == 0)
{
{
-return dev_storage + 812;
+return dev_storage + 813;
}
}
@@ -11804,7 +11829,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty52", 10) == 0)
{
{
-return dev_storage + 802;
+return dev_storage + 803;
}
}
@@ -11819,7 +11844,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty42", 10) == 0)
{
{
-return dev_storage + 792;
+return dev_storage + 793;
}
}
@@ -11834,7 +11859,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty32", 10) == 0)
{
{
-return dev_storage + 782;
+return dev_storage + 783;
}
}
@@ -11849,7 +11874,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty22", 10) == 0)
{
{
-return dev_storage + 772;
+return dev_storage + 773;
}
}
@@ -11867,7 +11892,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty12", 10) == 0)
{
{
-return dev_storage + 762;
+return dev_storage + 763;
}
}
@@ -11882,7 +11907,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy12", 10) == 0)
{
{
-return dev_storage + 586;
+return dev_storage + 587;
}
}
@@ -11909,7 +11934,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx12", 10) == 0)
{
{
-return dev_storage + 571;
+return dev_storage + 572;
}
}
@@ -11924,7 +11949,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw12", 10) == 0)
{
{
-return dev_storage + 556;
+return dev_storage + 557;
}
}
@@ -11939,7 +11964,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv12", 10) == 0)
{
{
-return dev_storage + 541;
+return dev_storage + 542;
}
}
@@ -11954,7 +11979,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu12", 10) == 0)
{
{
-return dev_storage + 526;
+return dev_storage + 527;
}
}
@@ -11972,7 +11997,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst92", 10) == 0)
{
{
-return dev_storage + 132;
+return dev_storage + 133;
}
}
@@ -11987,7 +12012,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst82", 10) == 0)
{
{
-return dev_storage + 122;
+return dev_storage + 123;
}
}
@@ -12002,7 +12027,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst72", 10) == 0)
{
{
-return dev_storage + 112;
+return dev_storage + 113;
}
}
@@ -12017,7 +12042,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst62", 10) == 0)
{
{
-return dev_storage + 102;
+return dev_storage + 103;
}
}
@@ -12032,7 +12057,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst52", 10) == 0)
{
{
-return dev_storage + 92;
+return dev_storage + 93;
}
}
@@ -12047,7 +12072,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst42", 10) == 0)
{
{
-return dev_storage + 82;
+return dev_storage + 83;
}
}
@@ -12062,7 +12087,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst32", 10) == 0)
{
{
-return dev_storage + 72;
+return dev_storage + 73;
}
}
@@ -12077,7 +12102,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst22", 10) == 0)
{
{
-return dev_storage + 62;
+return dev_storage + 63;
}
}
@@ -12095,7 +12120,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt12", 10) == 0)
{
{
-return dev_storage + 511;
+return dev_storage + 512;
}
}
@@ -12110,7 +12135,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst12", 10) == 0)
{
{
-return dev_storage + 52;
+return dev_storage + 53;
}
}
@@ -12137,7 +12162,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds12", 10) == 0)
{
{
-return dev_storage + 496;
+return dev_storage + 497;
}
}
@@ -12152,7 +12177,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr12", 10) == 0)
{
{
-return dev_storage + 481;
+return dev_storage + 482;
}
}
@@ -12167,7 +12192,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq12", 10) == 0)
{
{
-return dev_storage + 466;
+return dev_storage + 467;
}
}
@@ -12182,7 +12207,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp12", 10) == 0)
{
{
-return dev_storage + 451;
+return dev_storage + 452;
}
}
@@ -12197,7 +12222,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo12", 10) == 0)
{
{
-return dev_storage + 436;
+return dev_storage + 437;
}
}
@@ -12212,7 +12237,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn12", 10) == 0)
{
{
-return dev_storage + 421;
+return dev_storage + 422;
}
}
@@ -12230,7 +12255,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm12", 10) == 0)
{
{
-return dev_storage + 406;
+return dev_storage + 407;
}
}
@@ -12266,7 +12291,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl12", 10) == 0)
{
{
-return dev_storage + 391;
+return dev_storage + 392;
}
}
@@ -12281,7 +12306,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk12", 10) == 0)
{
{
-return dev_storage + 376;
+return dev_storage + 377;
}
}
@@ -12296,7 +12321,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj12", 10) == 0)
{
{
-return dev_storage + 361;
+return dev_storage + 362;
}
}
@@ -12311,7 +12336,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi12", 10) == 0)
{
{
-return dev_storage + 346;
+return dev_storage + 347;
}
}
@@ -12326,7 +12351,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh12", 10) == 0)
{
{
-return dev_storage + 331;
+return dev_storage + 332;
}
}
@@ -12341,7 +12366,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg12", 10) == 0)
{
{
-return dev_storage + 316;
+return dev_storage + 317;
}
}
@@ -12356,7 +12381,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf12", 10) == 0)
{
{
-return dev_storage + 301;
+return dev_storage + 302;
}
}
@@ -12371,7 +12396,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde12", 10) == 0)
{
{
-return dev_storage + 286;
+return dev_storage + 287;
}
}
@@ -12389,7 +12414,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd12", 10) == 0)
{
{
-return dev_storage + 271;
+return dev_storage + 272;
}
}
@@ -12404,7 +12429,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd12", 10) == 0)
{
{
-return dev_storage + 185;
+return dev_storage + 186;
}
}
@@ -12425,7 +12450,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc12", 10) == 0)
{
{
-return dev_storage + 256;
+return dev_storage + 257;
}
}
@@ -12440,7 +12465,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb12", 10) == 0)
{
{
-return dev_storage + 241;
+return dev_storage + 242;
}
}
@@ -12455,7 +12480,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda12", 10) == 0)
{
{
-return dev_storage + 226;
+return dev_storage + 227;
}
}
@@ -12473,7 +12498,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st122", 10) == 0)
{
{
-return dev_storage + 743;
+return dev_storage + 744;
}
}
@@ -12488,7 +12513,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st112", 10) == 0)
{
{
-return dev_storage + 733;
+return dev_storage + 734;
}
}
@@ -12503,7 +12528,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st102", 10) == 0)
{
{
-return dev_storage + 723;
+return dev_storage + 724;
}
}
@@ -12533,7 +12558,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdz11", 10) == 0)
{
{
-return dev_storage + 600;
+return dev_storage + 601;
}
}
@@ -12551,7 +12576,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS1", 10) == 0)
{
{
-return dev_storage + 815;
+return dev_storage + 816;
}
}
@@ -12566,7 +12591,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty61", 10) == 0)
{
{
-return dev_storage + 811;
+return dev_storage + 812;
}
}
@@ -12581,7 +12606,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty51", 10) == 0)
{
{
-return dev_storage + 801;
+return dev_storage + 802;
}
}
@@ -12596,7 +12621,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty41", 10) == 0)
{
{
-return dev_storage + 791;
+return dev_storage + 792;
}
}
@@ -12611,7 +12636,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty31", 10) == 0)
{
{
-return dev_storage + 781;
+return dev_storage + 782;
}
}
@@ -12626,7 +12651,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty21", 10) == 0)
{
{
-return dev_storage + 771;
+return dev_storage + 772;
}
}
@@ -12644,7 +12669,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty11", 10) == 0)
{
{
-return dev_storage + 761;
+return dev_storage + 762;
}
}
@@ -12659,7 +12684,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy11", 10) == 0)
{
{
-return dev_storage + 585;
+return dev_storage + 586;
}
}
@@ -12686,7 +12711,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx11", 10) == 0)
{
{
-return dev_storage + 570;
+return dev_storage + 571;
}
}
@@ -12701,7 +12726,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw11", 10) == 0)
{
{
-return dev_storage + 555;
+return dev_storage + 556;
}
}
@@ -12716,7 +12741,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv11", 10) == 0)
{
{
-return dev_storage + 540;
+return dev_storage + 541;
}
}
@@ -12731,7 +12756,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu11", 10) == 0)
{
{
-return dev_storage + 525;
+return dev_storage + 526;
}
}
@@ -12749,7 +12774,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst91", 10) == 0)
{
{
-return dev_storage + 131;
+return dev_storage + 132;
}
}
@@ -12764,7 +12789,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst81", 10) == 0)
{
{
-return dev_storage + 121;
+return dev_storage + 122;
}
}
@@ -12779,7 +12804,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst71", 10) == 0)
{
{
-return dev_storage + 111;
+return dev_storage + 112;
}
}
@@ -12794,7 +12819,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst61", 10) == 0)
{
{
-return dev_storage + 101;
+return dev_storage + 102;
}
}
@@ -12809,7 +12834,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst51", 10) == 0)
{
{
-return dev_storage + 91;
+return dev_storage + 92;
}
}
@@ -12824,7 +12849,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst41", 10) == 0)
{
{
-return dev_storage + 81;
+return dev_storage + 82;
}
}
@@ -12839,7 +12864,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst31", 10) == 0)
{
{
-return dev_storage + 71;
+return dev_storage + 72;
}
}
@@ -12854,7 +12879,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst21", 10) == 0)
{
{
-return dev_storage + 61;
+return dev_storage + 62;
}
}
@@ -12872,7 +12897,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt11", 10) == 0)
{
{
-return dev_storage + 510;
+return dev_storage + 511;
}
}
@@ -12887,7 +12912,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst11", 10) == 0)
{
{
-return dev_storage + 51;
+return dev_storage + 52;
}
}
@@ -12914,7 +12939,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds11", 10) == 0)
{
{
-return dev_storage + 495;
+return dev_storage + 496;
}
}
@@ -12929,7 +12954,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr11", 10) == 0)
{
{
-return dev_storage + 480;
+return dev_storage + 481;
}
}
@@ -12944,7 +12969,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq11", 10) == 0)
{
{
-return dev_storage + 465;
+return dev_storage + 466;
}
}
@@ -12959,7 +12984,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp11", 10) == 0)
{
{
-return dev_storage + 450;
+return dev_storage + 451;
}
}
@@ -12974,7 +12999,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo11", 10) == 0)
{
{
-return dev_storage + 435;
+return dev_storage + 436;
}
}
@@ -12989,7 +13014,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn11", 10) == 0)
{
{
-return dev_storage + 420;
+return dev_storage + 421;
}
}
@@ -13007,7 +13032,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm11", 10) == 0)
{
{
-return dev_storage + 405;
+return dev_storage + 406;
}
}
@@ -13043,7 +13068,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl11", 10) == 0)
{
{
-return dev_storage + 390;
+return dev_storage + 391;
}
}
@@ -13058,7 +13083,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk11", 10) == 0)
{
{
-return dev_storage + 375;
+return dev_storage + 376;
}
}
@@ -13073,7 +13098,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj11", 10) == 0)
{
{
-return dev_storage + 360;
+return dev_storage + 361;
}
}
@@ -13088,7 +13113,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi11", 10) == 0)
{
{
-return dev_storage + 345;
+return dev_storage + 346;
}
}
@@ -13103,7 +13128,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh11", 10) == 0)
{
{
-return dev_storage + 330;
+return dev_storage + 331;
}
}
@@ -13118,7 +13143,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg11", 10) == 0)
{
{
-return dev_storage + 315;
+return dev_storage + 316;
}
}
@@ -13133,7 +13158,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf11", 10) == 0)
{
{
-return dev_storage + 300;
+return dev_storage + 301;
}
}
@@ -13148,7 +13173,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde11", 10) == 0)
{
{
-return dev_storage + 285;
+return dev_storage + 286;
}
}
@@ -13166,7 +13191,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd11", 10) == 0)
{
{
-return dev_storage + 270;
+return dev_storage + 271;
}
}
@@ -13181,7 +13206,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd11", 10) == 0)
{
{
-return dev_storage + 184;
+return dev_storage + 185;
}
}
@@ -13202,7 +13227,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc11", 10) == 0)
{
{
-return dev_storage + 255;
+return dev_storage + 256;
}
}
@@ -13217,7 +13242,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb11", 10) == 0)
{
{
-return dev_storage + 240;
+return dev_storage + 241;
}
}
@@ -13232,7 +13257,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda11", 10) == 0)
{
{
-return dev_storage + 225;
+return dev_storage + 226;
}
}
@@ -13250,7 +13275,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st121", 10) == 0)
{
{
-return dev_storage + 742;
+return dev_storage + 743;
}
}
@@ -13265,7 +13290,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st111", 10) == 0)
{
{
-return dev_storage + 732;
+return dev_storage + 733;
}
}
@@ -13280,7 +13305,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st101", 10) == 0)
{
{
-return dev_storage + 722;
+return dev_storage + 723;
}
}
@@ -13310,7 +13335,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdz10", 10) == 0)
{
{
-return dev_storage + 599;
+return dev_storage + 600;
}
}
@@ -13328,7 +13353,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS0", 10) == 0)
{
{
-return dev_storage + 814;
+return dev_storage + 815;
}
}
@@ -13343,7 +13368,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty60", 10) == 0)
{
{
-return dev_storage + 810;
+return dev_storage + 811;
}
}
@@ -13358,7 +13383,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty50", 10) == 0)
{
{
-return dev_storage + 800;
+return dev_storage + 801;
}
}
@@ -13373,7 +13398,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty40", 10) == 0)
{
{
-return dev_storage + 790;
+return dev_storage + 791;
}
}
@@ -13388,7 +13413,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty30", 10) == 0)
{
{
-return dev_storage + 780;
+return dev_storage + 781;
}
}
@@ -13403,7 +13428,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty20", 10) == 0)
{
{
-return dev_storage + 770;
+return dev_storage + 771;
}
}
@@ -13421,7 +13446,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty10", 10) == 0)
{
{
-return dev_storage + 760;
+return dev_storage + 761;
}
}
@@ -13436,7 +13461,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy10", 10) == 0)
{
{
-return dev_storage + 584;
+return dev_storage + 585;
}
}
@@ -13463,7 +13488,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx10", 10) == 0)
{
{
-return dev_storage + 569;
+return dev_storage + 570;
}
}
@@ -13478,7 +13503,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw10", 10) == 0)
{
{
-return dev_storage + 554;
+return dev_storage + 555;
}
}
@@ -13493,7 +13518,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv10", 10) == 0)
{
{
-return dev_storage + 539;
+return dev_storage + 540;
}
}
@@ -13508,7 +13533,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu10", 10) == 0)
{
{
-return dev_storage + 524;
+return dev_storage + 525;
}
}
@@ -13526,7 +13551,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst90", 10) == 0)
{
{
-return dev_storage + 130;
+return dev_storage + 131;
}
}
@@ -13541,7 +13566,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst80", 10) == 0)
{
{
-return dev_storage + 120;
+return dev_storage + 121;
}
}
@@ -13556,7 +13581,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst70", 10) == 0)
{
{
-return dev_storage + 110;
+return dev_storage + 111;
}
}
@@ -13571,7 +13596,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst60", 10) == 0)
{
{
-return dev_storage + 100;
+return dev_storage + 101;
}
}
@@ -13586,7 +13611,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst50", 10) == 0)
{
{
-return dev_storage + 90;
+return dev_storage + 91;
}
}
@@ -13601,7 +13626,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst40", 10) == 0)
{
{
-return dev_storage + 80;
+return dev_storage + 81;
}
}
@@ -13616,7 +13641,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst30", 10) == 0)
{
{
-return dev_storage + 70;
+return dev_storage + 71;
}
}
@@ -13631,7 +13656,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst20", 10) == 0)
{
{
-return dev_storage + 60;
+return dev_storage + 61;
}
}
@@ -13649,7 +13674,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt10", 10) == 0)
{
{
-return dev_storage + 509;
+return dev_storage + 510;
}
}
@@ -13664,7 +13689,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst10", 10) == 0)
{
{
-return dev_storage + 50;
+return dev_storage + 51;
}
}
@@ -13691,7 +13716,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds10", 10) == 0)
{
{
-return dev_storage + 494;
+return dev_storage + 495;
}
}
@@ -13706,7 +13731,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr10", 10) == 0)
{
{
-return dev_storage + 479;
+return dev_storage + 480;
}
}
@@ -13721,7 +13746,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq10", 10) == 0)
{
{
-return dev_storage + 464;
+return dev_storage + 465;
}
}
@@ -13736,7 +13761,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp10", 10) == 0)
{
{
-return dev_storage + 449;
+return dev_storage + 450;
}
}
@@ -13751,7 +13776,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo10", 10) == 0)
{
{
-return dev_storage + 434;
+return dev_storage + 435;
}
}
@@ -13766,7 +13791,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn10", 10) == 0)
{
{
-return dev_storage + 419;
+return dev_storage + 420;
}
}
@@ -13784,7 +13809,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm10", 10) == 0)
{
{
-return dev_storage + 404;
+return dev_storage + 405;
}
}
@@ -13820,7 +13845,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl10", 10) == 0)
{
{
-return dev_storage + 389;
+return dev_storage + 390;
}
}
@@ -13835,7 +13860,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk10", 10) == 0)
{
{
-return dev_storage + 374;
+return dev_storage + 375;
}
}
@@ -13850,7 +13875,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj10", 10) == 0)
{
{
-return dev_storage + 359;
+return dev_storage + 360;
}
}
@@ -13865,7 +13890,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi10", 10) == 0)
{
{
-return dev_storage + 344;
+return dev_storage + 345;
}
}
@@ -13880,7 +13905,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh10", 10) == 0)
{
{
-return dev_storage + 329;
+return dev_storage + 330;
}
}
@@ -13895,7 +13920,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg10", 10) == 0)
{
{
-return dev_storage + 314;
+return dev_storage + 315;
}
}
@@ -13910,7 +13935,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf10", 10) == 0)
{
{
-return dev_storage + 299;
+return dev_storage + 300;
}
}
@@ -13925,7 +13950,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde10", 10) == 0)
{
{
-return dev_storage + 284;
+return dev_storage + 285;
}
}
@@ -13943,7 +13968,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd10", 10) == 0)
{
{
-return dev_storage + 269;
+return dev_storage + 270;
}
}
@@ -13958,7 +13983,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd10", 10) == 0)
{
{
-return dev_storage + 183;
+return dev_storage + 184;
}
}
@@ -13979,7 +14004,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc10", 10) == 0)
{
{
-return dev_storage + 254;
+return dev_storage + 255;
}
}
@@ -13994,7 +14019,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb10", 10) == 0)
{
{
-return dev_storage + 239;
+return dev_storage + 240;
}
}
@@ -14009,7 +14034,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda10", 10) == 0)
{
{
-return dev_storage + 224;
+return dev_storage + 225;
}
}
@@ -14027,7 +14052,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st120", 10) == 0)
{
{
-return dev_storage + 741;
+return dev_storage + 742;
}
}
@@ -14042,7 +14067,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st110", 10) == 0)
{
{
-return dev_storage + 731;
+return dev_storage + 732;
}
}
@@ -14057,7 +14082,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st100", 10) == 0)
{
{
-return dev_storage + 721;
+return dev_storage + 722;
}
}
@@ -14108,7 +14133,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/random", 11) == 0)
{
{
-return dev_storage + 172;
+return dev_storage + 173;
}
}
@@ -14126,7 +14151,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst127", 11) == 0)
{
{
-return dev_storage + 167;
+return dev_storage + 168;
}
}
@@ -14141,7 +14166,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst126", 11) == 0)
{
{
-return dev_storage + 166;
+return dev_storage + 167;
}
}
@@ -14156,7 +14181,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst125", 11) == 0)
{
{
-return dev_storage + 165;
+return dev_storage + 166;
}
}
@@ -14171,7 +14196,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst124", 11) == 0)
{
{
-return dev_storage + 164;
+return dev_storage + 165;
}
}
@@ -14186,7 +14211,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst123", 11) == 0)
{
{
-return dev_storage + 163;
+return dev_storage + 164;
}
}
@@ -14201,7 +14226,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst122", 11) == 0)
{
{
-return dev_storage + 162;
+return dev_storage + 163;
}
}
@@ -14216,7 +14241,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst121", 11) == 0)
{
{
-return dev_storage + 161;
+return dev_storage + 162;
}
}
@@ -14231,7 +14256,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst120", 11) == 0)
{
{
-return dev_storage + 160;
+return dev_storage + 161;
}
}
@@ -14255,7 +14280,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst119", 11) == 0)
{
{
-return dev_storage + 159;
+return dev_storage + 160;
}
}
@@ -14270,7 +14295,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst118", 11) == 0)
{
{
-return dev_storage + 158;
+return dev_storage + 159;
}
}
@@ -14285,7 +14310,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst117", 11) == 0)
{
{
-return dev_storage + 157;
+return dev_storage + 158;
}
}
@@ -14300,7 +14325,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst116", 11) == 0)
{
{
-return dev_storage + 156;
+return dev_storage + 157;
}
}
@@ -14318,7 +14343,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS15", 11) == 0)
{
{
-return dev_storage + 829;
+return dev_storage + 830;
}
}
@@ -14333,7 +14358,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst115", 11) == 0)
{
{
-return dev_storage + 155;
+return dev_storage + 156;
}
}
@@ -14357,7 +14382,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS14", 11) == 0)
{
{
-return dev_storage + 828;
+return dev_storage + 829;
}
}
@@ -14372,7 +14397,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst114", 11) == 0)
{
{
-return dev_storage + 154;
+return dev_storage + 155;
}
}
@@ -14396,7 +14421,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS13", 11) == 0)
{
{
-return dev_storage + 827;
+return dev_storage + 828;
}
}
@@ -14411,7 +14436,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst113", 11) == 0)
{
{
-return dev_storage + 153;
+return dev_storage + 154;
}
}
@@ -14435,7 +14460,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS12", 11) == 0)
{
{
-return dev_storage + 826;
+return dev_storage + 827;
}
}
@@ -14450,7 +14475,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst112", 11) == 0)
{
{
-return dev_storage + 152;
+return dev_storage + 153;
}
}
@@ -14474,7 +14499,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS11", 11) == 0)
{
{
-return dev_storage + 825;
+return dev_storage + 826;
}
}
@@ -14489,7 +14514,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst111", 11) == 0)
{
{
-return dev_storage + 151;
+return dev_storage + 152;
}
}
@@ -14513,7 +14538,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS10", 11) == 0)
{
{
-return dev_storage + 824;
+return dev_storage + 825;
}
}
@@ -14528,7 +14553,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst110", 11) == 0)
{
{
-return dev_storage + 150;
+return dev_storage + 151;
}
}
@@ -14558,7 +14583,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst109", 11) == 0)
{
{
-return dev_storage + 149;
+return dev_storage + 150;
}
}
@@ -14573,7 +14598,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst108", 11) == 0)
{
{
-return dev_storage + 148;
+return dev_storage + 149;
}
}
@@ -14588,7 +14613,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst107", 11) == 0)
{
{
-return dev_storage + 147;
+return dev_storage + 148;
}
}
@@ -14603,7 +14628,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst106", 11) == 0)
{
{
-return dev_storage + 146;
+return dev_storage + 147;
}
}
@@ -14618,7 +14643,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst105", 11) == 0)
{
{
-return dev_storage + 145;
+return dev_storage + 146;
}
}
@@ -14633,7 +14658,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst104", 11) == 0)
{
{
-return dev_storage + 144;
+return dev_storage + 145;
}
}
@@ -14648,7 +14673,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst103", 11) == 0)
{
{
-return dev_storage + 143;
+return dev_storage + 144;
}
}
@@ -14663,7 +14688,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst102", 11) == 0)
{
{
-return dev_storage + 142;
+return dev_storage + 143;
}
}
@@ -14678,7 +14703,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst101", 11) == 0)
{
{
-return dev_storage + 141;
+return dev_storage + 142;
}
}
@@ -14693,7 +14718,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst100", 11) == 0)
{
{
-return dev_storage + 140;
+return dev_storage + 141;
}
}
@@ -14723,7 +14748,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/windows", 12) == 0)
{
{
-return dev_storage + 832;
+return dev_storage + 833;
}
}
@@ -14738,7 +14763,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/urandom", 12) == 0)
{
{
-return dev_storage + 831;
+return dev_storage + 832;
}
}
diff --git a/winsup/cygwin/devices.h b/winsup/cygwin/devices.h
index e5c1fcd31..5383e68fd 100644
--- a/winsup/cygwin/devices.h
+++ b/winsup/cygwin/devices.h
@@ -94,8 +94,9 @@ enum fh_devices
FH_MEM = FHDEV (1, 1),
FH_KMEM = FHDEV (1, 2), /* not implemented yet */
FH_NULL = FHDEV (1, 3),
- FH_ZERO = FHDEV (1, 4),
- FH_PORT = FHDEV (1, 5),
+ FH_PORT = FHDEV (1, 4),
+ FH_ZERO = FHDEV (1, 5),
+ FH_FULL = FHDEV (1, 7),
FH_RANDOM = FHDEV (1, 8),
FH_URANDOM = FHDEV (1, 9),
FH_OSS_DSP = FHDEV (14, 3),
diff --git a/winsup/cygwin/devices.in b/winsup/cygwin/devices.in
index 8c12b558d..31a84e23a 100644
--- a/winsup/cygwin/devices.in
+++ b/winsup/cygwin/devices.in
@@ -59,6 +59,7 @@ const device dev_bad_storage =
"/dev/conout", FH_CONOUT, "conout"
"/dev/null", FH_NULL, "nul"
"/dev/zero", FH_ZERO, "\\dev\\zero"
+"/dev/full", FH_FULL, "\\dev\\full"
"/dev/random", FH_RANDOM, "\\dev\\random"
"/dev/urandom", FH_URANDOM, "\\dev\\urandom", urandom_dev
"/dev/mem", FH_MEM, "\\dev\\mem"
diff --git a/winsup/cygwin/dtable.cc b/winsup/cygwin/dtable.cc
index b252c27c4..1495ccdbc 100644
--- a/winsup/cygwin/dtable.cc
+++ b/winsup/cygwin/dtable.cc
@@ -428,6 +428,7 @@ build_fh_pc (path_conv& pc)
fh = cnew (fhandler_dev_null) ();
break;
case FH_ZERO:
+ case FH_FULL:
fh = cnew (fhandler_dev_zero) ();
break;
case FH_RANDOM:
diff --git a/winsup/cygwin/fhandler.cc b/winsup/cygwin/fhandler.cc
index 70cd4dbad..b2bacb5d3 100644
--- a/winsup/cygwin/fhandler.cc
+++ b/winsup/cygwin/fhandler.cc
@@ -1211,6 +1211,9 @@ fhandler_base::fstat (struct __stat64 *buf)
case FH_PIPER:
buf->st_mode = S_IFIFO | STD_RBITS;
break;
+ case FH_FULL:
+ buf->st_mode = S_IFCHR | S_IRUSR | S_IWUSR | S_IWGRP | S_IWOTH;
+ break;
default:
buf->st_mode = S_IFCHR | STD_RBITS | STD_WBITS | S_IWGRP | S_IWOTH;
break;
diff --git a/winsup/cygwin/fhandler_zero.cc b/winsup/cygwin/fhandler_zero.cc
index 6e1d31e01..906898604 100644
--- a/winsup/cygwin/fhandler_zero.cc
+++ b/winsup/cygwin/fhandler_zero.cc
@@ -34,6 +34,11 @@ fhandler_dev_zero::open (int flags, mode_t)
int
fhandler_dev_zero::write (const void *, size_t len)
{
+ if (get_device () == FH_FULL)
+ {
+ set_errno (ENOSPC);
+ return -1;
+ }
return len;
}