Lines Matching refs:line
245 name, line = alias_lines[alias_conflict][0]
250 "line": line,
262 lines[line] = comment + lines[line]
268 Its entry on line {line:d} in /etc/driver_aliases has been commented\n\
271 as well as removing line {line:d} from /etc/driver_aliases or, before\n\
273 'rem_drv -b <mountpoint> {old}' and removing line {line:d} from\n\
279 Its entry on line {line:d} in /etc/driver_aliases has been commented\n\
281 'rem_drv -b {imgroot} {old}' as well as removing line {line:d}\n\
486 for line in rem_lines:
488 lineno = lines.index(line.replace("\\t", "\t") + "\n")
490 missing_entries.append(line.replace("\\t", "\t"))
495 # tell what driver owns what line, this means that if
496 # two drivers try to own the same line, one of them will
623 for line in myfile:
624 line = line.strip()
625 fields = line.split()
629 # comments can begin anywhere in the line,
639 yield line
645 yield line
651 yield line
766 for line in dpf:
767 line = line.strip()
768 if line.startswith("#"):
770 fields = line.split()
805 for line in dpf:
806 line = line.strip()
807 if line.startswith("#"):
809 fields = line.split(":", 1)
954 for line in devlinks:
956 lineno = lines.index(line.replace("\\t", "\t") + "\n")
958 missing_entries.append(line.replace("\\t", "\t"))