Lines Matching refs:line
60 for line in [l.strip() for l in out.splitlines()]:
61 if line.startswith("LUN:"):
62 lun = line.split()[-1]
67 if line.startswith("OS Device Name:"):
68 dev_path = line.split()[-1]
70 elif line.startswith("LUN:"):
83 # Sample first line of command output:
107 for line in [l.strip() for l in lines]:
108 if line.startswith("Target name:") and \
109 line.split()[-1] == target_iqn: