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:
authorChristopher Faylor <me@cgf.cx>2004-12-01 18:00:40 +0300
committerChristopher Faylor <me@cgf.cx>2004-12-01 18:00:40 +0300
commit576bfeeca89345b9c7cf0847b1565c1505dab32f (patch)
tree914eee054e7d4584632288e28f2a51462912ee06 /winsup/cygwin/devices.cc
parentee58ee4a2852dc2794be4c86f449ce9b3f8a67f1 (diff)
* syscalls.cc (truncate64): Don't second-guess errno if open fails.
Diffstat (limited to 'winsup/cygwin/devices.cc')
-rw-r--r--winsup/cygwin/devices.cc1690
1 files changed, 837 insertions, 853 deletions
diff --git a/winsup/cygwin/devices.cc b/winsup/cygwin/devices.cc
index 750334fbb..1c368cdb9 100644
--- a/winsup/cygwin/devices.cc
+++ b/winsup/cygwin/devices.cc
@@ -52,7 +52,6 @@ const device dev_bad_storage =
static const device dev_storage[] =
{
{"/dev/clipboard", FH_CLIPBOARD, "\\dev\\clipboard"},
- {"/dev/com0", FHDEV(DEV_SERIAL_MAJOR, 0), "\\\\.\\com0"},
{"/dev/com1", FHDEV(DEV_SERIAL_MAJOR, 1), "\\\\.\\com1"},
{"/dev/com2", FHDEV(DEV_SERIAL_MAJOR, 2), "\\\\.\\com2"},
{"/dev/com3", FHDEV(DEV_SERIAL_MAJOR, 3), "\\\\.\\com3"},
@@ -888,10 +887,10 @@ static const device dev_storage[] =
{"/dev/zero", FH_ZERO, "\\dev\\zero"}
};
-const device *console_dev = dev_storage + 20;
-const device *ttym_dev = dev_storage + 831;
-const device *ttys_dev = dev_storage + 751;
-const device *urandom_dev = dev_storage + 832;
+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;
static KR_device_t KR_find_keyword (const char *KR_keyword, int KR_length)
@@ -906,7 +905,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 + 215;
+return dev_storage + 214;
}
}
@@ -924,7 +923,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty", 8) == 0)
{
{
-return dev_storage + 750;
+return dev_storage + 749;
}
}
@@ -939,7 +938,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy", 8) == 0)
{
{
-return dev_storage + 214;
+return dev_storage + 213;
}
}
@@ -960,7 +959,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx", 8) == 0)
{
{
-return dev_storage + 213;
+return dev_storage + 212;
}
}
@@ -975,7 +974,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw", 8) == 0)
{
{
-return dev_storage + 212;
+return dev_storage + 211;
}
}
@@ -990,7 +989,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv", 8) == 0)
{
{
-return dev_storage + 211;
+return dev_storage + 210;
}
}
@@ -1005,7 +1004,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu", 8) == 0)
{
{
-return dev_storage + 210;
+return dev_storage + 209;
}
}
@@ -1020,7 +1019,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt", 8) == 0)
{
{
-return dev_storage + 209;
+return dev_storage + 208;
}
}
@@ -1035,7 +1034,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds", 8) == 0)
{
{
-return dev_storage + 208;
+return dev_storage + 207;
}
}
@@ -1050,7 +1049,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr", 8) == 0)
{
{
-return dev_storage + 207;
+return dev_storage + 206;
}
}
@@ -1065,7 +1064,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq", 8) == 0)
{
{
-return dev_storage + 206;
+return dev_storage + 205;
}
}
@@ -1083,7 +1082,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp", 8) == 0)
{
{
-return dev_storage + 205;
+return dev_storage + 204;
}
}
@@ -1098,7 +1097,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/dsp", 8) == 0)
{
{
-return dev_storage + 21;
+return dev_storage + 20;
}
}
@@ -1119,7 +1118,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo", 8) == 0)
{
{
-return dev_storage + 204;
+return dev_storage + 203;
}
}
@@ -1134,7 +1133,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn", 8) == 0)
{
{
-return dev_storage + 203;
+return dev_storage + 202;
}
}
@@ -1152,7 +1151,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm", 8) == 0)
{
{
-return dev_storage + 202;
+return dev_storage + 201;
}
}
@@ -1167,7 +1166,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/mem", 8) == 0)
{
{
-return dev_storage + 40;
+return dev_storage + 39;
}
}
@@ -1188,7 +1187,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl", 8) == 0)
{
{
-return dev_storage + 201;
+return dev_storage + 200;
}
}
@@ -1203,7 +1202,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk", 8) == 0)
{
{
-return dev_storage + 200;
+return dev_storage + 199;
}
}
@@ -1218,7 +1217,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj", 8) == 0)
{
{
-return dev_storage + 199;
+return dev_storage + 198;
}
}
@@ -1233,7 +1232,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi", 8) == 0)
{
{
-return dev_storage + 198;
+return dev_storage + 197;
}
}
@@ -1248,7 +1247,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh", 8) == 0)
{
{
-return dev_storage + 197;
+return dev_storage + 196;
}
}
@@ -1263,7 +1262,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg", 8) == 0)
{
{
-return dev_storage + 196;
+return dev_storage + 195;
}
}
@@ -1278,7 +1277,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf", 8) == 0)
{
{
-return dev_storage + 195;
+return dev_storage + 194;
}
}
@@ -1293,7 +1292,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde", 8) == 0)
{
{
-return dev_storage + 194;
+return dev_storage + 193;
}
}
@@ -1308,7 +1307,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd", 8) == 0)
{
{
-return dev_storage + 193;
+return dev_storage + 192;
}
}
@@ -1323,7 +1322,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc", 8) == 0)
{
{
-return dev_storage + 192;
+return dev_storage + 191;
}
}
@@ -1338,7 +1337,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb", 8) == 0)
{
{
-return dev_storage + 191;
+return dev_storage + 190;
}
}
@@ -1353,7 +1352,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda", 8) == 0)
{
{
-return dev_storage + 190;
+return dev_storage + 189;
}
}
@@ -1371,7 +1370,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st9", 8) == 0)
{
{
-return dev_storage + 631;
+return dev_storage + 630;
}
}
@@ -1386,7 +1385,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr9", 8) == 0)
{
{
-return dev_storage + 615;
+return dev_storage + 614;
}
}
@@ -1401,7 +1400,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/fd9", 8) == 0)
{
{
-return dev_storage + 31;
+return dev_storage + 30;
}
}
@@ -1425,7 +1424,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st8", 8) == 0)
{
{
-return dev_storage + 630;
+return dev_storage + 629;
}
}
@@ -1440,7 +1439,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr8", 8) == 0)
{
{
-return dev_storage + 614;
+return dev_storage + 613;
}
}
@@ -1455,7 +1454,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/fd8", 8) == 0)
{
{
-return dev_storage + 30;
+return dev_storage + 29;
}
}
@@ -1479,7 +1478,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st7", 8) == 0)
{
{
-return dev_storage + 629;
+return dev_storage + 628;
}
}
@@ -1494,7 +1493,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr7", 8) == 0)
{
{
-return dev_storage + 613;
+return dev_storage + 612;
}
}
@@ -1509,7 +1508,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/fd7", 8) == 0)
{
{
-return dev_storage + 29;
+return dev_storage + 28;
}
}
@@ -1533,7 +1532,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st6", 8) == 0)
{
{
-return dev_storage + 628;
+return dev_storage + 627;
}
}
@@ -1548,7 +1547,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr6", 8) == 0)
{
{
-return dev_storage + 612;
+return dev_storage + 611;
}
}
@@ -1563,7 +1562,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/fd6", 8) == 0)
{
{
-return dev_storage + 28;
+return dev_storage + 27;
}
}
@@ -1587,7 +1586,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st5", 8) == 0)
{
{
-return dev_storage + 627;
+return dev_storage + 626;
}
}
@@ -1602,7 +1601,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr5", 8) == 0)
{
{
-return dev_storage + 611;
+return dev_storage + 610;
}
}
@@ -1617,7 +1616,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/fd5", 8) == 0)
{
{
-return dev_storage + 27;
+return dev_storage + 26;
}
}
@@ -1641,7 +1640,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st4", 8) == 0)
{
{
-return dev_storage + 626;
+return dev_storage + 625;
}
}
@@ -1656,7 +1655,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr4", 8) == 0)
{
{
-return dev_storage + 610;
+return dev_storage + 609;
}
}
@@ -1671,7 +1670,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/fd4", 8) == 0)
{
{
-return dev_storage + 26;
+return dev_storage + 25;
}
}
@@ -1695,7 +1694,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st3", 8) == 0)
{
{
-return dev_storage + 625;
+return dev_storage + 624;
}
}
@@ -1710,7 +1709,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr3", 8) == 0)
{
{
-return dev_storage + 609;
+return dev_storage + 608;
}
}
@@ -1725,7 +1724,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/fd3", 8) == 0)
{
{
-return dev_storage + 25;
+return dev_storage + 24;
}
}
@@ -1749,7 +1748,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st2", 8) == 0)
{
{
-return dev_storage + 624;
+return dev_storage + 623;
}
}
@@ -1764,7 +1763,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr2", 8) == 0)
{
{
-return dev_storage + 608;
+return dev_storage + 607;
}
}
@@ -1779,7 +1778,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/fd2", 8) == 0)
{
{
-return dev_storage + 24;
+return dev_storage + 23;
}
}
@@ -1803,7 +1802,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st1", 8) == 0)
{
{
-return dev_storage + 623;
+return dev_storage + 622;
}
}
@@ -1818,7 +1817,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr1", 8) == 0)
{
{
-return dev_storage + 607;
+return dev_storage + 606;
}
}
@@ -1833,7 +1832,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/fd1", 8) == 0)
{
{
-return dev_storage + 23;
+return dev_storage + 22;
}
}
@@ -1857,7 +1856,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st0", 8) == 0)
{
{
-return dev_storage + 622;
+return dev_storage + 621;
}
}
@@ -1872,7 +1871,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr0", 8) == 0)
{
{
-return dev_storage + 606;
+return dev_storage + 605;
}
}
@@ -1887,7 +1886,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/fd0", 8) == 0)
{
{
-return dev_storage + 22;
+return dev_storage + 21;
}
}
@@ -1917,7 +1916,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ptmx", 9) == 0)
{
{
-return dev_storage + 172;
+return dev_storage + 171;
}
}
@@ -1932,7 +1931,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/port", 9) == 0)
{
{
-return dev_storage + 171;
+return dev_storage + 170;
}
}
@@ -1950,7 +1949,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/zero", 9) == 0)
{
{
-return dev_storage + 834;
+return dev_storage + 833;
}
}
@@ -1965,7 +1964,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/fifo", 9) == 0)
{
{
-return dev_storage + 38;
+return dev_storage + 37;
}
}
@@ -1989,7 +1988,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttym", 9) == 0)
{
{
-return dev_storage + 831;
+return dev_storage + 830;
}
}
@@ -2004,7 +2003,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/kmem", 9) == 0)
{
{
-return dev_storage + 39;
+return dev_storage + 38;
}
}
@@ -2025,7 +2024,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/null", 9) == 0)
{
{
-return dev_storage + 169;
+return dev_storage + 168;
}
}
@@ -2040,7 +2039,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/pipe", 9) == 0)
{
{
-return dev_storage + 170;
+return dev_storage + 169;
}
}
@@ -2058,7 +2057,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdz9", 9) == 0)
{
{
-return dev_storage + 599;
+return dev_storage + 598;
}
}
@@ -2076,7 +2075,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty9", 9) == 0)
{
{
-return dev_storage + 760;
+return dev_storage + 759;
}
}
@@ -2091,7 +2090,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy9", 9) == 0)
{
{
-return dev_storage + 584;
+return dev_storage + 583;
}
}
@@ -2112,7 +2111,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx9", 9) == 0)
{
{
-return dev_storage + 569;
+return dev_storage + 568;
}
}
@@ -2127,7 +2126,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw9", 9) == 0)
{
{
-return dev_storage + 554;
+return dev_storage + 553;
}
}
@@ -2142,7 +2141,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv9", 9) == 0)
{
{
-return dev_storage + 539;
+return dev_storage + 538;
}
}
@@ -2157,7 +2156,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu9", 9) == 0)
{
{
-return dev_storage + 524;
+return dev_storage + 523;
}
}
@@ -2175,7 +2174,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt9", 9) == 0)
{
{
-return dev_storage + 509;
+return dev_storage + 508;
}
}
@@ -2190,7 +2189,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst9", 9) == 0)
{
{
-return dev_storage + 50;
+return dev_storage + 49;
}
}
@@ -2211,7 +2210,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds9", 9) == 0)
{
{
-return dev_storage + 494;
+return dev_storage + 493;
}
}
@@ -2226,7 +2225,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr9", 9) == 0)
{
{
-return dev_storage + 479;
+return dev_storage + 478;
}
}
@@ -2241,7 +2240,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq9", 9) == 0)
{
{
-return dev_storage + 464;
+return dev_storage + 463;
}
}
@@ -2256,7 +2255,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp9", 9) == 0)
{
{
-return dev_storage + 449;
+return dev_storage + 448;
}
}
@@ -2271,7 +2270,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo9", 9) == 0)
{
{
-return dev_storage + 434;
+return dev_storage + 433;
}
}
@@ -2286,7 +2285,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn9", 9) == 0)
{
{
-return dev_storage + 419;
+return dev_storage + 418;
}
}
@@ -2304,7 +2303,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm9", 9) == 0)
{
{
-return dev_storage + 404;
+return dev_storage + 403;
}
}
@@ -2319,7 +2318,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/com9", 9) == 0)
{
{
-return dev_storage + 10;
+return dev_storage + 9;
}
}
@@ -2340,7 +2339,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl9", 9) == 0)
{
{
-return dev_storage + 389;
+return dev_storage + 388;
}
}
@@ -2355,7 +2354,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk9", 9) == 0)
{
{
-return dev_storage + 374;
+return dev_storage + 373;
}
}
@@ -2370,7 +2369,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj9", 9) == 0)
{
{
-return dev_storage + 359;
+return dev_storage + 358;
}
}
@@ -2385,7 +2384,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi9", 9) == 0)
{
{
-return dev_storage + 344;
+return dev_storage + 343;
}
}
@@ -2400,7 +2399,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh9", 9) == 0)
{
{
-return dev_storage + 329;
+return dev_storage + 328;
}
}
@@ -2415,7 +2414,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg9", 9) == 0)
{
{
-return dev_storage + 314;
+return dev_storage + 313;
}
}
@@ -2430,7 +2429,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf9", 9) == 0)
{
{
-return dev_storage + 299;
+return dev_storage + 298;
}
}
@@ -2445,7 +2444,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde9", 9) == 0)
{
{
-return dev_storage + 284;
+return dev_storage + 283;
}
}
@@ -2463,7 +2462,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd9", 9) == 0)
{
{
-return dev_storage + 269;
+return dev_storage + 268;
}
}
@@ -2478,7 +2477,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd9", 9) == 0)
{
{
-return dev_storage + 183;
+return dev_storage + 182;
}
}
@@ -2499,7 +2498,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc9", 9) == 0)
{
{
-return dev_storage + 254;
+return dev_storage + 253;
}
}
@@ -2514,7 +2513,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb9", 9) == 0)
{
{
-return dev_storage + 239;
+return dev_storage + 238;
}
}
@@ -2529,7 +2528,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda9", 9) == 0)
{
{
-return dev_storage + 224;
+return dev_storage + 223;
}
}
@@ -2544,7 +2543,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st99", 9) == 0)
{
{
-return dev_storage + 721;
+return dev_storage + 720;
}
}
@@ -2559,7 +2558,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st89", 9) == 0)
{
{
-return dev_storage + 711;
+return dev_storage + 710;
}
}
@@ -2574,7 +2573,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st79", 9) == 0)
{
{
-return dev_storage + 701;
+return dev_storage + 700;
}
}
@@ -2589,7 +2588,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st69", 9) == 0)
{
{
-return dev_storage + 691;
+return dev_storage + 690;
}
}
@@ -2604,7 +2603,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st59", 9) == 0)
{
{
-return dev_storage + 681;
+return dev_storage + 680;
}
}
@@ -2619,7 +2618,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st49", 9) == 0)
{
{
-return dev_storage + 671;
+return dev_storage + 670;
}
}
@@ -2634,7 +2633,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st39", 9) == 0)
{
{
-return dev_storage + 661;
+return dev_storage + 660;
}
}
@@ -2649,7 +2648,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st29", 9) == 0)
{
{
-return dev_storage + 651;
+return dev_storage + 650;
}
}
@@ -2664,7 +2663,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st19", 9) == 0)
{
{
-return dev_storage + 641;
+return dev_storage + 640;
}
}
@@ -2688,7 +2687,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdz8", 9) == 0)
{
{
-return dev_storage + 598;
+return dev_storage + 597;
}
}
@@ -2706,7 +2705,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty8", 9) == 0)
{
{
-return dev_storage + 759;
+return dev_storage + 758;
}
}
@@ -2721,7 +2720,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy8", 9) == 0)
{
{
-return dev_storage + 583;
+return dev_storage + 582;
}
}
@@ -2742,7 +2741,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx8", 9) == 0)
{
{
-return dev_storage + 568;
+return dev_storage + 567;
}
}
@@ -2757,7 +2756,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw8", 9) == 0)
{
{
-return dev_storage + 553;
+return dev_storage + 552;
}
}
@@ -2772,7 +2771,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv8", 9) == 0)
{
{
-return dev_storage + 538;
+return dev_storage + 537;
}
}
@@ -2787,7 +2786,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu8", 9) == 0)
{
{
-return dev_storage + 523;
+return dev_storage + 522;
}
}
@@ -2805,7 +2804,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt8", 9) == 0)
{
{
-return dev_storage + 508;
+return dev_storage + 507;
}
}
@@ -2820,7 +2819,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst8", 9) == 0)
{
{
-return dev_storage + 49;
+return dev_storage + 48;
}
}
@@ -2841,7 +2840,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds8", 9) == 0)
{
{
-return dev_storage + 493;
+return dev_storage + 492;
}
}
@@ -2856,7 +2855,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr8", 9) == 0)
{
{
-return dev_storage + 478;
+return dev_storage + 477;
}
}
@@ -2871,7 +2870,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq8", 9) == 0)
{
{
-return dev_storage + 463;
+return dev_storage + 462;
}
}
@@ -2886,7 +2885,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp8", 9) == 0)
{
{
-return dev_storage + 448;
+return dev_storage + 447;
}
}
@@ -2901,7 +2900,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo8", 9) == 0)
{
{
-return dev_storage + 433;
+return dev_storage + 432;
}
}
@@ -2916,7 +2915,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn8", 9) == 0)
{
{
-return dev_storage + 418;
+return dev_storage + 417;
}
}
@@ -2934,7 +2933,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm8", 9) == 0)
{
{
-return dev_storage + 403;
+return dev_storage + 402;
}
}
@@ -2949,7 +2948,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/com8", 9) == 0)
{
{
-return dev_storage + 9;
+return dev_storage + 8;
}
}
@@ -2970,7 +2969,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl8", 9) == 0)
{
{
-return dev_storage + 388;
+return dev_storage + 387;
}
}
@@ -2985,7 +2984,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk8", 9) == 0)
{
{
-return dev_storage + 373;
+return dev_storage + 372;
}
}
@@ -3000,7 +2999,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj8", 9) == 0)
{
{
-return dev_storage + 358;
+return dev_storage + 357;
}
}
@@ -3015,7 +3014,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi8", 9) == 0)
{
{
-return dev_storage + 343;
+return dev_storage + 342;
}
}
@@ -3030,7 +3029,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh8", 9) == 0)
{
{
-return dev_storage + 328;
+return dev_storage + 327;
}
}
@@ -3045,7 +3044,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg8", 9) == 0)
{
{
-return dev_storage + 313;
+return dev_storage + 312;
}
}
@@ -3060,7 +3059,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf8", 9) == 0)
{
{
-return dev_storage + 298;
+return dev_storage + 297;
}
}
@@ -3075,7 +3074,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde8", 9) == 0)
{
{
-return dev_storage + 283;
+return dev_storage + 282;
}
}
@@ -3093,7 +3092,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd8", 9) == 0)
{
{
-return dev_storage + 268;
+return dev_storage + 267;
}
}
@@ -3108,7 +3107,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd8", 9) == 0)
{
{
-return dev_storage + 182;
+return dev_storage + 181;
}
}
@@ -3129,7 +3128,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc8", 9) == 0)
{
{
-return dev_storage + 253;
+return dev_storage + 252;
}
}
@@ -3144,7 +3143,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb8", 9) == 0)
{
{
-return dev_storage + 238;
+return dev_storage + 237;
}
}
@@ -3159,7 +3158,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda8", 9) == 0)
{
{
-return dev_storage + 223;
+return dev_storage + 222;
}
}
@@ -3174,7 +3173,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st98", 9) == 0)
{
{
-return dev_storage + 720;
+return dev_storage + 719;
}
}
@@ -3189,7 +3188,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st88", 9) == 0)
{
{
-return dev_storage + 710;
+return dev_storage + 709;
}
}
@@ -3204,7 +3203,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st78", 9) == 0)
{
{
-return dev_storage + 700;
+return dev_storage + 699;
}
}
@@ -3219,7 +3218,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st68", 9) == 0)
{
{
-return dev_storage + 690;
+return dev_storage + 689;
}
}
@@ -3234,7 +3233,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st58", 9) == 0)
{
{
-return dev_storage + 680;
+return dev_storage + 679;
}
}
@@ -3249,7 +3248,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st48", 9) == 0)
{
{
-return dev_storage + 670;
+return dev_storage + 669;
}
}
@@ -3264,7 +3263,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st38", 9) == 0)
{
{
-return dev_storage + 660;
+return dev_storage + 659;
}
}
@@ -3279,7 +3278,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st28", 9) == 0)
{
{
-return dev_storage + 650;
+return dev_storage + 649;
}
}
@@ -3294,7 +3293,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st18", 9) == 0)
{
{
-return dev_storage + 640;
+return dev_storage + 639;
}
}
@@ -3318,7 +3317,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdz7", 9) == 0)
{
{
-return dev_storage + 597;
+return dev_storage + 596;
}
}
@@ -3336,7 +3335,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty7", 9) == 0)
{
{
-return dev_storage + 758;
+return dev_storage + 757;
}
}
@@ -3351,7 +3350,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy7", 9) == 0)
{
{
-return dev_storage + 582;
+return dev_storage + 581;
}
}
@@ -3372,7 +3371,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx7", 9) == 0)
{
{
-return dev_storage + 567;
+return dev_storage + 566;
}
}
@@ -3387,7 +3386,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw7", 9) == 0)
{
{
-return dev_storage + 552;
+return dev_storage + 551;
}
}
@@ -3402,7 +3401,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv7", 9) == 0)
{
{
-return dev_storage + 537;
+return dev_storage + 536;
}
}
@@ -3417,7 +3416,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu7", 9) == 0)
{
{
-return dev_storage + 522;
+return dev_storage + 521;
}
}
@@ -3435,7 +3434,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt7", 9) == 0)
{
{
-return dev_storage + 507;
+return dev_storage + 506;
}
}
@@ -3450,7 +3449,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst7", 9) == 0)
{
{
-return dev_storage + 48;
+return dev_storage + 47;
}
}
@@ -3471,7 +3470,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds7", 9) == 0)
{
{
-return dev_storage + 492;
+return dev_storage + 491;
}
}
@@ -3486,7 +3485,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr7", 9) == 0)
{
{
-return dev_storage + 477;
+return dev_storage + 476;
}
}
@@ -3501,7 +3500,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq7", 9) == 0)
{
{
-return dev_storage + 462;
+return dev_storage + 461;
}
}
@@ -3516,7 +3515,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp7", 9) == 0)
{
{
-return dev_storage + 447;
+return dev_storage + 446;
}
}
@@ -3531,7 +3530,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo7", 9) == 0)
{
{
-return dev_storage + 432;
+return dev_storage + 431;
}
}
@@ -3546,7 +3545,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn7", 9) == 0)
{
{
-return dev_storage + 417;
+return dev_storage + 416;
}
}
@@ -3564,7 +3563,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm7", 9) == 0)
{
{
-return dev_storage + 402;
+return dev_storage + 401;
}
}
@@ -3579,7 +3578,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/com7", 9) == 0)
{
{
-return dev_storage + 8;
+return dev_storage + 7;
}
}
@@ -3600,7 +3599,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl7", 9) == 0)
{
{
-return dev_storage + 387;
+return dev_storage + 386;
}
}
@@ -3615,7 +3614,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk7", 9) == 0)
{
{
-return dev_storage + 372;
+return dev_storage + 371;
}
}
@@ -3630,7 +3629,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj7", 9) == 0)
{
{
-return dev_storage + 357;
+return dev_storage + 356;
}
}
@@ -3645,7 +3644,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi7", 9) == 0)
{
{
-return dev_storage + 342;
+return dev_storage + 341;
}
}
@@ -3660,7 +3659,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh7", 9) == 0)
{
{
-return dev_storage + 327;
+return dev_storage + 326;
}
}
@@ -3675,7 +3674,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg7", 9) == 0)
{
{
-return dev_storage + 312;
+return dev_storage + 311;
}
}
@@ -3690,7 +3689,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf7", 9) == 0)
{
{
-return dev_storage + 297;
+return dev_storage + 296;
}
}
@@ -3705,7 +3704,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde7", 9) == 0)
{
{
-return dev_storage + 282;
+return dev_storage + 281;
}
}
@@ -3723,7 +3722,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd7", 9) == 0)
{
{
-return dev_storage + 267;
+return dev_storage + 266;
}
}
@@ -3738,7 +3737,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd7", 9) == 0)
{
{
-return dev_storage + 181;
+return dev_storage + 180;
}
}
@@ -3759,7 +3758,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc7", 9) == 0)
{
{
-return dev_storage + 252;
+return dev_storage + 251;
}
}
@@ -3774,7 +3773,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb7", 9) == 0)
{
{
-return dev_storage + 237;
+return dev_storage + 236;
}
}
@@ -3789,7 +3788,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda7", 9) == 0)
{
{
-return dev_storage + 222;
+return dev_storage + 221;
}
}
@@ -3804,7 +3803,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st97", 9) == 0)
{
{
-return dev_storage + 719;
+return dev_storage + 718;
}
}
@@ -3819,7 +3818,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st87", 9) == 0)
{
{
-return dev_storage + 709;
+return dev_storage + 708;
}
}
@@ -3834,7 +3833,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st77", 9) == 0)
{
{
-return dev_storage + 699;
+return dev_storage + 698;
}
}
@@ -3849,7 +3848,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st67", 9) == 0)
{
{
-return dev_storage + 689;
+return dev_storage + 688;
}
}
@@ -3864,7 +3863,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st57", 9) == 0)
{
{
-return dev_storage + 679;
+return dev_storage + 678;
}
}
@@ -3879,7 +3878,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st47", 9) == 0)
{
{
-return dev_storage + 669;
+return dev_storage + 668;
}
}
@@ -3894,7 +3893,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st37", 9) == 0)
{
{
-return dev_storage + 659;
+return dev_storage + 658;
}
}
@@ -3909,7 +3908,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st27", 9) == 0)
{
{
-return dev_storage + 649;
+return dev_storage + 648;
}
}
@@ -3924,7 +3923,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st17", 9) == 0)
{
{
-return dev_storage + 639;
+return dev_storage + 638;
}
}
@@ -3948,7 +3947,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdz6", 9) == 0)
{
{
-return dev_storage + 596;
+return dev_storage + 595;
}
}
@@ -3966,7 +3965,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty6", 9) == 0)
{
{
-return dev_storage + 757;
+return dev_storage + 756;
}
}
@@ -3981,7 +3980,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy6", 9) == 0)
{
{
-return dev_storage + 581;
+return dev_storage + 580;
}
}
@@ -4002,7 +4001,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx6", 9) == 0)
{
{
-return dev_storage + 566;
+return dev_storage + 565;
}
}
@@ -4017,7 +4016,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw6", 9) == 0)
{
{
-return dev_storage + 551;
+return dev_storage + 550;
}
}
@@ -4032,7 +4031,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv6", 9) == 0)
{
{
-return dev_storage + 536;
+return dev_storage + 535;
}
}
@@ -4047,7 +4046,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu6", 9) == 0)
{
{
-return dev_storage + 521;
+return dev_storage + 520;
}
}
@@ -4065,7 +4064,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt6", 9) == 0)
{
{
-return dev_storage + 506;
+return dev_storage + 505;
}
}
@@ -4080,7 +4079,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst6", 9) == 0)
{
{
-return dev_storage + 47;
+return dev_storage + 46;
}
}
@@ -4101,7 +4100,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds6", 9) == 0)
{
{
-return dev_storage + 491;
+return dev_storage + 490;
}
}
@@ -4116,7 +4115,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr6", 9) == 0)
{
{
-return dev_storage + 476;
+return dev_storage + 475;
}
}
@@ -4131,7 +4130,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq6", 9) == 0)
{
{
-return dev_storage + 461;
+return dev_storage + 460;
}
}
@@ -4146,7 +4145,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp6", 9) == 0)
{
{
-return dev_storage + 446;
+return dev_storage + 445;
}
}
@@ -4161,7 +4160,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo6", 9) == 0)
{
{
-return dev_storage + 431;
+return dev_storage + 430;
}
}
@@ -4176,7 +4175,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn6", 9) == 0)
{
{
-return dev_storage + 416;
+return dev_storage + 415;
}
}
@@ -4194,7 +4193,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm6", 9) == 0)
{
{
-return dev_storage + 401;
+return dev_storage + 400;
}
}
@@ -4209,7 +4208,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/com6", 9) == 0)
{
{
-return dev_storage + 7;
+return dev_storage + 6;
}
}
@@ -4230,7 +4229,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl6", 9) == 0)
{
{
-return dev_storage + 386;
+return dev_storage + 385;
}
}
@@ -4245,7 +4244,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk6", 9) == 0)
{
{
-return dev_storage + 371;
+return dev_storage + 370;
}
}
@@ -4260,7 +4259,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj6", 9) == 0)
{
{
-return dev_storage + 356;
+return dev_storage + 355;
}
}
@@ -4275,7 +4274,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi6", 9) == 0)
{
{
-return dev_storage + 341;
+return dev_storage + 340;
}
}
@@ -4290,7 +4289,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh6", 9) == 0)
{
{
-return dev_storage + 326;
+return dev_storage + 325;
}
}
@@ -4305,7 +4304,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg6", 9) == 0)
{
{
-return dev_storage + 311;
+return dev_storage + 310;
}
}
@@ -4320,7 +4319,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf6", 9) == 0)
{
{
-return dev_storage + 296;
+return dev_storage + 295;
}
}
@@ -4335,7 +4334,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde6", 9) == 0)
{
{
-return dev_storage + 281;
+return dev_storage + 280;
}
}
@@ -4353,7 +4352,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd6", 9) == 0)
{
{
-return dev_storage + 266;
+return dev_storage + 265;
}
}
@@ -4368,7 +4367,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd6", 9) == 0)
{
{
-return dev_storage + 180;
+return dev_storage + 179;
}
}
@@ -4389,7 +4388,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc6", 9) == 0)
{
{
-return dev_storage + 251;
+return dev_storage + 250;
}
}
@@ -4404,7 +4403,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb6", 9) == 0)
{
{
-return dev_storage + 236;
+return dev_storage + 235;
}
}
@@ -4419,7 +4418,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda6", 9) == 0)
{
{
-return dev_storage + 221;
+return dev_storage + 220;
}
}
@@ -4434,7 +4433,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st96", 9) == 0)
{
{
-return dev_storage + 718;
+return dev_storage + 717;
}
}
@@ -4449,7 +4448,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st86", 9) == 0)
{
{
-return dev_storage + 708;
+return dev_storage + 707;
}
}
@@ -4464,7 +4463,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st76", 9) == 0)
{
{
-return dev_storage + 698;
+return dev_storage + 697;
}
}
@@ -4479,7 +4478,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st66", 9) == 0)
{
{
-return dev_storage + 688;
+return dev_storage + 687;
}
}
@@ -4494,7 +4493,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st56", 9) == 0)
{
{
-return dev_storage + 678;
+return dev_storage + 677;
}
}
@@ -4509,7 +4508,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st46", 9) == 0)
{
{
-return dev_storage + 668;
+return dev_storage + 667;
}
}
@@ -4524,7 +4523,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st36", 9) == 0)
{
{
-return dev_storage + 658;
+return dev_storage + 657;
}
}
@@ -4539,7 +4538,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st26", 9) == 0)
{
{
-return dev_storage + 648;
+return dev_storage + 647;
}
}
@@ -4554,7 +4553,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st16", 9) == 0)
{
{
-return dev_storage + 638;
+return dev_storage + 637;
}
}
@@ -4578,7 +4577,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdz5", 9) == 0)
{
{
-return dev_storage + 595;
+return dev_storage + 594;
}
}
@@ -4596,7 +4595,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty5", 9) == 0)
{
{
-return dev_storage + 756;
+return dev_storage + 755;
}
}
@@ -4611,7 +4610,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy5", 9) == 0)
{
{
-return dev_storage + 580;
+return dev_storage + 579;
}
}
@@ -4632,7 +4631,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx5", 9) == 0)
{
{
-return dev_storage + 565;
+return dev_storage + 564;
}
}
@@ -4647,7 +4646,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw5", 9) == 0)
{
{
-return dev_storage + 550;
+return dev_storage + 549;
}
}
@@ -4662,7 +4661,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv5", 9) == 0)
{
{
-return dev_storage + 535;
+return dev_storage + 534;
}
}
@@ -4677,7 +4676,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu5", 9) == 0)
{
{
-return dev_storage + 520;
+return dev_storage + 519;
}
}
@@ -4695,7 +4694,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt5", 9) == 0)
{
{
-return dev_storage + 505;
+return dev_storage + 504;
}
}
@@ -4710,7 +4709,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst5", 9) == 0)
{
{
-return dev_storage + 46;
+return dev_storage + 45;
}
}
@@ -4731,7 +4730,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds5", 9) == 0)
{
{
-return dev_storage + 490;
+return dev_storage + 489;
}
}
@@ -4746,7 +4745,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr5", 9) == 0)
{
{
-return dev_storage + 475;
+return dev_storage + 474;
}
}
@@ -4761,7 +4760,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq5", 9) == 0)
{
{
-return dev_storage + 460;
+return dev_storage + 459;
}
}
@@ -4776,7 +4775,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp5", 9) == 0)
{
{
-return dev_storage + 445;
+return dev_storage + 444;
}
}
@@ -4791,7 +4790,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo5", 9) == 0)
{
{
-return dev_storage + 430;
+return dev_storage + 429;
}
}
@@ -4806,7 +4805,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn5", 9) == 0)
{
{
-return dev_storage + 415;
+return dev_storage + 414;
}
}
@@ -4824,7 +4823,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm5", 9) == 0)
{
{
-return dev_storage + 400;
+return dev_storage + 399;
}
}
@@ -4839,7 +4838,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/com5", 9) == 0)
{
{
-return dev_storage + 6;
+return dev_storage + 5;
}
}
@@ -4860,7 +4859,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl5", 9) == 0)
{
{
-return dev_storage + 385;
+return dev_storage + 384;
}
}
@@ -4875,7 +4874,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk5", 9) == 0)
{
{
-return dev_storage + 370;
+return dev_storage + 369;
}
}
@@ -4890,7 +4889,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj5", 9) == 0)
{
{
-return dev_storage + 355;
+return dev_storage + 354;
}
}
@@ -4905,7 +4904,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi5", 9) == 0)
{
{
-return dev_storage + 340;
+return dev_storage + 339;
}
}
@@ -4920,7 +4919,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh5", 9) == 0)
{
{
-return dev_storage + 325;
+return dev_storage + 324;
}
}
@@ -4935,7 +4934,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg5", 9) == 0)
{
{
-return dev_storage + 310;
+return dev_storage + 309;
}
}
@@ -4950,7 +4949,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf5", 9) == 0)
{
{
-return dev_storage + 295;
+return dev_storage + 294;
}
}
@@ -4965,7 +4964,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde5", 9) == 0)
{
{
-return dev_storage + 280;
+return dev_storage + 279;
}
}
@@ -4983,7 +4982,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd5", 9) == 0)
{
{
-return dev_storage + 265;
+return dev_storage + 264;
}
}
@@ -4998,7 +4997,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd5", 9) == 0)
{
{
-return dev_storage + 179;
+return dev_storage + 178;
}
}
@@ -5019,7 +5018,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc5", 9) == 0)
{
{
-return dev_storage + 250;
+return dev_storage + 249;
}
}
@@ -5034,7 +5033,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb5", 9) == 0)
{
{
-return dev_storage + 235;
+return dev_storage + 234;
}
}
@@ -5049,7 +5048,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda5", 9) == 0)
{
{
-return dev_storage + 220;
+return dev_storage + 219;
}
}
@@ -5064,7 +5063,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st95", 9) == 0)
{
{
-return dev_storage + 717;
+return dev_storage + 716;
}
}
@@ -5079,7 +5078,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st85", 9) == 0)
{
{
-return dev_storage + 707;
+return dev_storage + 706;
}
}
@@ -5094,7 +5093,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st75", 9) == 0)
{
{
-return dev_storage + 697;
+return dev_storage + 696;
}
}
@@ -5109,7 +5108,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st65", 9) == 0)
{
{
-return dev_storage + 687;
+return dev_storage + 686;
}
}
@@ -5124,7 +5123,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st55", 9) == 0)
{
{
-return dev_storage + 677;
+return dev_storage + 676;
}
}
@@ -5139,7 +5138,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st45", 9) == 0)
{
{
-return dev_storage + 667;
+return dev_storage + 666;
}
}
@@ -5154,7 +5153,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st35", 9) == 0)
{
{
-return dev_storage + 657;
+return dev_storage + 656;
}
}
@@ -5169,7 +5168,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st25", 9) == 0)
{
{
-return dev_storage + 647;
+return dev_storage + 646;
}
}
@@ -5187,7 +5186,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st15", 9) == 0)
{
{
-return dev_storage + 637;
+return dev_storage + 636;
}
}
@@ -5202,7 +5201,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr15", 9) == 0)
{
{
-return dev_storage + 621;
+return dev_storage + 620;
}
}
@@ -5217,7 +5216,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/fd15", 9) == 0)
{
{
-return dev_storage + 37;
+return dev_storage + 36;
}
}
@@ -5247,7 +5246,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdz4", 9) == 0)
{
{
-return dev_storage + 594;
+return dev_storage + 593;
}
}
@@ -5265,7 +5264,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty4", 9) == 0)
{
{
-return dev_storage + 755;
+return dev_storage + 754;
}
}
@@ -5280,7 +5279,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy4", 9) == 0)
{
{
-return dev_storage + 579;
+return dev_storage + 578;
}
}
@@ -5301,7 +5300,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx4", 9) == 0)
{
{
-return dev_storage + 564;
+return dev_storage + 563;
}
}
@@ -5316,7 +5315,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw4", 9) == 0)
{
{
-return dev_storage + 549;
+return dev_storage + 548;
}
}
@@ -5331,7 +5330,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv4", 9) == 0)
{
{
-return dev_storage + 534;
+return dev_storage + 533;
}
}
@@ -5346,7 +5345,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu4", 9) == 0)
{
{
-return dev_storage + 519;
+return dev_storage + 518;
}
}
@@ -5364,7 +5363,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt4", 9) == 0)
{
{
-return dev_storage + 504;
+return dev_storage + 503;
}
}
@@ -5379,7 +5378,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst4", 9) == 0)
{
{
-return dev_storage + 45;
+return dev_storage + 44;
}
}
@@ -5400,7 +5399,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds4", 9) == 0)
{
{
-return dev_storage + 489;
+return dev_storage + 488;
}
}
@@ -5415,7 +5414,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr4", 9) == 0)
{
{
-return dev_storage + 474;
+return dev_storage + 473;
}
}
@@ -5430,7 +5429,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq4", 9) == 0)
{
{
-return dev_storage + 459;
+return dev_storage + 458;
}
}
@@ -5445,7 +5444,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp4", 9) == 0)
{
{
-return dev_storage + 444;
+return dev_storage + 443;
}
}
@@ -5460,7 +5459,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo4", 9) == 0)
{
{
-return dev_storage + 429;
+return dev_storage + 428;
}
}
@@ -5475,7 +5474,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn4", 9) == 0)
{
{
-return dev_storage + 414;
+return dev_storage + 413;
}
}
@@ -5493,7 +5492,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm4", 9) == 0)
{
{
-return dev_storage + 399;
+return dev_storage + 398;
}
}
@@ -5508,7 +5507,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/com4", 9) == 0)
{
{
-return dev_storage + 5;
+return dev_storage + 4;
}
}
@@ -5529,7 +5528,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl4", 9) == 0)
{
{
-return dev_storage + 384;
+return dev_storage + 383;
}
}
@@ -5544,7 +5543,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk4", 9) == 0)
{
{
-return dev_storage + 369;
+return dev_storage + 368;
}
}
@@ -5559,7 +5558,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj4", 9) == 0)
{
{
-return dev_storage + 354;
+return dev_storage + 353;
}
}
@@ -5574,7 +5573,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi4", 9) == 0)
{
{
-return dev_storage + 339;
+return dev_storage + 338;
}
}
@@ -5589,7 +5588,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh4", 9) == 0)
{
{
-return dev_storage + 324;
+return dev_storage + 323;
}
}
@@ -5604,7 +5603,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg4", 9) == 0)
{
{
-return dev_storage + 309;
+return dev_storage + 308;
}
}
@@ -5619,7 +5618,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf4", 9) == 0)
{
{
-return dev_storage + 294;
+return dev_storage + 293;
}
}
@@ -5634,7 +5633,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde4", 9) == 0)
{
{
-return dev_storage + 279;
+return dev_storage + 278;
}
}
@@ -5652,7 +5651,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd4", 9) == 0)
{
{
-return dev_storage + 264;
+return dev_storage + 263;
}
}
@@ -5667,7 +5666,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd4", 9) == 0)
{
{
-return dev_storage + 178;
+return dev_storage + 177;
}
}
@@ -5688,7 +5687,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc4", 9) == 0)
{
{
-return dev_storage + 249;
+return dev_storage + 248;
}
}
@@ -5703,7 +5702,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb4", 9) == 0)
{
{
-return dev_storage + 234;
+return dev_storage + 233;
}
}
@@ -5718,7 +5717,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda4", 9) == 0)
{
{
-return dev_storage + 219;
+return dev_storage + 218;
}
}
@@ -5733,7 +5732,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st94", 9) == 0)
{
{
-return dev_storage + 716;
+return dev_storage + 715;
}
}
@@ -5748,7 +5747,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st84", 9) == 0)
{
{
-return dev_storage + 706;
+return dev_storage + 705;
}
}
@@ -5763,7 +5762,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st74", 9) == 0)
{
{
-return dev_storage + 696;
+return dev_storage + 695;
}
}
@@ -5778,7 +5777,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st64", 9) == 0)
{
{
-return dev_storage + 686;
+return dev_storage + 685;
}
}
@@ -5793,7 +5792,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st54", 9) == 0)
{
{
-return dev_storage + 676;
+return dev_storage + 675;
}
}
@@ -5808,7 +5807,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st44", 9) == 0)
{
{
-return dev_storage + 666;
+return dev_storage + 665;
}
}
@@ -5823,7 +5822,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st34", 9) == 0)
{
{
-return dev_storage + 656;
+return dev_storage + 655;
}
}
@@ -5838,7 +5837,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st24", 9) == 0)
{
{
-return dev_storage + 646;
+return dev_storage + 645;
}
}
@@ -5856,7 +5855,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st14", 9) == 0)
{
{
-return dev_storage + 636;
+return dev_storage + 635;
}
}
@@ -5871,7 +5870,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr14", 9) == 0)
{
{
-return dev_storage + 620;
+return dev_storage + 619;
}
}
@@ -5886,7 +5885,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/fd14", 9) == 0)
{
{
-return dev_storage + 36;
+return dev_storage + 35;
}
}
@@ -5916,7 +5915,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdz3", 9) == 0)
{
{
-return dev_storage + 593;
+return dev_storage + 592;
}
}
@@ -5934,7 +5933,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty3", 9) == 0)
{
{
-return dev_storage + 754;
+return dev_storage + 753;
}
}
@@ -5949,7 +5948,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy3", 9) == 0)
{
{
-return dev_storage + 578;
+return dev_storage + 577;
}
}
@@ -5970,7 +5969,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx3", 9) == 0)
{
{
-return dev_storage + 563;
+return dev_storage + 562;
}
}
@@ -5985,7 +5984,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw3", 9) == 0)
{
{
-return dev_storage + 548;
+return dev_storage + 547;
}
}
@@ -6000,7 +5999,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv3", 9) == 0)
{
{
-return dev_storage + 533;
+return dev_storage + 532;
}
}
@@ -6015,7 +6014,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu3", 9) == 0)
{
{
-return dev_storage + 518;
+return dev_storage + 517;
}
}
@@ -6033,7 +6032,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt3", 9) == 0)
{
{
-return dev_storage + 503;
+return dev_storage + 502;
}
}
@@ -6048,7 +6047,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst3", 9) == 0)
{
{
-return dev_storage + 44;
+return dev_storage + 43;
}
}
@@ -6069,7 +6068,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds3", 9) == 0)
{
{
-return dev_storage + 488;
+return dev_storage + 487;
}
}
@@ -6084,7 +6083,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr3", 9) == 0)
{
{
-return dev_storage + 473;
+return dev_storage + 472;
}
}
@@ -6099,7 +6098,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq3", 9) == 0)
{
{
-return dev_storage + 458;
+return dev_storage + 457;
}
}
@@ -6114,7 +6113,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp3", 9) == 0)
{
{
-return dev_storage + 443;
+return dev_storage + 442;
}
}
@@ -6129,7 +6128,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo3", 9) == 0)
{
{
-return dev_storage + 428;
+return dev_storage + 427;
}
}
@@ -6144,7 +6143,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn3", 9) == 0)
{
{
-return dev_storage + 413;
+return dev_storage + 412;
}
}
@@ -6162,7 +6161,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm3", 9) == 0)
{
{
-return dev_storage + 398;
+return dev_storage + 397;
}
}
@@ -6177,7 +6176,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/com3", 9) == 0)
{
{
-return dev_storage + 4;
+return dev_storage + 3;
}
}
@@ -6198,7 +6197,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl3", 9) == 0)
{
{
-return dev_storage + 383;
+return dev_storage + 382;
}
}
@@ -6213,7 +6212,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk3", 9) == 0)
{
{
-return dev_storage + 368;
+return dev_storage + 367;
}
}
@@ -6228,7 +6227,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj3", 9) == 0)
{
{
-return dev_storage + 353;
+return dev_storage + 352;
}
}
@@ -6243,7 +6242,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi3", 9) == 0)
{
{
-return dev_storage + 338;
+return dev_storage + 337;
}
}
@@ -6258,7 +6257,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh3", 9) == 0)
{
{
-return dev_storage + 323;
+return dev_storage + 322;
}
}
@@ -6273,7 +6272,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg3", 9) == 0)
{
{
-return dev_storage + 308;
+return dev_storage + 307;
}
}
@@ -6288,7 +6287,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf3", 9) == 0)
{
{
-return dev_storage + 293;
+return dev_storage + 292;
}
}
@@ -6303,7 +6302,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde3", 9) == 0)
{
{
-return dev_storage + 278;
+return dev_storage + 277;
}
}
@@ -6321,7 +6320,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd3", 9) == 0)
{
{
-return dev_storage + 263;
+return dev_storage + 262;
}
}
@@ -6336,7 +6335,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd3", 9) == 0)
{
{
-return dev_storage + 177;
+return dev_storage + 176;
}
}
@@ -6357,7 +6356,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc3", 9) == 0)
{
{
-return dev_storage + 248;
+return dev_storage + 247;
}
}
@@ -6372,7 +6371,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb3", 9) == 0)
{
{
-return dev_storage + 233;
+return dev_storage + 232;
}
}
@@ -6387,7 +6386,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda3", 9) == 0)
{
{
-return dev_storage + 218;
+return dev_storage + 217;
}
}
@@ -6402,7 +6401,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st93", 9) == 0)
{
{
-return dev_storage + 715;
+return dev_storage + 714;
}
}
@@ -6417,7 +6416,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st83", 9) == 0)
{
{
-return dev_storage + 705;
+return dev_storage + 704;
}
}
@@ -6432,7 +6431,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st73", 9) == 0)
{
{
-return dev_storage + 695;
+return dev_storage + 694;
}
}
@@ -6447,7 +6446,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st63", 9) == 0)
{
{
-return dev_storage + 685;
+return dev_storage + 684;
}
}
@@ -6462,7 +6461,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st53", 9) == 0)
{
{
-return dev_storage + 675;
+return dev_storage + 674;
}
}
@@ -6477,7 +6476,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st43", 9) == 0)
{
{
-return dev_storage + 665;
+return dev_storage + 664;
}
}
@@ -6492,7 +6491,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st33", 9) == 0)
{
{
-return dev_storage + 655;
+return dev_storage + 654;
}
}
@@ -6507,7 +6506,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st23", 9) == 0)
{
{
-return dev_storage + 645;
+return dev_storage + 644;
}
}
@@ -6525,7 +6524,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st13", 9) == 0)
{
{
-return dev_storage + 635;
+return dev_storage + 634;
}
}
@@ -6540,7 +6539,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr13", 9) == 0)
{
{
-return dev_storage + 619;
+return dev_storage + 618;
}
}
@@ -6555,7 +6554,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/fd13", 9) == 0)
{
{
-return dev_storage + 35;
+return dev_storage + 34;
}
}
@@ -6585,7 +6584,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdz2", 9) == 0)
{
{
-return dev_storage + 592;
+return dev_storage + 591;
}
}
@@ -6603,7 +6602,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty2", 9) == 0)
{
{
-return dev_storage + 753;
+return dev_storage + 752;
}
}
@@ -6618,7 +6617,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy2", 9) == 0)
{
{
-return dev_storage + 577;
+return dev_storage + 576;
}
}
@@ -6639,7 +6638,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx2", 9) == 0)
{
{
-return dev_storage + 562;
+return dev_storage + 561;
}
}
@@ -6654,7 +6653,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw2", 9) == 0)
{
{
-return dev_storage + 547;
+return dev_storage + 546;
}
}
@@ -6669,7 +6668,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv2", 9) == 0)
{
{
-return dev_storage + 532;
+return dev_storage + 531;
}
}
@@ -6684,7 +6683,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu2", 9) == 0)
{
{
-return dev_storage + 517;
+return dev_storage + 516;
}
}
@@ -6702,7 +6701,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt2", 9) == 0)
{
{
-return dev_storage + 502;
+return dev_storage + 501;
}
}
@@ -6717,7 +6716,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst2", 9) == 0)
{
{
-return dev_storage + 43;
+return dev_storage + 42;
}
}
@@ -6738,7 +6737,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds2", 9) == 0)
{
{
-return dev_storage + 487;
+return dev_storage + 486;
}
}
@@ -6753,7 +6752,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr2", 9) == 0)
{
{
-return dev_storage + 472;
+return dev_storage + 471;
}
}
@@ -6768,7 +6767,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq2", 9) == 0)
{
{
-return dev_storage + 457;
+return dev_storage + 456;
}
}
@@ -6783,7 +6782,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp2", 9) == 0)
{
{
-return dev_storage + 442;
+return dev_storage + 441;
}
}
@@ -6798,7 +6797,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo2", 9) == 0)
{
{
-return dev_storage + 427;
+return dev_storage + 426;
}
}
@@ -6813,7 +6812,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn2", 9) == 0)
{
{
-return dev_storage + 412;
+return dev_storage + 411;
}
}
@@ -6831,7 +6830,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm2", 9) == 0)
{
{
-return dev_storage + 397;
+return dev_storage + 396;
}
}
@@ -6846,7 +6845,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/com2", 9) == 0)
{
{
-return dev_storage + 3;
+return dev_storage + 2;
}
}
@@ -6867,7 +6866,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl2", 9) == 0)
{
{
-return dev_storage + 382;
+return dev_storage + 381;
}
}
@@ -6882,7 +6881,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk2", 9) == 0)
{
{
-return dev_storage + 367;
+return dev_storage + 366;
}
}
@@ -6897,7 +6896,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj2", 9) == 0)
{
{
-return dev_storage + 352;
+return dev_storage + 351;
}
}
@@ -6912,7 +6911,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi2", 9) == 0)
{
{
-return dev_storage + 337;
+return dev_storage + 336;
}
}
@@ -6927,7 +6926,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh2", 9) == 0)
{
{
-return dev_storage + 322;
+return dev_storage + 321;
}
}
@@ -6942,7 +6941,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg2", 9) == 0)
{
{
-return dev_storage + 307;
+return dev_storage + 306;
}
}
@@ -6957,7 +6956,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf2", 9) == 0)
{
{
-return dev_storage + 292;
+return dev_storage + 291;
}
}
@@ -6972,7 +6971,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde2", 9) == 0)
{
{
-return dev_storage + 277;
+return dev_storage + 276;
}
}
@@ -6990,7 +6989,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd2", 9) == 0)
{
{
-return dev_storage + 262;
+return dev_storage + 261;
}
}
@@ -7005,7 +7004,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd2", 9) == 0)
{
{
-return dev_storage + 176;
+return dev_storage + 175;
}
}
@@ -7026,7 +7025,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc2", 9) == 0)
{
{
-return dev_storage + 247;
+return dev_storage + 246;
}
}
@@ -7041,7 +7040,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb2", 9) == 0)
{
{
-return dev_storage + 232;
+return dev_storage + 231;
}
}
@@ -7056,7 +7055,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda2", 9) == 0)
{
{
-return dev_storage + 217;
+return dev_storage + 216;
}
}
@@ -7071,7 +7070,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st92", 9) == 0)
{
{
-return dev_storage + 714;
+return dev_storage + 713;
}
}
@@ -7086,7 +7085,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st82", 9) == 0)
{
{
-return dev_storage + 704;
+return dev_storage + 703;
}
}
@@ -7101,7 +7100,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st72", 9) == 0)
{
{
-return dev_storage + 694;
+return dev_storage + 693;
}
}
@@ -7116,7 +7115,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st62", 9) == 0)
{
{
-return dev_storage + 684;
+return dev_storage + 683;
}
}
@@ -7131,7 +7130,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st52", 9) == 0)
{
{
-return dev_storage + 674;
+return dev_storage + 673;
}
}
@@ -7146,7 +7145,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st42", 9) == 0)
{
{
-return dev_storage + 664;
+return dev_storage + 663;
}
}
@@ -7161,7 +7160,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st32", 9) == 0)
{
{
-return dev_storage + 654;
+return dev_storage + 653;
}
}
@@ -7176,7 +7175,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st22", 9) == 0)
{
{
-return dev_storage + 644;
+return dev_storage + 643;
}
}
@@ -7194,7 +7193,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st12", 9) == 0)
{
{
-return dev_storage + 634;
+return dev_storage + 633;
}
}
@@ -7209,7 +7208,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr12", 9) == 0)
{
{
-return dev_storage + 618;
+return dev_storage + 617;
}
}
@@ -7224,7 +7223,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/fd12", 9) == 0)
{
{
-return dev_storage + 34;
+return dev_storage + 33;
}
}
@@ -7254,7 +7253,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdz1", 9) == 0)
{
{
-return dev_storage + 591;
+return dev_storage + 590;
}
}
@@ -7272,7 +7271,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty1", 9) == 0)
{
{
-return dev_storage + 752;
+return dev_storage + 751;
}
}
@@ -7287,7 +7286,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy1", 9) == 0)
{
{
-return dev_storage + 576;
+return dev_storage + 575;
}
}
@@ -7308,7 +7307,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx1", 9) == 0)
{
{
-return dev_storage + 561;
+return dev_storage + 560;
}
}
@@ -7323,7 +7322,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw1", 9) == 0)
{
{
-return dev_storage + 546;
+return dev_storage + 545;
}
}
@@ -7338,7 +7337,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv1", 9) == 0)
{
{
-return dev_storage + 531;
+return dev_storage + 530;
}
}
@@ -7353,7 +7352,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu1", 9) == 0)
{
{
-return dev_storage + 516;
+return dev_storage + 515;
}
}
@@ -7371,7 +7370,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt1", 9) == 0)
{
{
-return dev_storage + 501;
+return dev_storage + 500;
}
}
@@ -7386,7 +7385,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst1", 9) == 0)
{
{
-return dev_storage + 42;
+return dev_storage + 41;
}
}
@@ -7407,7 +7406,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds1", 9) == 0)
{
{
-return dev_storage + 486;
+return dev_storage + 485;
}
}
@@ -7422,7 +7421,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr1", 9) == 0)
{
{
-return dev_storage + 471;
+return dev_storage + 470;
}
}
@@ -7437,7 +7436,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq1", 9) == 0)
{
{
-return dev_storage + 456;
+return dev_storage + 455;
}
}
@@ -7452,7 +7451,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp1", 9) == 0)
{
{
-return dev_storage + 441;
+return dev_storage + 440;
}
}
@@ -7467,7 +7466,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo1", 9) == 0)
{
{
-return dev_storage + 426;
+return dev_storage + 425;
}
}
@@ -7482,7 +7481,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn1", 9) == 0)
{
{
-return dev_storage + 411;
+return dev_storage + 410;
}
}
@@ -7500,7 +7499,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm1", 9) == 0)
{
{
-return dev_storage + 396;
+return dev_storage + 395;
}
}
@@ -7515,7 +7514,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/com1", 9) == 0)
{
{
-return dev_storage + 2;
+return dev_storage + 1;
}
}
@@ -7536,7 +7535,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl1", 9) == 0)
{
{
-return dev_storage + 381;
+return dev_storage + 380;
}
}
@@ -7551,7 +7550,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk1", 9) == 0)
{
{
-return dev_storage + 366;
+return dev_storage + 365;
}
}
@@ -7566,7 +7565,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj1", 9) == 0)
{
{
-return dev_storage + 351;
+return dev_storage + 350;
}
}
@@ -7581,7 +7580,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi1", 9) == 0)
{
{
-return dev_storage + 336;
+return dev_storage + 335;
}
}
@@ -7596,7 +7595,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh1", 9) == 0)
{
{
-return dev_storage + 321;
+return dev_storage + 320;
}
}
@@ -7611,7 +7610,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg1", 9) == 0)
{
{
-return dev_storage + 306;
+return dev_storage + 305;
}
}
@@ -7626,7 +7625,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf1", 9) == 0)
{
{
-return dev_storage + 291;
+return dev_storage + 290;
}
}
@@ -7641,7 +7640,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde1", 9) == 0)
{
{
-return dev_storage + 276;
+return dev_storage + 275;
}
}
@@ -7659,7 +7658,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd1", 9) == 0)
{
{
-return dev_storage + 261;
+return dev_storage + 260;
}
}
@@ -7674,7 +7673,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd1", 9) == 0)
{
{
-return dev_storage + 175;
+return dev_storage + 174;
}
}
@@ -7695,7 +7694,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc1", 9) == 0)
{
{
-return dev_storage + 246;
+return dev_storage + 245;
}
}
@@ -7710,7 +7709,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb1", 9) == 0)
{
{
-return dev_storage + 231;
+return dev_storage + 230;
}
}
@@ -7725,7 +7724,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda1", 9) == 0)
{
{
-return dev_storage + 216;
+return dev_storage + 215;
}
}
@@ -7740,7 +7739,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st91", 9) == 0)
{
{
-return dev_storage + 713;
+return dev_storage + 712;
}
}
@@ -7755,7 +7754,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st81", 9) == 0)
{
{
-return dev_storage + 703;
+return dev_storage + 702;
}
}
@@ -7770,7 +7769,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st71", 9) == 0)
{
{
-return dev_storage + 693;
+return dev_storage + 692;
}
}
@@ -7785,7 +7784,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st61", 9) == 0)
{
{
-return dev_storage + 683;
+return dev_storage + 682;
}
}
@@ -7800,7 +7799,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st51", 9) == 0)
{
{
-return dev_storage + 673;
+return dev_storage + 672;
}
}
@@ -7815,7 +7814,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st41", 9) == 0)
{
{
-return dev_storage + 663;
+return dev_storage + 662;
}
}
@@ -7830,7 +7829,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st31", 9) == 0)
{
{
-return dev_storage + 653;
+return dev_storage + 652;
}
}
@@ -7845,7 +7844,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st21", 9) == 0)
{
{
-return dev_storage + 643;
+return dev_storage + 642;
}
}
@@ -7863,7 +7862,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st11", 9) == 0)
{
{
-return dev_storage + 633;
+return dev_storage + 632;
}
}
@@ -7878,7 +7877,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr11", 9) == 0)
{
{
-return dev_storage + 617;
+return dev_storage + 616;
}
}
@@ -7893,7 +7892,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/fd11", 9) == 0)
{
{
-return dev_storage + 33;
+return dev_storage + 32;
}
}
@@ -7923,7 +7922,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty0", 9) == 0)
{
{
-return dev_storage + 751;
+return dev_storage + 750;
}
}
@@ -7938,22 +7937,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst0", 9) == 0)
{
{
-return dev_storage + 41;
-
-}
- }
- else
- {
-{
-return NULL;
-
-}
- }
- case 'm':
- if (strncmp (KR_keyword, "/dev/com0", 9) == 0)
- {
-{
-return dev_storage + 1;
+return dev_storage + 40;
}
}
@@ -7968,7 +7952,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd0", 9) == 0)
{
{
-return dev_storage + 174;
+return dev_storage + 173;
}
}
@@ -7983,7 +7967,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st90", 9) == 0)
{
{
-return dev_storage + 712;
+return dev_storage + 711;
}
}
@@ -7998,7 +7982,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st80", 9) == 0)
{
{
-return dev_storage + 702;
+return dev_storage + 701;
}
}
@@ -8013,7 +7997,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st70", 9) == 0)
{
{
-return dev_storage + 692;
+return dev_storage + 691;
}
}
@@ -8028,7 +8012,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st60", 9) == 0)
{
{
-return dev_storage + 682;
+return dev_storage + 681;
}
}
@@ -8043,7 +8027,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st50", 9) == 0)
{
{
-return dev_storage + 672;
+return dev_storage + 671;
}
}
@@ -8058,7 +8042,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st40", 9) == 0)
{
{
-return dev_storage + 662;
+return dev_storage + 661;
}
}
@@ -8073,7 +8057,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st30", 9) == 0)
{
{
-return dev_storage + 652;
+return dev_storage + 651;
}
}
@@ -8088,7 +8072,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st20", 9) == 0)
{
{
-return dev_storage + 642;
+return dev_storage + 641;
}
}
@@ -8106,7 +8090,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st10", 9) == 0)
{
{
-return dev_storage + 632;
+return dev_storage + 631;
}
}
@@ -8121,7 +8105,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sr10", 9) == 0)
{
{
-return dev_storage + 616;
+return dev_storage + 615;
}
}
@@ -8136,7 +8120,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/fd10", 9) == 0)
{
{
-return dev_storage + 32;
+return dev_storage + 31;
}
}
@@ -8172,7 +8156,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/conin", 10) == 0)
{
{
-return dev_storage + 18;
+return dev_storage + 17;
}
}
@@ -8190,7 +8174,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS9", 10) == 0)
{
{
-return dev_storage + 824;
+return dev_storage + 823;
}
}
@@ -8205,7 +8189,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst99", 10) == 0)
{
{
-return dev_storage + 140;
+return dev_storage + 139;
}
}
@@ -8220,7 +8204,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst89", 10) == 0)
{
{
-return dev_storage + 130;
+return dev_storage + 129;
}
}
@@ -8235,7 +8219,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst79", 10) == 0)
{
{
-return dev_storage + 120;
+return dev_storage + 119;
}
}
@@ -8250,7 +8234,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst69", 10) == 0)
{
{
-return dev_storage + 110;
+return dev_storage + 109;
}
}
@@ -8268,7 +8252,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty59", 10) == 0)
{
{
-return dev_storage + 810;
+return dev_storage + 809;
}
}
@@ -8283,7 +8267,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst59", 10) == 0)
{
{
-return dev_storage + 100;
+return dev_storage + 99;
}
}
@@ -8307,7 +8291,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty49", 10) == 0)
{
{
-return dev_storage + 800;
+return dev_storage + 799;
}
}
@@ -8322,7 +8306,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst49", 10) == 0)
{
{
-return dev_storage + 90;
+return dev_storage + 89;
}
}
@@ -8346,7 +8330,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty39", 10) == 0)
{
{
-return dev_storage + 790;
+return dev_storage + 789;
}
}
@@ -8361,7 +8345,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst39", 10) == 0)
{
{
-return dev_storage + 80;
+return dev_storage + 79;
}
}
@@ -8385,7 +8369,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty29", 10) == 0)
{
{
-return dev_storage + 780;
+return dev_storage + 779;
}
}
@@ -8400,7 +8384,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst29", 10) == 0)
{
{
-return dev_storage + 70;
+return dev_storage + 69;
}
}
@@ -8424,7 +8408,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty19", 10) == 0)
{
{
-return dev_storage + 770;
+return dev_storage + 769;
}
}
@@ -8439,7 +8423,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st119", 10) == 0)
{
{
-return dev_storage + 741;
+return dev_storage + 740;
}
}
@@ -8454,7 +8438,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst19", 10) == 0)
{
{
-return dev_storage + 60;
+return dev_storage + 59;
}
}
@@ -8475,7 +8459,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st109", 10) == 0)
{
{
-return dev_storage + 731;
+return dev_storage + 730;
}
}
@@ -8499,7 +8483,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS8", 10) == 0)
{
{
-return dev_storage + 823;
+return dev_storage + 822;
}
}
@@ -8514,7 +8498,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst98", 10) == 0)
{
{
-return dev_storage + 139;
+return dev_storage + 138;
}
}
@@ -8529,7 +8513,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst88", 10) == 0)
{
{
-return dev_storage + 129;
+return dev_storage + 128;
}
}
@@ -8544,7 +8528,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst78", 10) == 0)
{
{
-return dev_storage + 119;
+return dev_storage + 118;
}
}
@@ -8559,7 +8543,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst68", 10) == 0)
{
{
-return dev_storage + 109;
+return dev_storage + 108;
}
}
@@ -8577,7 +8561,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty58", 10) == 0)
{
{
-return dev_storage + 809;
+return dev_storage + 808;
}
}
@@ -8592,7 +8576,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst58", 10) == 0)
{
{
-return dev_storage + 99;
+return dev_storage + 98;
}
}
@@ -8616,7 +8600,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty48", 10) == 0)
{
{
-return dev_storage + 799;
+return dev_storage + 798;
}
}
@@ -8631,7 +8615,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst48", 10) == 0)
{
{
-return dev_storage + 89;
+return dev_storage + 88;
}
}
@@ -8655,7 +8639,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty38", 10) == 0)
{
{
-return dev_storage + 789;
+return dev_storage + 788;
}
}
@@ -8670,7 +8654,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst38", 10) == 0)
{
{
-return dev_storage + 79;
+return dev_storage + 78;
}
}
@@ -8694,7 +8678,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty28", 10) == 0)
{
{
-return dev_storage + 779;
+return dev_storage + 778;
}
}
@@ -8709,7 +8693,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst28", 10) == 0)
{
{
-return dev_storage + 69;
+return dev_storage + 68;
}
}
@@ -8733,7 +8717,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty18", 10) == 0)
{
{
-return dev_storage + 769;
+return dev_storage + 768;
}
}
@@ -8748,7 +8732,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st118", 10) == 0)
{
{
-return dev_storage + 740;
+return dev_storage + 739;
}
}
@@ -8763,7 +8747,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst18", 10) == 0)
{
{
-return dev_storage + 59;
+return dev_storage + 58;
}
}
@@ -8784,7 +8768,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st108", 10) == 0)
{
{
-return dev_storage + 730;
+return dev_storage + 729;
}
}
@@ -8808,7 +8792,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS7", 10) == 0)
{
{
-return dev_storage + 822;
+return dev_storage + 821;
}
}
@@ -8823,7 +8807,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst97", 10) == 0)
{
{
-return dev_storage + 138;
+return dev_storage + 137;
}
}
@@ -8838,7 +8822,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst87", 10) == 0)
{
{
-return dev_storage + 128;
+return dev_storage + 127;
}
}
@@ -8853,7 +8837,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst77", 10) == 0)
{
{
-return dev_storage + 118;
+return dev_storage + 117;
}
}
@@ -8868,7 +8852,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst67", 10) == 0)
{
{
-return dev_storage + 108;
+return dev_storage + 107;
}
}
@@ -8886,7 +8870,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty57", 10) == 0)
{
{
-return dev_storage + 808;
+return dev_storage + 807;
}
}
@@ -8901,7 +8885,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst57", 10) == 0)
{
{
-return dev_storage + 98;
+return dev_storage + 97;
}
}
@@ -8925,7 +8909,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty47", 10) == 0)
{
{
-return dev_storage + 798;
+return dev_storage + 797;
}
}
@@ -8940,7 +8924,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst47", 10) == 0)
{
{
-return dev_storage + 88;
+return dev_storage + 87;
}
}
@@ -8964,7 +8948,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty37", 10) == 0)
{
{
-return dev_storage + 788;
+return dev_storage + 787;
}
}
@@ -8979,7 +8963,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst37", 10) == 0)
{
{
-return dev_storage + 78;
+return dev_storage + 77;
}
}
@@ -9003,7 +8987,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty27", 10) == 0)
{
{
-return dev_storage + 778;
+return dev_storage + 777;
}
}
@@ -9018,7 +9002,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st127", 10) == 0)
{
{
-return dev_storage + 749;
+return dev_storage + 748;
}
}
@@ -9033,7 +9017,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst27", 10) == 0)
{
{
-return dev_storage + 68;
+return dev_storage + 67;
}
}
@@ -9057,7 +9041,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty17", 10) == 0)
{
{
-return dev_storage + 768;
+return dev_storage + 767;
}
}
@@ -9072,7 +9056,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st117", 10) == 0)
{
{
-return dev_storage + 739;
+return dev_storage + 738;
}
}
@@ -9087,7 +9071,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst17", 10) == 0)
{
{
-return dev_storage + 58;
+return dev_storage + 57;
}
}
@@ -9108,7 +9092,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st107", 10) == 0)
{
{
-return dev_storage + 729;
+return dev_storage + 728;
}
}
@@ -9132,7 +9116,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS6", 10) == 0)
{
{
-return dev_storage + 821;
+return dev_storage + 820;
}
}
@@ -9147,7 +9131,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst96", 10) == 0)
{
{
-return dev_storage + 137;
+return dev_storage + 136;
}
}
@@ -9162,7 +9146,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst86", 10) == 0)
{
{
-return dev_storage + 127;
+return dev_storage + 126;
}
}
@@ -9177,7 +9161,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst76", 10) == 0)
{
{
-return dev_storage + 117;
+return dev_storage + 116;
}
}
@@ -9192,7 +9176,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst66", 10) == 0)
{
{
-return dev_storage + 107;
+return dev_storage + 106;
}
}
@@ -9210,7 +9194,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty56", 10) == 0)
{
{
-return dev_storage + 807;
+return dev_storage + 806;
}
}
@@ -9225,7 +9209,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst56", 10) == 0)
{
{
-return dev_storage + 97;
+return dev_storage + 96;
}
}
@@ -9249,7 +9233,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty46", 10) == 0)
{
{
-return dev_storage + 797;
+return dev_storage + 796;
}
}
@@ -9264,7 +9248,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst46", 10) == 0)
{
{
-return dev_storage + 87;
+return dev_storage + 86;
}
}
@@ -9288,7 +9272,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty36", 10) == 0)
{
{
-return dev_storage + 787;
+return dev_storage + 786;
}
}
@@ -9303,7 +9287,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst36", 10) == 0)
{
{
-return dev_storage + 77;
+return dev_storage + 76;
}
}
@@ -9327,7 +9311,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty26", 10) == 0)
{
{
-return dev_storage + 777;
+return dev_storage + 776;
}
}
@@ -9342,7 +9326,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st126", 10) == 0)
{
{
-return dev_storage + 748;
+return dev_storage + 747;
}
}
@@ -9357,7 +9341,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst26", 10) == 0)
{
{
-return dev_storage + 67;
+return dev_storage + 66;
}
}
@@ -9381,7 +9365,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty16", 10) == 0)
{
{
-return dev_storage + 767;
+return dev_storage + 766;
}
}
@@ -9396,7 +9380,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st116", 10) == 0)
{
{
-return dev_storage + 738;
+return dev_storage + 737;
}
}
@@ -9411,7 +9395,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst16", 10) == 0)
{
{
-return dev_storage + 57;
+return dev_storage + 56;
}
}
@@ -9426,7 +9410,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/com16", 10) == 0)
{
{
-return dev_storage + 17;
+return dev_storage + 16;
}
}
@@ -9447,7 +9431,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st106", 10) == 0)
{
{
-return dev_storage + 728;
+return dev_storage + 727;
}
}
@@ -9471,7 +9455,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdz15", 10) == 0)
{
{
-return dev_storage + 605;
+return dev_storage + 604;
}
}
@@ -9489,7 +9473,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS5", 10) == 0)
{
{
-return dev_storage + 820;
+return dev_storage + 819;
}
}
@@ -9504,7 +9488,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty55", 10) == 0)
{
{
-return dev_storage + 806;
+return dev_storage + 805;
}
}
@@ -9519,7 +9503,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty45", 10) == 0)
{
{
-return dev_storage + 796;
+return dev_storage + 795;
}
}
@@ -9534,7 +9518,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty35", 10) == 0)
{
{
-return dev_storage + 786;
+return dev_storage + 785;
}
}
@@ -9549,7 +9533,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty25", 10) == 0)
{
{
-return dev_storage + 776;
+return dev_storage + 775;
}
}
@@ -9567,7 +9551,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty15", 10) == 0)
{
{
-return dev_storage + 766;
+return dev_storage + 765;
}
}
@@ -9582,7 +9566,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy15", 10) == 0)
{
{
-return dev_storage + 590;
+return dev_storage + 589;
}
}
@@ -9609,7 +9593,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx15", 10) == 0)
{
{
-return dev_storage + 575;
+return dev_storage + 574;
}
}
@@ -9624,7 +9608,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw15", 10) == 0)
{
{
-return dev_storage + 560;
+return dev_storage + 559;
}
}
@@ -9639,7 +9623,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv15", 10) == 0)
{
{
-return dev_storage + 545;
+return dev_storage + 544;
}
}
@@ -9654,7 +9638,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu15", 10) == 0)
{
{
-return dev_storage + 530;
+return dev_storage + 529;
}
}
@@ -9672,7 +9656,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst95", 10) == 0)
{
{
-return dev_storage + 136;
+return dev_storage + 135;
}
}
@@ -9687,7 +9671,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst85", 10) == 0)
{
{
-return dev_storage + 126;
+return dev_storage + 125;
}
}
@@ -9702,7 +9686,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst75", 10) == 0)
{
{
-return dev_storage + 116;
+return dev_storage + 115;
}
}
@@ -9717,7 +9701,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst65", 10) == 0)
{
{
-return dev_storage + 106;
+return dev_storage + 105;
}
}
@@ -9732,7 +9716,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst55", 10) == 0)
{
{
-return dev_storage + 96;
+return dev_storage + 95;
}
}
@@ -9747,7 +9731,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst45", 10) == 0)
{
{
-return dev_storage + 86;
+return dev_storage + 85;
}
}
@@ -9762,7 +9746,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst35", 10) == 0)
{
{
-return dev_storage + 76;
+return dev_storage + 75;
}
}
@@ -9777,7 +9761,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst25", 10) == 0)
{
{
-return dev_storage + 66;
+return dev_storage + 65;
}
}
@@ -9795,7 +9779,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt15", 10) == 0)
{
{
-return dev_storage + 515;
+return dev_storage + 514;
}
}
@@ -9810,7 +9794,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst15", 10) == 0)
{
{
-return dev_storage + 56;
+return dev_storage + 55;
}
}
@@ -9837,7 +9821,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds15", 10) == 0)
{
{
-return dev_storage + 500;
+return dev_storage + 499;
}
}
@@ -9852,7 +9836,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr15", 10) == 0)
{
{
-return dev_storage + 485;
+return dev_storage + 484;
}
}
@@ -9867,7 +9851,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq15", 10) == 0)
{
{
-return dev_storage + 470;
+return dev_storage + 469;
}
}
@@ -9882,7 +9866,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp15", 10) == 0)
{
{
-return dev_storage + 455;
+return dev_storage + 454;
}
}
@@ -9897,7 +9881,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo15", 10) == 0)
{
{
-return dev_storage + 440;
+return dev_storage + 439;
}
}
@@ -9912,7 +9896,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn15", 10) == 0)
{
{
-return dev_storage + 425;
+return dev_storage + 424;
}
}
@@ -9930,7 +9914,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm15", 10) == 0)
{
{
-return dev_storage + 410;
+return dev_storage + 409;
}
}
@@ -9945,7 +9929,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/com15", 10) == 0)
{
{
-return dev_storage + 16;
+return dev_storage + 15;
}
}
@@ -9966,7 +9950,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl15", 10) == 0)
{
{
-return dev_storage + 395;
+return dev_storage + 394;
}
}
@@ -9981,7 +9965,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk15", 10) == 0)
{
{
-return dev_storage + 380;
+return dev_storage + 379;
}
}
@@ -9996,7 +9980,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj15", 10) == 0)
{
{
-return dev_storage + 365;
+return dev_storage + 364;
}
}
@@ -10011,7 +9995,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi15", 10) == 0)
{
{
-return dev_storage + 350;
+return dev_storage + 349;
}
}
@@ -10026,7 +10010,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh15", 10) == 0)
{
{
-return dev_storage + 335;
+return dev_storage + 334;
}
}
@@ -10041,7 +10025,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg15", 10) == 0)
{
{
-return dev_storage + 320;
+return dev_storage + 319;
}
}
@@ -10056,7 +10040,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf15", 10) == 0)
{
{
-return dev_storage + 305;
+return dev_storage + 304;
}
}
@@ -10071,7 +10055,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde15", 10) == 0)
{
{
-return dev_storage + 290;
+return dev_storage + 289;
}
}
@@ -10089,7 +10073,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd15", 10) == 0)
{
{
-return dev_storage + 275;
+return dev_storage + 274;
}
}
@@ -10104,7 +10088,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd15", 10) == 0)
{
{
-return dev_storage + 189;
+return dev_storage + 188;
}
}
@@ -10125,7 +10109,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc15", 10) == 0)
{
{
-return dev_storage + 260;
+return dev_storage + 259;
}
}
@@ -10140,7 +10124,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb15", 10) == 0)
{
{
-return dev_storage + 245;
+return dev_storage + 244;
}
}
@@ -10155,7 +10139,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda15", 10) == 0)
{
{
-return dev_storage + 230;
+return dev_storage + 229;
}
}
@@ -10173,7 +10157,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st125", 10) == 0)
{
{
-return dev_storage + 747;
+return dev_storage + 746;
}
}
@@ -10188,7 +10172,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st115", 10) == 0)
{
{
-return dev_storage + 737;
+return dev_storage + 736;
}
}
@@ -10203,7 +10187,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st105", 10) == 0)
{
{
-return dev_storage + 727;
+return dev_storage + 726;
}
}
@@ -10233,7 +10217,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdz14", 10) == 0)
{
{
-return dev_storage + 604;
+return dev_storage + 603;
}
}
@@ -10251,7 +10235,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS4", 10) == 0)
{
{
-return dev_storage + 819;
+return dev_storage + 818;
}
}
@@ -10266,7 +10250,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty54", 10) == 0)
{
{
-return dev_storage + 805;
+return dev_storage + 804;
}
}
@@ -10281,7 +10265,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty44", 10) == 0)
{
{
-return dev_storage + 795;
+return dev_storage + 794;
}
}
@@ -10296,7 +10280,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty34", 10) == 0)
{
{
-return dev_storage + 785;
+return dev_storage + 784;
}
}
@@ -10311,7 +10295,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty24", 10) == 0)
{
{
-return dev_storage + 775;
+return dev_storage + 774;
}
}
@@ -10329,7 +10313,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty14", 10) == 0)
{
{
-return dev_storage + 765;
+return dev_storage + 764;
}
}
@@ -10344,7 +10328,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy14", 10) == 0)
{
{
-return dev_storage + 589;
+return dev_storage + 588;
}
}
@@ -10371,7 +10355,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx14", 10) == 0)
{
{
-return dev_storage + 574;
+return dev_storage + 573;
}
}
@@ -10386,7 +10370,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw14", 10) == 0)
{
{
-return dev_storage + 559;
+return dev_storage + 558;
}
}
@@ -10401,7 +10385,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv14", 10) == 0)
{
{
-return dev_storage + 544;
+return dev_storage + 543;
}
}
@@ -10416,7 +10400,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu14", 10) == 0)
{
{
-return dev_storage + 529;
+return dev_storage + 528;
}
}
@@ -10434,7 +10418,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst94", 10) == 0)
{
{
-return dev_storage + 135;
+return dev_storage + 134;
}
}
@@ -10449,7 +10433,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst84", 10) == 0)
{
{
-return dev_storage + 125;
+return dev_storage + 124;
}
}
@@ -10464,7 +10448,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst74", 10) == 0)
{
{
-return dev_storage + 115;
+return dev_storage + 114;
}
}
@@ -10479,7 +10463,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst64", 10) == 0)
{
{
-return dev_storage + 105;
+return dev_storage + 104;
}
}
@@ -10494,7 +10478,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst54", 10) == 0)
{
{
-return dev_storage + 95;
+return dev_storage + 94;
}
}
@@ -10509,7 +10493,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst44", 10) == 0)
{
{
-return dev_storage + 85;
+return dev_storage + 84;
}
}
@@ -10524,7 +10508,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst34", 10) == 0)
{
{
-return dev_storage + 75;
+return dev_storage + 74;
}
}
@@ -10539,7 +10523,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst24", 10) == 0)
{
{
-return dev_storage + 65;
+return dev_storage + 64;
}
}
@@ -10557,7 +10541,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt14", 10) == 0)
{
{
-return dev_storage + 514;
+return dev_storage + 513;
}
}
@@ -10572,7 +10556,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst14", 10) == 0)
{
{
-return dev_storage + 55;
+return dev_storage + 54;
}
}
@@ -10599,7 +10583,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds14", 10) == 0)
{
{
-return dev_storage + 499;
+return dev_storage + 498;
}
}
@@ -10614,7 +10598,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr14", 10) == 0)
{
{
-return dev_storage + 484;
+return dev_storage + 483;
}
}
@@ -10629,7 +10613,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq14", 10) == 0)
{
{
-return dev_storage + 469;
+return dev_storage + 468;
}
}
@@ -10644,7 +10628,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp14", 10) == 0)
{
{
-return dev_storage + 454;
+return dev_storage + 453;
}
}
@@ -10659,7 +10643,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo14", 10) == 0)
{
{
-return dev_storage + 439;
+return dev_storage + 438;
}
}
@@ -10674,7 +10658,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn14", 10) == 0)
{
{
-return dev_storage + 424;
+return dev_storage + 423;
}
}
@@ -10692,7 +10676,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm14", 10) == 0)
{
{
-return dev_storage + 409;
+return dev_storage + 408;
}
}
@@ -10707,7 +10691,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/com14", 10) == 0)
{
{
-return dev_storage + 15;
+return dev_storage + 14;
}
}
@@ -10728,7 +10712,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl14", 10) == 0)
{
{
-return dev_storage + 394;
+return dev_storage + 393;
}
}
@@ -10743,7 +10727,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk14", 10) == 0)
{
{
-return dev_storage + 379;
+return dev_storage + 378;
}
}
@@ -10758,7 +10742,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj14", 10) == 0)
{
{
-return dev_storage + 364;
+return dev_storage + 363;
}
}
@@ -10773,7 +10757,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi14", 10) == 0)
{
{
-return dev_storage + 349;
+return dev_storage + 348;
}
}
@@ -10788,7 +10772,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh14", 10) == 0)
{
{
-return dev_storage + 334;
+return dev_storage + 333;
}
}
@@ -10803,7 +10787,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg14", 10) == 0)
{
{
-return dev_storage + 319;
+return dev_storage + 318;
}
}
@@ -10818,7 +10802,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf14", 10) == 0)
{
{
-return dev_storage + 304;
+return dev_storage + 303;
}
}
@@ -10833,7 +10817,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde14", 10) == 0)
{
{
-return dev_storage + 289;
+return dev_storage + 288;
}
}
@@ -10851,7 +10835,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd14", 10) == 0)
{
{
-return dev_storage + 274;
+return dev_storage + 273;
}
}
@@ -10866,7 +10850,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd14", 10) == 0)
{
{
-return dev_storage + 188;
+return dev_storage + 187;
}
}
@@ -10887,7 +10871,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc14", 10) == 0)
{
{
-return dev_storage + 259;
+return dev_storage + 258;
}
}
@@ -10902,7 +10886,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb14", 10) == 0)
{
{
-return dev_storage + 244;
+return dev_storage + 243;
}
}
@@ -10917,7 +10901,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda14", 10) == 0)
{
{
-return dev_storage + 229;
+return dev_storage + 228;
}
}
@@ -10935,7 +10919,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st124", 10) == 0)
{
{
-return dev_storage + 746;
+return dev_storage + 745;
}
}
@@ -10950,7 +10934,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st114", 10) == 0)
{
{
-return dev_storage + 736;
+return dev_storage + 735;
}
}
@@ -10965,7 +10949,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st104", 10) == 0)
{
{
-return dev_storage + 726;
+return dev_storage + 725;
}
}
@@ -10995,7 +10979,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdz13", 10) == 0)
{
{
-return dev_storage + 603;
+return dev_storage + 602;
}
}
@@ -11013,7 +10997,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS3", 10) == 0)
{
{
-return dev_storage + 818;
+return dev_storage + 817;
}
}
@@ -11028,7 +11012,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty63", 10) == 0)
{
{
-return dev_storage + 814;
+return dev_storage + 813;
}
}
@@ -11043,7 +11027,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty53", 10) == 0)
{
{
-return dev_storage + 804;
+return dev_storage + 803;
}
}
@@ -11058,7 +11042,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty43", 10) == 0)
{
{
-return dev_storage + 794;
+return dev_storage + 793;
}
}
@@ -11073,7 +11057,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty33", 10) == 0)
{
{
-return dev_storage + 784;
+return dev_storage + 783;
}
}
@@ -11088,7 +11072,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty23", 10) == 0)
{
{
-return dev_storage + 774;
+return dev_storage + 773;
}
}
@@ -11106,7 +11090,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty13", 10) == 0)
{
{
-return dev_storage + 764;
+return dev_storage + 763;
}
}
@@ -11121,7 +11105,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy13", 10) == 0)
{
{
-return dev_storage + 588;
+return dev_storage + 587;
}
}
@@ -11148,7 +11132,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx13", 10) == 0)
{
{
-return dev_storage + 573;
+return dev_storage + 572;
}
}
@@ -11163,7 +11147,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw13", 10) == 0)
{
{
-return dev_storage + 558;
+return dev_storage + 557;
}
}
@@ -11178,7 +11162,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv13", 10) == 0)
{
{
-return dev_storage + 543;
+return dev_storage + 542;
}
}
@@ -11193,7 +11177,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu13", 10) == 0)
{
{
-return dev_storage + 528;
+return dev_storage + 527;
}
}
@@ -11211,7 +11195,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst93", 10) == 0)
{
{
-return dev_storage + 134;
+return dev_storage + 133;
}
}
@@ -11226,7 +11210,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst83", 10) == 0)
{
{
-return dev_storage + 124;
+return dev_storage + 123;
}
}
@@ -11241,7 +11225,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst73", 10) == 0)
{
{
-return dev_storage + 114;
+return dev_storage + 113;
}
}
@@ -11256,7 +11240,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst63", 10) == 0)
{
{
-return dev_storage + 104;
+return dev_storage + 103;
}
}
@@ -11271,7 +11255,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst53", 10) == 0)
{
{
-return dev_storage + 94;
+return dev_storage + 93;
}
}
@@ -11286,7 +11270,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst43", 10) == 0)
{
{
-return dev_storage + 84;
+return dev_storage + 83;
}
}
@@ -11301,7 +11285,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst33", 10) == 0)
{
{
-return dev_storage + 74;
+return dev_storage + 73;
}
}
@@ -11316,7 +11300,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst23", 10) == 0)
{
{
-return dev_storage + 64;
+return dev_storage + 63;
}
}
@@ -11334,7 +11318,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt13", 10) == 0)
{
{
-return dev_storage + 513;
+return dev_storage + 512;
}
}
@@ -11349,7 +11333,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst13", 10) == 0)
{
{
-return dev_storage + 54;
+return dev_storage + 53;
}
}
@@ -11376,7 +11360,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds13", 10) == 0)
{
{
-return dev_storage + 498;
+return dev_storage + 497;
}
}
@@ -11391,7 +11375,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr13", 10) == 0)
{
{
-return dev_storage + 483;
+return dev_storage + 482;
}
}
@@ -11406,7 +11390,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq13", 10) == 0)
{
{
-return dev_storage + 468;
+return dev_storage + 467;
}
}
@@ -11421,7 +11405,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp13", 10) == 0)
{
{
-return dev_storage + 453;
+return dev_storage + 452;
}
}
@@ -11436,7 +11420,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo13", 10) == 0)
{
{
-return dev_storage + 438;
+return dev_storage + 437;
}
}
@@ -11451,7 +11435,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn13", 10) == 0)
{
{
-return dev_storage + 423;
+return dev_storage + 422;
}
}
@@ -11469,7 +11453,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm13", 10) == 0)
{
{
-return dev_storage + 408;
+return dev_storage + 407;
}
}
@@ -11484,7 +11468,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/com13", 10) == 0)
{
{
-return dev_storage + 14;
+return dev_storage + 13;
}
}
@@ -11505,7 +11489,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl13", 10) == 0)
{
{
-return dev_storage + 393;
+return dev_storage + 392;
}
}
@@ -11520,7 +11504,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk13", 10) == 0)
{
{
-return dev_storage + 378;
+return dev_storage + 377;
}
}
@@ -11535,7 +11519,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj13", 10) == 0)
{
{
-return dev_storage + 363;
+return dev_storage + 362;
}
}
@@ -11550,7 +11534,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi13", 10) == 0)
{
{
-return dev_storage + 348;
+return dev_storage + 347;
}
}
@@ -11565,7 +11549,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh13", 10) == 0)
{
{
-return dev_storage + 333;
+return dev_storage + 332;
}
}
@@ -11580,7 +11564,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg13", 10) == 0)
{
{
-return dev_storage + 318;
+return dev_storage + 317;
}
}
@@ -11595,7 +11579,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf13", 10) == 0)
{
{
-return dev_storage + 303;
+return dev_storage + 302;
}
}
@@ -11610,7 +11594,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde13", 10) == 0)
{
{
-return dev_storage + 288;
+return dev_storage + 287;
}
}
@@ -11628,7 +11612,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd13", 10) == 0)
{
{
-return dev_storage + 273;
+return dev_storage + 272;
}
}
@@ -11643,7 +11627,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd13", 10) == 0)
{
{
-return dev_storage + 187;
+return dev_storage + 186;
}
}
@@ -11664,7 +11648,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc13", 10) == 0)
{
{
-return dev_storage + 258;
+return dev_storage + 257;
}
}
@@ -11679,7 +11663,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb13", 10) == 0)
{
{
-return dev_storage + 243;
+return dev_storage + 242;
}
}
@@ -11694,7 +11678,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda13", 10) == 0)
{
{
-return dev_storage + 228;
+return dev_storage + 227;
}
}
@@ -11712,7 +11696,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st123", 10) == 0)
{
{
-return dev_storage + 745;
+return dev_storage + 744;
}
}
@@ -11727,7 +11711,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st113", 10) == 0)
{
{
-return dev_storage + 735;
+return dev_storage + 734;
}
}
@@ -11742,7 +11726,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st103", 10) == 0)
{
{
-return dev_storage + 725;
+return dev_storage + 724;
}
}
@@ -11772,7 +11756,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdz12", 10) == 0)
{
{
-return dev_storage + 602;
+return dev_storage + 601;
}
}
@@ -11790,7 +11774,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS2", 10) == 0)
{
{
-return dev_storage + 817;
+return dev_storage + 816;
}
}
@@ -11805,7 +11789,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty62", 10) == 0)
{
{
-return dev_storage + 813;
+return dev_storage + 812;
}
}
@@ -11820,7 +11804,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty52", 10) == 0)
{
{
-return dev_storage + 803;
+return dev_storage + 802;
}
}
@@ -11835,7 +11819,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty42", 10) == 0)
{
{
-return dev_storage + 793;
+return dev_storage + 792;
}
}
@@ -11850,7 +11834,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty32", 10) == 0)
{
{
-return dev_storage + 783;
+return dev_storage + 782;
}
}
@@ -11865,7 +11849,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty22", 10) == 0)
{
{
-return dev_storage + 773;
+return dev_storage + 772;
}
}
@@ -11883,7 +11867,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty12", 10) == 0)
{
{
-return dev_storage + 763;
+return dev_storage + 762;
}
}
@@ -11898,7 +11882,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy12", 10) == 0)
{
{
-return dev_storage + 587;
+return dev_storage + 586;
}
}
@@ -11925,7 +11909,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx12", 10) == 0)
{
{
-return dev_storage + 572;
+return dev_storage + 571;
}
}
@@ -11940,7 +11924,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw12", 10) == 0)
{
{
-return dev_storage + 557;
+return dev_storage + 556;
}
}
@@ -11955,7 +11939,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv12", 10) == 0)
{
{
-return dev_storage + 542;
+return dev_storage + 541;
}
}
@@ -11970,7 +11954,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu12", 10) == 0)
{
{
-return dev_storage + 527;
+return dev_storage + 526;
}
}
@@ -11988,7 +11972,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst92", 10) == 0)
{
{
-return dev_storage + 133;
+return dev_storage + 132;
}
}
@@ -12003,7 +11987,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst82", 10) == 0)
{
{
-return dev_storage + 123;
+return dev_storage + 122;
}
}
@@ -12018,7 +12002,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst72", 10) == 0)
{
{
-return dev_storage + 113;
+return dev_storage + 112;
}
}
@@ -12033,7 +12017,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst62", 10) == 0)
{
{
-return dev_storage + 103;
+return dev_storage + 102;
}
}
@@ -12048,7 +12032,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst52", 10) == 0)
{
{
-return dev_storage + 93;
+return dev_storage + 92;
}
}
@@ -12063,7 +12047,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst42", 10) == 0)
{
{
-return dev_storage + 83;
+return dev_storage + 82;
}
}
@@ -12078,7 +12062,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst32", 10) == 0)
{
{
-return dev_storage + 73;
+return dev_storage + 72;
}
}
@@ -12093,7 +12077,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst22", 10) == 0)
{
{
-return dev_storage + 63;
+return dev_storage + 62;
}
}
@@ -12111,7 +12095,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt12", 10) == 0)
{
{
-return dev_storage + 512;
+return dev_storage + 511;
}
}
@@ -12126,7 +12110,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst12", 10) == 0)
{
{
-return dev_storage + 53;
+return dev_storage + 52;
}
}
@@ -12153,7 +12137,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds12", 10) == 0)
{
{
-return dev_storage + 497;
+return dev_storage + 496;
}
}
@@ -12168,7 +12152,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr12", 10) == 0)
{
{
-return dev_storage + 482;
+return dev_storage + 481;
}
}
@@ -12183,7 +12167,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq12", 10) == 0)
{
{
-return dev_storage + 467;
+return dev_storage + 466;
}
}
@@ -12198,7 +12182,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp12", 10) == 0)
{
{
-return dev_storage + 452;
+return dev_storage + 451;
}
}
@@ -12213,7 +12197,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo12", 10) == 0)
{
{
-return dev_storage + 437;
+return dev_storage + 436;
}
}
@@ -12228,7 +12212,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn12", 10) == 0)
{
{
-return dev_storage + 422;
+return dev_storage + 421;
}
}
@@ -12246,7 +12230,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm12", 10) == 0)
{
{
-return dev_storage + 407;
+return dev_storage + 406;
}
}
@@ -12261,7 +12245,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/com12", 10) == 0)
{
{
-return dev_storage + 13;
+return dev_storage + 12;
}
}
@@ -12282,7 +12266,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl12", 10) == 0)
{
{
-return dev_storage + 392;
+return dev_storage + 391;
}
}
@@ -12297,7 +12281,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk12", 10) == 0)
{
{
-return dev_storage + 377;
+return dev_storage + 376;
}
}
@@ -12312,7 +12296,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj12", 10) == 0)
{
{
-return dev_storage + 362;
+return dev_storage + 361;
}
}
@@ -12327,7 +12311,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi12", 10) == 0)
{
{
-return dev_storage + 347;
+return dev_storage + 346;
}
}
@@ -12342,7 +12326,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh12", 10) == 0)
{
{
-return dev_storage + 332;
+return dev_storage + 331;
}
}
@@ -12357,7 +12341,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg12", 10) == 0)
{
{
-return dev_storage + 317;
+return dev_storage + 316;
}
}
@@ -12372,7 +12356,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf12", 10) == 0)
{
{
-return dev_storage + 302;
+return dev_storage + 301;
}
}
@@ -12387,7 +12371,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde12", 10) == 0)
{
{
-return dev_storage + 287;
+return dev_storage + 286;
}
}
@@ -12405,7 +12389,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd12", 10) == 0)
{
{
-return dev_storage + 272;
+return dev_storage + 271;
}
}
@@ -12420,7 +12404,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd12", 10) == 0)
{
{
-return dev_storage + 186;
+return dev_storage + 185;
}
}
@@ -12441,7 +12425,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc12", 10) == 0)
{
{
-return dev_storage + 257;
+return dev_storage + 256;
}
}
@@ -12456,7 +12440,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb12", 10) == 0)
{
{
-return dev_storage + 242;
+return dev_storage + 241;
}
}
@@ -12471,7 +12455,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda12", 10) == 0)
{
{
-return dev_storage + 227;
+return dev_storage + 226;
}
}
@@ -12489,7 +12473,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st122", 10) == 0)
{
{
-return dev_storage + 744;
+return dev_storage + 743;
}
}
@@ -12504,7 +12488,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st112", 10) == 0)
{
{
-return dev_storage + 734;
+return dev_storage + 733;
}
}
@@ -12519,7 +12503,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st102", 10) == 0)
{
{
-return dev_storage + 724;
+return dev_storage + 723;
}
}
@@ -12549,7 +12533,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdz11", 10) == 0)
{
{
-return dev_storage + 601;
+return dev_storage + 600;
}
}
@@ -12567,7 +12551,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS1", 10) == 0)
{
{
-return dev_storage + 816;
+return dev_storage + 815;
}
}
@@ -12582,7 +12566,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty61", 10) == 0)
{
{
-return dev_storage + 812;
+return dev_storage + 811;
}
}
@@ -12597,7 +12581,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty51", 10) == 0)
{
{
-return dev_storage + 802;
+return dev_storage + 801;
}
}
@@ -12612,7 +12596,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty41", 10) == 0)
{
{
-return dev_storage + 792;
+return dev_storage + 791;
}
}
@@ -12627,7 +12611,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty31", 10) == 0)
{
{
-return dev_storage + 782;
+return dev_storage + 781;
}
}
@@ -12642,7 +12626,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty21", 10) == 0)
{
{
-return dev_storage + 772;
+return dev_storage + 771;
}
}
@@ -12660,7 +12644,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty11", 10) == 0)
{
{
-return dev_storage + 762;
+return dev_storage + 761;
}
}
@@ -12675,7 +12659,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy11", 10) == 0)
{
{
-return dev_storage + 586;
+return dev_storage + 585;
}
}
@@ -12702,7 +12686,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx11", 10) == 0)
{
{
-return dev_storage + 571;
+return dev_storage + 570;
}
}
@@ -12717,7 +12701,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw11", 10) == 0)
{
{
-return dev_storage + 556;
+return dev_storage + 555;
}
}
@@ -12732,7 +12716,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv11", 10) == 0)
{
{
-return dev_storage + 541;
+return dev_storage + 540;
}
}
@@ -12747,7 +12731,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu11", 10) == 0)
{
{
-return dev_storage + 526;
+return dev_storage + 525;
}
}
@@ -12765,7 +12749,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst91", 10) == 0)
{
{
-return dev_storage + 132;
+return dev_storage + 131;
}
}
@@ -12780,7 +12764,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst81", 10) == 0)
{
{
-return dev_storage + 122;
+return dev_storage + 121;
}
}
@@ -12795,7 +12779,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst71", 10) == 0)
{
{
-return dev_storage + 112;
+return dev_storage + 111;
}
}
@@ -12810,7 +12794,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst61", 10) == 0)
{
{
-return dev_storage + 102;
+return dev_storage + 101;
}
}
@@ -12825,7 +12809,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst51", 10) == 0)
{
{
-return dev_storage + 92;
+return dev_storage + 91;
}
}
@@ -12840,7 +12824,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst41", 10) == 0)
{
{
-return dev_storage + 82;
+return dev_storage + 81;
}
}
@@ -12855,7 +12839,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst31", 10) == 0)
{
{
-return dev_storage + 72;
+return dev_storage + 71;
}
}
@@ -12870,7 +12854,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst21", 10) == 0)
{
{
-return dev_storage + 62;
+return dev_storage + 61;
}
}
@@ -12888,7 +12872,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt11", 10) == 0)
{
{
-return dev_storage + 511;
+return dev_storage + 510;
}
}
@@ -12903,7 +12887,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst11", 10) == 0)
{
{
-return dev_storage + 52;
+return dev_storage + 51;
}
}
@@ -12930,7 +12914,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds11", 10) == 0)
{
{
-return dev_storage + 496;
+return dev_storage + 495;
}
}
@@ -12945,7 +12929,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr11", 10) == 0)
{
{
-return dev_storage + 481;
+return dev_storage + 480;
}
}
@@ -12960,7 +12944,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq11", 10) == 0)
{
{
-return dev_storage + 466;
+return dev_storage + 465;
}
}
@@ -12975,7 +12959,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp11", 10) == 0)
{
{
-return dev_storage + 451;
+return dev_storage + 450;
}
}
@@ -12990,7 +12974,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo11", 10) == 0)
{
{
-return dev_storage + 436;
+return dev_storage + 435;
}
}
@@ -13005,7 +12989,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn11", 10) == 0)
{
{
-return dev_storage + 421;
+return dev_storage + 420;
}
}
@@ -13023,7 +13007,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm11", 10) == 0)
{
{
-return dev_storage + 406;
+return dev_storage + 405;
}
}
@@ -13038,7 +13022,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/com11", 10) == 0)
{
{
-return dev_storage + 12;
+return dev_storage + 11;
}
}
@@ -13059,7 +13043,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl11", 10) == 0)
{
{
-return dev_storage + 391;
+return dev_storage + 390;
}
}
@@ -13074,7 +13058,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk11", 10) == 0)
{
{
-return dev_storage + 376;
+return dev_storage + 375;
}
}
@@ -13089,7 +13073,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj11", 10) == 0)
{
{
-return dev_storage + 361;
+return dev_storage + 360;
}
}
@@ -13104,7 +13088,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi11", 10) == 0)
{
{
-return dev_storage + 346;
+return dev_storage + 345;
}
}
@@ -13119,7 +13103,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh11", 10) == 0)
{
{
-return dev_storage + 331;
+return dev_storage + 330;
}
}
@@ -13134,7 +13118,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg11", 10) == 0)
{
{
-return dev_storage + 316;
+return dev_storage + 315;
}
}
@@ -13149,7 +13133,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf11", 10) == 0)
{
{
-return dev_storage + 301;
+return dev_storage + 300;
}
}
@@ -13164,7 +13148,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde11", 10) == 0)
{
{
-return dev_storage + 286;
+return dev_storage + 285;
}
}
@@ -13182,7 +13166,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd11", 10) == 0)
{
{
-return dev_storage + 271;
+return dev_storage + 270;
}
}
@@ -13197,7 +13181,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd11", 10) == 0)
{
{
-return dev_storage + 185;
+return dev_storage + 184;
}
}
@@ -13218,7 +13202,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc11", 10) == 0)
{
{
-return dev_storage + 256;
+return dev_storage + 255;
}
}
@@ -13233,7 +13217,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb11", 10) == 0)
{
{
-return dev_storage + 241;
+return dev_storage + 240;
}
}
@@ -13248,7 +13232,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda11", 10) == 0)
{
{
-return dev_storage + 226;
+return dev_storage + 225;
}
}
@@ -13266,7 +13250,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st121", 10) == 0)
{
{
-return dev_storage + 743;
+return dev_storage + 742;
}
}
@@ -13281,7 +13265,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st111", 10) == 0)
{
{
-return dev_storage + 733;
+return dev_storage + 732;
}
}
@@ -13296,7 +13280,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st101", 10) == 0)
{
{
-return dev_storage + 723;
+return dev_storage + 722;
}
}
@@ -13326,7 +13310,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdz10", 10) == 0)
{
{
-return dev_storage + 600;
+return dev_storage + 599;
}
}
@@ -13344,7 +13328,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS0", 10) == 0)
{
{
-return dev_storage + 815;
+return dev_storage + 814;
}
}
@@ -13359,7 +13343,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty60", 10) == 0)
{
{
-return dev_storage + 811;
+return dev_storage + 810;
}
}
@@ -13374,7 +13358,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty50", 10) == 0)
{
{
-return dev_storage + 801;
+return dev_storage + 800;
}
}
@@ -13389,7 +13373,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty40", 10) == 0)
{
{
-return dev_storage + 791;
+return dev_storage + 790;
}
}
@@ -13404,7 +13388,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty30", 10) == 0)
{
{
-return dev_storage + 781;
+return dev_storage + 780;
}
}
@@ -13419,7 +13403,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty20", 10) == 0)
{
{
-return dev_storage + 771;
+return dev_storage + 770;
}
}
@@ -13437,7 +13421,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/tty10", 10) == 0)
{
{
-return dev_storage + 761;
+return dev_storage + 760;
}
}
@@ -13452,7 +13436,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdy10", 10) == 0)
{
{
-return dev_storage + 585;
+return dev_storage + 584;
}
}
@@ -13479,7 +13463,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdx10", 10) == 0)
{
{
-return dev_storage + 570;
+return dev_storage + 569;
}
}
@@ -13494,7 +13478,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdw10", 10) == 0)
{
{
-return dev_storage + 555;
+return dev_storage + 554;
}
}
@@ -13509,7 +13493,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdv10", 10) == 0)
{
{
-return dev_storage + 540;
+return dev_storage + 539;
}
}
@@ -13524,7 +13508,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdu10", 10) == 0)
{
{
-return dev_storage + 525;
+return dev_storage + 524;
}
}
@@ -13542,7 +13526,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst90", 10) == 0)
{
{
-return dev_storage + 131;
+return dev_storage + 130;
}
}
@@ -13557,7 +13541,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst80", 10) == 0)
{
{
-return dev_storage + 121;
+return dev_storage + 120;
}
}
@@ -13572,7 +13556,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst70", 10) == 0)
{
{
-return dev_storage + 111;
+return dev_storage + 110;
}
}
@@ -13587,7 +13571,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst60", 10) == 0)
{
{
-return dev_storage + 101;
+return dev_storage + 100;
}
}
@@ -13602,7 +13586,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst50", 10) == 0)
{
{
-return dev_storage + 91;
+return dev_storage + 90;
}
}
@@ -13617,7 +13601,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst40", 10) == 0)
{
{
-return dev_storage + 81;
+return dev_storage + 80;
}
}
@@ -13632,7 +13616,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst30", 10) == 0)
{
{
-return dev_storage + 71;
+return dev_storage + 70;
}
}
@@ -13647,7 +13631,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst20", 10) == 0)
{
{
-return dev_storage + 61;
+return dev_storage + 60;
}
}
@@ -13665,7 +13649,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdt10", 10) == 0)
{
{
-return dev_storage + 510;
+return dev_storage + 509;
}
}
@@ -13680,7 +13664,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst10", 10) == 0)
{
{
-return dev_storage + 51;
+return dev_storage + 50;
}
}
@@ -13707,7 +13691,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sds10", 10) == 0)
{
{
-return dev_storage + 495;
+return dev_storage + 494;
}
}
@@ -13722,7 +13706,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdr10", 10) == 0)
{
{
-return dev_storage + 480;
+return dev_storage + 479;
}
}
@@ -13737,7 +13721,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdq10", 10) == 0)
{
{
-return dev_storage + 465;
+return dev_storage + 464;
}
}
@@ -13752,7 +13736,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdp10", 10) == 0)
{
{
-return dev_storage + 450;
+return dev_storage + 449;
}
}
@@ -13767,7 +13751,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdo10", 10) == 0)
{
{
-return dev_storage + 435;
+return dev_storage + 434;
}
}
@@ -13782,7 +13766,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdn10", 10) == 0)
{
{
-return dev_storage + 420;
+return dev_storage + 419;
}
}
@@ -13800,7 +13784,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdm10", 10) == 0)
{
{
-return dev_storage + 405;
+return dev_storage + 404;
}
}
@@ -13815,7 +13799,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/com10", 10) == 0)
{
{
-return dev_storage + 11;
+return dev_storage + 10;
}
}
@@ -13836,7 +13820,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdl10", 10) == 0)
{
{
-return dev_storage + 390;
+return dev_storage + 389;
}
}
@@ -13851,7 +13835,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdk10", 10) == 0)
{
{
-return dev_storage + 375;
+return dev_storage + 374;
}
}
@@ -13866,7 +13850,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdj10", 10) == 0)
{
{
-return dev_storage + 360;
+return dev_storage + 359;
}
}
@@ -13881,7 +13865,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdi10", 10) == 0)
{
{
-return dev_storage + 345;
+return dev_storage + 344;
}
}
@@ -13896,7 +13880,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdh10", 10) == 0)
{
{
-return dev_storage + 330;
+return dev_storage + 329;
}
}
@@ -13911,7 +13895,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdg10", 10) == 0)
{
{
-return dev_storage + 315;
+return dev_storage + 314;
}
}
@@ -13926,7 +13910,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdf10", 10) == 0)
{
{
-return dev_storage + 300;
+return dev_storage + 299;
}
}
@@ -13941,7 +13925,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sde10", 10) == 0)
{
{
-return dev_storage + 285;
+return dev_storage + 284;
}
}
@@ -13959,7 +13943,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdd10", 10) == 0)
{
{
-return dev_storage + 270;
+return dev_storage + 269;
}
}
@@ -13974,7 +13958,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/scd10", 10) == 0)
{
{
-return dev_storage + 184;
+return dev_storage + 183;
}
}
@@ -13995,7 +13979,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdc10", 10) == 0)
{
{
-return dev_storage + 255;
+return dev_storage + 254;
}
}
@@ -14010,7 +13994,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sdb10", 10) == 0)
{
{
-return dev_storage + 240;
+return dev_storage + 239;
}
}
@@ -14025,7 +14009,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/sda10", 10) == 0)
{
{
-return dev_storage + 225;
+return dev_storage + 224;
}
}
@@ -14043,7 +14027,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st120", 10) == 0)
{
{
-return dev_storage + 742;
+return dev_storage + 741;
}
}
@@ -14058,7 +14042,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st110", 10) == 0)
{
{
-return dev_storage + 732;
+return dev_storage + 731;
}
}
@@ -14073,7 +14057,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/st100", 10) == 0)
{
{
-return dev_storage + 722;
+return dev_storage + 721;
}
}
@@ -14109,7 +14093,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/conout", 11) == 0)
{
{
-return dev_storage + 19;
+return dev_storage + 18;
}
}
@@ -14124,7 +14108,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/random", 11) == 0)
{
{
-return dev_storage + 173;
+return dev_storage + 172;
}
}
@@ -14142,7 +14126,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst127", 11) == 0)
{
{
-return dev_storage + 168;
+return dev_storage + 167;
}
}
@@ -14157,7 +14141,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst126", 11) == 0)
{
{
-return dev_storage + 167;
+return dev_storage + 166;
}
}
@@ -14172,7 +14156,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst125", 11) == 0)
{
{
-return dev_storage + 166;
+return dev_storage + 165;
}
}
@@ -14187,7 +14171,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst124", 11) == 0)
{
{
-return dev_storage + 165;
+return dev_storage + 164;
}
}
@@ -14202,7 +14186,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst123", 11) == 0)
{
{
-return dev_storage + 164;
+return dev_storage + 163;
}
}
@@ -14217,7 +14201,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst122", 11) == 0)
{
{
-return dev_storage + 163;
+return dev_storage + 162;
}
}
@@ -14232,7 +14216,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst121", 11) == 0)
{
{
-return dev_storage + 162;
+return dev_storage + 161;
}
}
@@ -14247,7 +14231,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst120", 11) == 0)
{
{
-return dev_storage + 161;
+return dev_storage + 160;
}
}
@@ -14271,7 +14255,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst119", 11) == 0)
{
{
-return dev_storage + 160;
+return dev_storage + 159;
}
}
@@ -14286,7 +14270,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst118", 11) == 0)
{
{
-return dev_storage + 159;
+return dev_storage + 158;
}
}
@@ -14301,7 +14285,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst117", 11) == 0)
{
{
-return dev_storage + 158;
+return dev_storage + 157;
}
}
@@ -14316,7 +14300,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst116", 11) == 0)
{
{
-return dev_storage + 157;
+return dev_storage + 156;
}
}
@@ -14334,7 +14318,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS15", 11) == 0)
{
{
-return dev_storage + 830;
+return dev_storage + 829;
}
}
@@ -14349,7 +14333,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst115", 11) == 0)
{
{
-return dev_storage + 156;
+return dev_storage + 155;
}
}
@@ -14373,7 +14357,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS14", 11) == 0)
{
{
-return dev_storage + 829;
+return dev_storage + 828;
}
}
@@ -14388,7 +14372,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst114", 11) == 0)
{
{
-return dev_storage + 155;
+return dev_storage + 154;
}
}
@@ -14412,7 +14396,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS13", 11) == 0)
{
{
-return dev_storage + 828;
+return dev_storage + 827;
}
}
@@ -14427,7 +14411,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst113", 11) == 0)
{
{
-return dev_storage + 154;
+return dev_storage + 153;
}
}
@@ -14451,7 +14435,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS12", 11) == 0)
{
{
-return dev_storage + 827;
+return dev_storage + 826;
}
}
@@ -14466,7 +14450,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst112", 11) == 0)
{
{
-return dev_storage + 153;
+return dev_storage + 152;
}
}
@@ -14490,7 +14474,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS11", 11) == 0)
{
{
-return dev_storage + 826;
+return dev_storage + 825;
}
}
@@ -14505,7 +14489,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst111", 11) == 0)
{
{
-return dev_storage + 152;
+return dev_storage + 151;
}
}
@@ -14529,7 +14513,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/ttyS10", 11) == 0)
{
{
-return dev_storage + 825;
+return dev_storage + 824;
}
}
@@ -14544,7 +14528,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst110", 11) == 0)
{
{
-return dev_storage + 151;
+return dev_storage + 150;
}
}
@@ -14574,7 +14558,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst109", 11) == 0)
{
{
-return dev_storage + 150;
+return dev_storage + 149;
}
}
@@ -14589,7 +14573,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst108", 11) == 0)
{
{
-return dev_storage + 149;
+return dev_storage + 148;
}
}
@@ -14604,7 +14588,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst107", 11) == 0)
{
{
-return dev_storage + 148;
+return dev_storage + 147;
}
}
@@ -14619,7 +14603,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst106", 11) == 0)
{
{
-return dev_storage + 147;
+return dev_storage + 146;
}
}
@@ -14634,7 +14618,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst105", 11) == 0)
{
{
-return dev_storage + 146;
+return dev_storage + 145;
}
}
@@ -14649,7 +14633,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst104", 11) == 0)
{
{
-return dev_storage + 145;
+return dev_storage + 144;
}
}
@@ -14664,7 +14648,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst103", 11) == 0)
{
{
-return dev_storage + 144;
+return dev_storage + 143;
}
}
@@ -14679,7 +14663,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst102", 11) == 0)
{
{
-return dev_storage + 143;
+return dev_storage + 142;
}
}
@@ -14694,7 +14678,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst101", 11) == 0)
{
{
-return dev_storage + 142;
+return dev_storage + 141;
}
}
@@ -14709,7 +14693,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/nst100", 11) == 0)
{
{
-return dev_storage + 141;
+return dev_storage + 140;
}
}
@@ -14739,7 +14723,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/windows", 12) == 0)
{
{
-return dev_storage + 833;
+return dev_storage + 832;
}
}
@@ -14754,7 +14738,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/urandom", 12) == 0)
{
{
-return dev_storage + 832;
+return dev_storage + 831;
}
}
@@ -14769,7 +14753,7 @@ return NULL;
if (strncmp (KR_keyword, "/dev/console", 12) == 0)
{
{
-return dev_storage + 20;
+return dev_storage + 19;
}
}