Searched refs:debug_out (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/bmake/mk/ |
H A D | meta2deps.py | 76 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 D | meta2deps.py | 76 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 D | cam_xpt_internal.h | 77 xpt_proto_debug_out_func debug_out; member
|
H A D | cam_xpt.c | 3365 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 D | ata_xpt.c | 222 .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 D | nvme_xpt.c | 185 .debug_out = nvme_proto_debug_out,
|
/freebsd/sys/cam/mmc/ |
H A D | mmc_xpt.c | 163 .debug_out = mmc_proto_debug_out,
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_xpt.c | 627 .debug_out = scsi_proto_debug_out,
|