Home
last modified time | relevance | path

Searched refs:PR_ALL (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dsgfru_priv.h55 #define PR_ALL if (sgfru_debug) printf macro
65 #define PR_ALL if (0) printf
66 #define PR_STATE PR_ALL
67 #define PR_HANDLE PR_ALL
68 #define PR_NODE PR_ALL
69 #define PR_SECTION PR_ALL
70 #define PR_SEGMENT PR_ALL
71 #define PR_PACKET PR_ALL
72 #define PR_PAYLOAD PR_ALL
73 #define PR_MBOX PR_ALL
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_quiesce.c905 PR_ALL("psmerr is ESBD_KTHREAD\n"); in dr_pt_test_suspend()
908 PR_ALL("Resume error unknown = %d\n", psmerr); in dr_pt_test_suspend()
913 PR_ALL("%s: dr_suspend() failed, err = 0x%x\n", f, err); in dr_pt_test_suspend()
917 PR_ALL("Unsafe devices (major #): %s\n", in dr_pt_test_suspend()
922 PR_ALL("RT threads (PIDs): %s\n", in dr_pt_test_suspend()
927 PR_ALL("User threads (PIDs): %s\n", in dr_pt_test_suspend()
932 PR_ALL("Non-suspendable devices (major #): %s\n", in dr_pt_test_suspend()
937 PR_ALL("Could not resume devices (major #): %s\n", in dr_pt_test_suspend()
942 PR_ALL("psmerr is ESBD_KTHREAD\n"); in dr_pt_test_suspend()
946 PR_ALL("sbd_error_t error code not set\n"); in dr_pt_test_suspend()
[all …]
H A Ddr.c566 PR_ALL("%s...\n", f); in dr_ioctl()
611 PR_ALL("%s: c_name = %s, c_type = %d\n", in dr_ioctl()
617 PR_ALL("%s: c_name is NULL\n", f); in dr_ioctl()
1004 PR_ALL("%s: error %d %s", in dr_copyout_errs()
1058 PR_ALL("%s (cmd = %s)...\n", f, SBD_CMD_STR(cmd)); in dr_pre_op()
1063 PR_ALL("drmach_pre_op failed for cmd %s(%d)\n", in dr_pre_op()
1086 PR_ALL("%s: invalid devset (0x%x)\n", in dr_pre_op()
1097 PR_ALL("%s: invalid state %s(%d) for cmd %s(%d)\n", in dr_pre_op()
1122 PR_ALL("%s (cmd = %s)...\n", f, SBD_CMD_STR(cmd)); in dr_post_op()
1126 PR_ALL("drmach_post_op failed for cmd %s(%d)\n", in dr_post_op()
[all …]
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_quiesce.c968 PR_ALL("psmerr is ESBD_KTHREAD\n"); in dr_pt_test_suspend()
971 PR_ALL("Resume error unknown = %d\n", psmerr); in dr_pt_test_suspend()
976 PR_ALL("%s: dr_suspend() failed, err = 0x%x\n", f, err); in dr_pt_test_suspend()
980 PR_ALL("Unsafe devices (major #): %s\n", in dr_pt_test_suspend()
985 PR_ALL("RT threads (PIDs): %s\n", in dr_pt_test_suspend()
990 PR_ALL("User threads (PIDs): %s\n", in dr_pt_test_suspend()
995 PR_ALL("Non-suspendable devices (major #): %s\n", in dr_pt_test_suspend()
1000 PR_ALL("Could not resume devices (major #): %s\n", in dr_pt_test_suspend()
1005 PR_ALL("psmerr is ESBD_KTHREAD\n"); in dr_pt_test_suspend()
1009 PR_ALL("sbd_error_t error code not set\n"); in dr_pt_test_suspend()
[all …]
H A Ddr.c568 PR_ALL("%s...\n", f); in dr_ioctl()
613 PR_ALL("%s: c_name = %s, c_type = %d\n", in dr_ioctl()
619 PR_ALL("%s: c_name is NULL\n", f); in dr_ioctl()
1007 PR_ALL("%s: error %d %s", in dr_copyout_errs()
1061 PR_ALL("%s (cmd = %s)...\n", f, SBD_CMD_STR(cmd)); in dr_pre_op()
1065 PR_ALL("drmach_pre_op failed for cmd %s(%d)\n", in dr_pre_op()
1088 PR_ALL("%s: invalid devset (0x%x)\n", in dr_pre_op()
1099 PR_ALL("%s: invalid state %s(%d) for cmd %s(%d)\n", in dr_pre_op()
1124 PR_ALL("%s (cmd = %s)...\n", f, SBD_CMD_STR(cmd)); in dr_post_op()
1131 PR_ALL("drmach_post_op failed for cmd %s(%d)\n", in dr_post_op()
[all …]
/illumos-gate/usr/src/uts/sun4u/ngdr/sys/
H A Ddr.h214 #define PR_ALL if (dr_debug) printf macro
224 #define PR_ALL _NOTE(CONSTANTCONDITION) if (0) printf
225 #define PR_STATE PR_ALL
226 #define PR_QR PR_ALL
227 #define PR_CPU PR_ALL
228 #define PR_MEM PR_ALL
229 #define PR_IO PR_ALL
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd.c1005 PR_ALL("%s...\n", f); in sbd_dev_unconfigure()
1345 PR_ALL("%s...\n", f); in sbd_dealloc_instance()
1377 PR_ALL("%s: invalid cpu unit# = %d", f, unit); in sbd_dev2devset()
1396 PR_ALL("%s: invalid mem unit# = %d", f, unit); in sbd_dev2devset()
1400 PR_ALL("%s: adjusted MEM devset = 0x%x\n", in sbd_dev2devset()
1408 PR_ALL("%s: invalid io unit# = %d", in sbd_dev2devset()
1762 PR_ALL("%s: no devs: requested devset = 0x%x," in sbd_check_transition()
1808 PR_ALL("%s: requested devset = 0x%x, final devset = 0x%x\n", in sbd_check_transition()
1916 PR_ALL("%s: invalid devset (0x%x)\n", in sbd_pre_op()
1924 PR_ALL("%s: invalid state %s(%d) for cmd %s(%d)\n", in sbd_pre_op()
[all …]
H A Dsbd_cpu.c836 PR_ALL("%s...\n", f); in sbd_cancel_cpu()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Ddr.h245 #define PR_ALL if (dr_debug) printf macro
255 #define PR_ALL _NOTE(CONSTANTCONDITION) if (0) printf macro
256 #define PR_STATE PR_ALL
257 #define PR_QR PR_ALL
258 #define PR_CPU PR_ALL
259 #define PR_MEM PR_ALL
260 #define PR_IO PR_ALL
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbdpriv.h630 #define PR_ALL if (sbd_debug) printf macro
643 #define PR_ALL if (0) printf macro
644 #define PR_STATE PR_ALL
645 #define PR_QR PR_ALL
646 #define PR_CPU PR_ALL
647 #define PR_MEM PR_ALL
648 #define PR_IO PR_ALL
649 #define PR_HW PR_ALL
650 #define PR_BYP PR_ALL