Lines Matching refs:buf
64 buf = ""
80 buf = [misc.force_str(l) for l in
92 buf = (_("Firmware dependency error:"
96 return (ret, buf, args)
104 (ret, buf, args) = self._check(dep_action, which="cpu")
140 format("".join(buf).rstrip(),
158 (ret, buf, args) = self._check(dep_action, which=which)
166 if ret == 1 and len(buf) > 0:
190 " ".join(buf), misc.signame(-ret))))
196 " ".join(buf),
197 "\n".join(buf))))