Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/mk/
H A Dmeta2deps.py76 def resolve(path, cwd, last_dir=None, debug=0, debug_out=sys.stderr): argument
88 print("skipping non-existent:", path, file=debug_out)
109 print("looking for:", p, end=' ', file=debug_out)
112 print("nope", file=debug_out)
116 print("found:", p, file=debug_out)
141 def abspath(path, cwd, last_dir=None, debug=0, debug_out=sys.stderr): argument
146 rpath = resolve(path, cwd, last_dir, debug, debug_out)
248 self.debug_out = conf.get('debug_out', sys.stderr)
305 print("host_target=", self.host_target, file=self.debug_out)
306 print("srctops=", self.srctops, file=self.debug_out)
[all …]
/freebsd/share/mk/
H A Dmeta2deps.py76 def resolve(path, cwd, last_dir=None, debug=0, debug_out=sys.stderr): argument
88 print("skipping non-existent:", path, file=debug_out)
109 print("looking for:", p, end=' ', file=debug_out)
112 print("nope", file=debug_out)
116 print("found:", p, file=debug_out)
141 def abspath(path, cwd, last_dir=None, debug=0, debug_out=sys.stderr): argument
146 rpath = resolve(path, cwd, last_dir, debug, debug_out)
248 self.debug_out = conf.get('debug_out', sys.stderr)
305 print("host_target=", self.host_target, file=self.debug_out)
306 print("srctops=", self.srctops, file=self.debug_out)
[all …]
/freebsd/sys/cam/
H A Dcam_xpt_internal.h77 xpt_proto_debug_out_func debug_out; member
H A Dcam_xpt.c3365 if (proto && proto->ops->debug_out) in xpt_run_devq()
3366 proto->ops->debug_out(work_ccb); in xpt_run_devq()
/freebsd/sys/cam/ata/
H A Data_xpt.c222 .debug_out = ata_proto_debug_out,
233 .debug_out = ata_proto_debug_out,
244 .debug_out = ata_proto_debug_out,
/freebsd/sys/cam/nvme/
H A Dnvme_xpt.c185 .debug_out = nvme_proto_debug_out,
/freebsd/sys/cam/mmc/
H A Dmmc_xpt.c163 .debug_out = mmc_proto_debug_out,
/freebsd/sys/cam/scsi/
H A Dscsi_xpt.c627 .debug_out = scsi_proto_debug_out,