Lines Matching refs:iloc
67 %iloc = ();
109 $iloc{$serno} = $daddr;
131 if ($#iloc == 0) {
149 foreach $k (sort { $a <=> $b } keys %iloc) {
150 $a = $iloc{$k};
273 BIGLOOP: foreach $k (sort { $a <=> $b } keys %iloc) {
274 $a = $iloc{$k};
281 if ($test_rfw && $iloc{$oind - 1}) {
287 $flags = "-p -f -i 0x" . $iloc{$oind - 1} . " $wfile";
288 &test_fsck($iloc{$oind - 1}, $flags, 1);
293 &test_fsck($iloc{$oind - 1}, "-n -f $wfile", 0);