Searched refs:debug_out (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/bmake/mk/ |
| H A D | meta2deps.py | 101 print("looking for:", p, end=' ', file=debug_out) 104 print("nope", file=debug_out) 108 print("found:", p, file=debug_out) 138 rpath = resolve(path, cwd, last_dir, debug, debug_out) 221 self.debug_out = getv(conf, 'debug_out', sys.stderr) 482 print("cwd=", cwd, file=self.debug_out) 540 print("seen:", dir, file=self.debug_out) 714 debug_out = getv(conf, 'debug_out', sys.stderr) 717 print("config:", file=debug_out) 718 print("psyco=", have_psyco, file=debug_out) [all …]
|
| /freebsd-12.1/share/mk/ |
| H A D | meta2deps.py | 102 print("looking for:", p, end=' ', file=debug_out) 105 print("nope", file=debug_out) 109 print("found:", p, file=debug_out) 139 rpath = resolve(path, cwd, last_dir, debug, debug_out) 222 self.debug_out = getv(conf, 'debug_out', sys.stderr) 483 print("cwd=", cwd, file=self.debug_out) 541 print("seen:", dir, file=self.debug_out) 715 debug_out = getv(conf, 'debug_out', sys.stderr) 718 print("config:", file=debug_out) 719 print("psyco=", have_psyco, file=debug_out) [all …]
|
| /freebsd-12.1/sys/cam/ |
| H A D | cam_xpt_internal.h | 82 xpt_proto_debug_out_func debug_out; member
|
| H A D | cam_xpt.c | 3532 if (proto && proto->ops->debug_out) in xpt_run_devq() 3533 proto->ops->debug_out(work_ccb); in xpt_run_devq()
|
| /freebsd-12.1/sys/cam/nvme/ |
| H A D | nvme_xpt.c | 185 .debug_out = nvme_proto_debug_out,
|
| /freebsd-12.1/sys/cam/ata/ |
| H A D | ata_xpt.c | 235 .debug_out = ata_proto_debug_out, 248 .debug_out = ata_proto_debug_out, 261 .debug_out = ata_proto_debug_out,
|
| /freebsd-12.1/sys/cam/mmc/ |
| H A D | mmc_xpt.c | 154 .debug_out = mmc_proto_debug_out,
|
| /freebsd-12.1/sys/cam/scsi/ |
| H A D | scsi_xpt.c | 641 .debug_out = scsi_proto_debug_out,
|