Home
last modified time | relevance | path

Searched refs:DPRINTF (Results 76 – 100 of 130) sorted by relevance

123456

/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_main.c142 DPRINTF("q"); in main()
145 DPRINTF("l"); in main()
148 DPRINTF("f"); in main()
H A Drmformat.h57 #define DPRINTF(str) (void) printf(str) macro
63 #define DPRINTF(str)
H A Drmf_misc.c241 DPRINTF("Vold not running\n"); in check_and_unmount_vold()
245 DPRINTF("path not managed\n"); in check_and_unmount_vold()
597 DPRINTF("path not managed\n"); in my_open()
922 DPRINTF("sigset failed\n"); in trap_SIGINT()
931 DPRINTF("sigunset failed\n"); in release_SIGINT()
943 DPRINTF("ANALYSE MEDIA \n"); in verify()
1064 DPRINTF("umount : Success\n"); in my_umount()
1109 DPRINTF("volrmmount: Success\n"); in my_volrmmount()
1700 DPRINTF("cmd:["); in uscsi()
1704 DPRINTF("]\n"); in uscsi()
[all …]
H A Drmf_slice.c662 DPRINTF("\nEnd of file\n"); in sup_setpart()
904 DPRINTF("sparc style true\n"); in check_vtoc_sanity()
946 DPRINTF("Didn't get fdisk\n"); in check_vtoc_sanity()
954 DPRINTF("DKIOCG_PHYGEOM ioctl failed"); in check_vtoc_sanity()
1187 DPRINTF("fdisk: Invalid master boot file \n"); in get_fdisk()
1257 DPRINTF("Writing default vtoc\n"); in write_default_label()
1342 DPRINTF("Writing default fdisk table and vtoc\n"); in write_default_label()
1350 DPRINTF("DKIOCG_PHYGEOM ioctl failed"); in write_default_label()
1368 DPRINTF("malloc for fdisk_buf failed\n"); in write_default_label()
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.h60 #define DPRINTF (void) printf macro
62 #define DPRINTF 0 &&
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dtodm5819.h41 #define DPRINTF if (m5819_debug_flags) prom_printf macro
43 #define DPRINTF macro
H A Dtodds1287.h41 #define DPRINTF if (ds1287_debug_flags) prom_printf macro
43 #define DPRINTF macro
H A Dmc-us3.h168 #define DPRINTF(flag, args) if (mc_debug & flag) _PRINTF args; macro
170 #define DPRINTF(flag, args) macro
H A Dmc-us3i.h178 #define DPRINTF(flag, args) if (mc_debug & flag) _PRINTF args; macro
180 #define DPRINTF(flag, args)
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.h57 #define DPRINTF printf macro
59 #define DPRINTF 0 &&
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.h59 #define DPRINTF printf macro
61 #define DPRINTF 0 &&
/illumos-gate/usr/src/uts/common/sys/
H A Dcpudrv.h194 #define DPRINTF(flag, args) if (cpudrv_debug & flag) _PRINTF args; macro
196 #define DPRINTF(flag, args) macro
H A Dppmvar.h395 #define DPRINTF PPMD macro
399 #define DPRINTF(flag, args) /* (s10) */ macro
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsysiosbus.c528 DPRINTF(SBUS_ATTACH_DEBUG, ("sbus: devi=0x%p, softsp=0x%p\n", in sbus_attach()
721 DPRINTF(SBUS_REGISTERS_DEBUG, ("SYSIO Control reg: 0x%p\n" in sbus_init()
834 DPRINTF(SBUS_REGISTERS_DEBUG, ("Sbus slot 0x%x slot " in sbus_resume_init()
1020 DPRINTF(SBUS_SBUSMEM_DEBUG, ("can't get slot property\n")); in sbusmem_initchild()
1664 DPRINTF(SBUS_INTERRUPT_DEBUG, ("Add intr: sbus interrupt %d " in sbus_add_intr_impl()
1723 DPRINTF(SBUS_INTERRUPT_DEBUG, ("Add intr:sbus_arg exists " in sbus_add_intr_impl()
1745 DPRINTF(SBUS_INTERRUPT_DEBUG, ("Add intr:Ino 0x%x Interrupt " in sbus_add_intr_impl()
1781 DPRINTF(SBUS_INTERRUPT_DEBUG, ("Add intr: initial " in sbus_add_intr_impl()
1793 DPRINTF(SBUS_INTERRUPT_DEBUG, ("Add intr: existing " in sbus_add_intr_impl()
1799 DPRINTF(SBUS_INTERRUPT_DEBUG, ("Add intr:Alloc sbus_arg " in sbus_add_intr_impl()
[all …]
H A Dtodbq4802.c171 DPRINTF("todbq4802_get: century=%d year=%d dom=%d hrs=%d min=%d" in todbq4802_get()
264 DPRINTF("todbq4802_set: year=%d dom=%d hrs=%d min=%d sec=%d\n", in todbq4802_set()
337 DPRINTF("todbq4802_set_alarm: dom=%d hrs=%d min=%d sec=%d\n", in todbq4802_set_power_alarm()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_ahci.c117 #define DPRINTF(format, arg...) macro
1610 DPRINTF("ACMD:"); in handle_packet_cmd()
1612 DPRINTF("%02x ", acmd[i]); in handle_packet_cmd()
1613 DPRINTF(""); in handle_packet_cmd()
1830 DPRINTF("cfis:"); in ahci_handle_slot()
1833 DPRINTF(""); in ahci_handle_slot()
1834 DPRINTF("%02x ", cfis[i]); in ahci_handle_slot()
1836 DPRINTF(""); in ahci_handle_slot()
1901 DPRINTF("%s %d", __func__, err); in ata_ioreq_cb()
1961 DPRINTF("%s exit", __func__); in ata_ioreq_cb()
[all …]
H A Dpci_virtio_scsi.c91 #define DPRINTF(msg, params...) if (pci_vtscsi_debug) WPRINTF(msg, ##params) macro
290 DPRINTF("request <idx=%d> completed", req->vsr_idx); in pci_vtscsi_proc()
305 DPRINTF("device reset requested"); in pci_vtscsi_reset()
448 DPRINTF("%s", sbuf_data(sb)); in pci_vtscsi_tmf_handle()
550 DPRINTF("%s", sbuf_data(sb)); in pci_vtscsi_request_handle()
644 DPRINTF("request <idx=%d> enqueued", vireq.idx); in pci_vtscsi_requestq_notify()
H A Dpci_virtio_block.c174 #define DPRINTF(params) if (pci_vtblk_debug) PRINTLN params macro
239 DPRINTF(("vtblk: device reset requested !")); in pci_vtblk_reset()
338 DPRINTF(("virtio-block: %s op, %zd bytes, %d segs, offset %ld", in pci_vtblk_proc()
562 DPRINTF(("vtblk: write to readonly reg %d", offset)); in pci_vtblk_cfgwrite()
H A Dpci_virtio_9p.c70 #define DPRINTF(params) if (pci_vt9p_debug) printf params macro
134 DPRINTF(("vt9p: device reset requested !\n")); in pci_vt9p_reset()
230 DPRINTF(("vt9p: vt9p_notify(): desc%d base=%p, " in pci_vt9p_notify()
H A Dpci_virtio_net.c98 #define DPRINTF(params) if (pci_vtnet_debug) PRINTLN params macro
154 DPRINTF(("vtnet: device reset requested !")); in pci_vtnet_reset()
572 DPRINTF(("vtnet: control qnotify!")); in pci_vtnet_ping_ctlq()
718 DPRINTF(("vtnet: write to readonly reg %d", offset)); in pci_vtnet_cfgwrite()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.c212 DPRINTF(DMA_DBG, ("xdf@%s: DMA callback started\n", in xdf_gncallback()
421 DPRINTF(DMA_DBG, ("xdf@%s: " in vreq_setup()
477 DPRINTF(DMA_DBG, ("xdf@%s: " in vreq_setup()
500 DPRINTF(DMA_DBG, ("xdf@%s: " in vreq_setup()
540 DPRINTF(DMA_DBG, ("xdf@%s: DMA bind failed\n", in vreq_setup()
984 DPRINTF(IO_DBG, ("xdf@%s: I/O error while %s", in xdf_intr_locked()
1026 DPRINTF(IO_DBG, ( in xdf_ring_push()
1319 DPRINTF(IO_DBG, ( in xdf_process_rreq()
1322 DPRINTF(IO_DBG, ( in xdf_process_rreq()
1339 DPRINTF(IO_DBG, ( in xdf_process_rreq()
[all …]
H A Dxdf.h299 #define DPRINTF(flag, args) {if (xdf_debug & (flag)) prom_printf args; } macro
304 #define DPRINTF(flag, args) macro
/illumos-gate/usr/src/cmd/man/
H A Dman.h34 #define DPRINTF if (debug) \ macro
/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt.c65 #define DPRINTF(x) { (void) printf x; } macro
68 #define DPRINTF(x) macro
121 DPRINTF(("syslog called: %s\n", message)); in adt_write_syslog()
408 DPRINTF(("(%lld) Starting session id = %08X\n", in adt_start_session()
759 DPRINTF(("getaddrinfo(%s) failed[%s]", hostname, in adt_get_hostIP()
797 DPRINTF(("setting Audit IP address to kernel")); in adt_get_hostIP()
840 DPRINTF(("mapping %s to %s", hostname, in adt_get_hostIP()
1356 DPRINTF(("(%lld)imported asid = %X %u\n", (long long) getpid(), in adt_import()
1619 DPRINTF(("changed mask to %08X/%08X for ruid=%d\n", in adt_changeuser()
2051 DPRINTF(("got event %d\n", xlate->tx_internal_event)); in adt_put_event()
/illumos-gate/usr/src/uts/sun4u/sys/i2c/clients/
H A Dics951601_impl.h48 #define DPRINTF(print_flag, args) \ macro

123456