Lines Matching refs:f
153 f"^{sysfs}/kernel/debug",
154 f"^{sysfs}/kernel/tracing",
155 f"^{sysfs}/fs/pstore",
156 f"^{sysfs}/fs/bpf",
157 f"^{sysfs}/fs/fuse",
160 f"^{sysfs}/module",
162 f"^{sysfs}/fs/cgroup", # this is big and has zero docs under ABI
163 f"^{sysfs}/firmware", # documented elsewhere: ACPI, DT bindings
172 print(f"Reading {sysfs} directory contents...", file=sys.stderr)
193 self.abi.log.warning(f"missing rules for {fname}")
203 res["msg"] += f" {fname}: regex:\n\t"
207 res["msg"] += f" {fname} not found. Tested regexes:\n"
288 print(f"Number of references to parse: {num_refs}", file=sys.stderr)
333 print(f"No ABI symbol matches {self.abi.search_string}")
338 print(f"{len(f_list):6d} jobs queued on {max_workers} workers",
362 self.abi.log.warning(f"Future: {e}")
368 elapsed += f" ({total - len(f_list)}/{total} jobs completed). "
377 for f in sorted(not_found):
378 print(f"{f} not found.")