Home
last modified time | relevance | path

Searched refs:debug_out (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/share/mk/
H A Dmeta2deps.py103 print("looking for:", p, end=' ', file=debug_out)
106 print("nope", file=debug_out)
110 print("found:", p, file=debug_out)
140 rpath = resolve(path, cwd, last_dir, debug, debug_out)
241 self.debug_out = conf.get('debug_out', sys.stderr)
516 print("cwd=", cwd, file=self.debug_out)
607 print("seen:", dir, file=self.debug_out)
784 debug_out = conf.get('debug_out', sys.stderr)
787 print("config:", file=debug_out)
788 print("psyco=", have_psyco, file=debug_out)
[all …]
/freebsd-14.2/contrib/bmake/mk/
H A Dmeta2deps.py103 print("looking for:", p, end=' ', file=debug_out)
106 print("nope", file=debug_out)
110 print("found:", p, file=debug_out)
140 rpath = resolve(path, cwd, last_dir, debug, debug_out)
241 self.debug_out = conf.get('debug_out', sys.stderr)
516 print("cwd=", cwd, file=self.debug_out)
607 print("seen:", dir, file=self.debug_out)
784 debug_out = conf.get('debug_out', sys.stderr)
787 print("config:", file=debug_out)
788 print("psyco=", have_psyco, file=debug_out)
[all …]
/freebsd-14.2/sys/cam/
H A Dcam_xpt_internal.h77 xpt_proto_debug_out_func debug_out; member
H A Dcam_xpt.c3369 if (proto && proto->ops->debug_out) in xpt_run_devq()
3370 proto->ops->debug_out(work_ccb); in xpt_run_devq()
/freebsd-14.2/sys/cam/ata/
H A Data_xpt.c224 .debug_out = ata_proto_debug_out,
235 .debug_out = ata_proto_debug_out,
246 .debug_out = ata_proto_debug_out,
/freebsd-14.2/sys/cam/nvme/
H A Dnvme_xpt.c186 .debug_out = nvme_proto_debug_out,
/freebsd-14.2/sys/cam/mmc/
H A Dmmc_xpt.c165 .debug_out = mmc_proto_debug_out,
/freebsd-14.2/sys/cam/scsi/
H A Dscsi_xpt.c629 .debug_out = scsi_proto_debug_out,