Searched refs:debug_out (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/bmake/mk/ |
| H A D | meta2deps.py | 103 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) 509 print("cwd=", cwd, file=self.debug_out) 596 print("seen:", dir, file=self.debug_out) 773 debug_out = conf.get('debug_out', sys.stderr) 776 print("config:", file=debug_out) 777 print("psyco=", have_psyco, file=debug_out) [all …]
|
| /freebsd-13.1/share/mk/ |
| H A D | meta2deps.py | 107 print("looking for:", p, end=' ', file=debug_out) 110 print("nope", file=debug_out) 114 print("found:", p, file=debug_out) 144 rpath = resolve(path, cwd, last_dir, debug, debug_out) 229 self.debug_out = getv(conf, 'debug_out', sys.stderr) 494 print("cwd=", cwd, file=self.debug_out) 555 print("seen:", dir, file=self.debug_out) 729 debug_out = getv(conf, 'debug_out', sys.stderr) 732 print("config:", file=debug_out) 733 print("psyco=", have_psyco, file=debug_out) [all …]
|
| /freebsd-13.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 | 3453 if (proto && proto->ops->debug_out) in xpt_run_devq() 3454 proto->ops->debug_out(work_ccb); in xpt_run_devq()
|
| /freebsd-13.1/sys/cam/ata/ |
| H A D | ata_xpt.c | 234 .debug_out = ata_proto_debug_out, 247 .debug_out = ata_proto_debug_out, 260 .debug_out = ata_proto_debug_out,
|
| /freebsd-13.1/sys/cam/nvme/ |
| H A D | nvme_xpt.c | 185 .debug_out = nvme_proto_debug_out,
|
| /freebsd-13.1/sys/cam/mmc/ |
| H A D | mmc_xpt.c | 166 .debug_out = mmc_proto_debug_out,
|
| /freebsd-13.1/sys/cam/scsi/ |
| H A D | scsi_xpt.c | 638 .debug_out = scsi_proto_debug_out,
|