Searched refs:src_entry (Results 1 – 3 of 3) sorted by relevance
25 for src_entry in re.findall(r'[\w;\-\./\*]+', boot_files):26 if ';' in src_entry:27 dst_entry = tuple(src_entry.split(';'))29 raise ValueError('Malformed boot file entry: %s' % src_entry)31 dst_entry = (src_entry, src_entry)
255 for src_entry in re.findall(r'[\w;\-\.\+/\*]+', boot_files):256 if ';' in src_entry:257 dst_entry = tuple(src_entry.split(';'))259 raise WicError('Malformed boot file entry: %s' % src_entry)261 dst_entry = (src_entry, src_entry)
411 int root_entry, src_entry; in clock_set_src() local421 src_entry = src_supported(root_entry, clock_src); in clock_set_src()422 if (src_entry < 0) in clock_set_src()427 reg |= src_entry << CLK_ROOT_MUX_SHIFT; in clock_set_src()675 int root_entry, src_entry; in clock_root_cfg() local711 src_entry = src_supported(root_entry, clock_src); in clock_root_cfg()712 if (src_entry < 0) in clock_root_cfg()717 src_entry << CLK_ROOT_MUX_SHIFT; in clock_root_cfg()