Home
last modified time | relevance | path

Searched refs:CDEBUG (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dconn.c486 CDEBUG(4, "%c", kr); in expect_str()
488 CDEBUG(4, ")\n%s", ""); in expect_str()
594 CDEBUG(5, "EOT\n%s", ""); in sendthem()
600 CDEBUG(5, "\"\"\n%s", ""); in sendthem()
680 CDEBUG(5, in sendthem()
690 CDEBUG(5, in sendthem()
694 CDEBUG(5, "\n%s", ""); in sendthem()
706 CDEBUG(5, ")\n%s", ""); in sendthem()
736 CDEBUG(5, "%s", dbuf); in wrstr()
762 CDEBUG(5, "?%s", ""); in wrchr()
[all …]
H A Duucp.h184 #define CDEBUG(l, f, s) macro
H A Dcallers.c337 CDEBUG(5, "\nCHAT gdial(%s) FAILED\n", dev[D_CALLER]); in processdev()
/illumos-gate/usr/src/cmd/bnu/
H A Dconn.c680 CDEBUG(4, "%c", kr);
681 CDEBUG(4, ")\n%s", "");
717 CDEBUG(4, "got it\n%s", "");
790 CDEBUG(5, "BREAK\n%s", "");
802 CDEBUG(5, "EOT\n%s", "");
829 CDEBUG(5, "\"\"\n%s", "");
915 CDEBUG(5, "\n%s", "");
927 CDEBUG(5, ")\n%s", "");
976 CDEBUG(5, "%s", dbuf); in wrstr()
1003 CDEBUG(5, "?%s", ""); in wrchr()
[all …]
H A Dcntrl.c325 CDEBUG(1, "Request: %s\n", rqstr); in cntrl()
388 CDEBUG(1, "Request: %s\n", rqstr); in cntrl()
468 CDEBUG(1, "Failed: No Space!\n%s", ""); in cntrl()
771 CDEBUG(1, "Remote Requested: %s\n", rqstr); in cntrl()
870 CDEBUG(1," restart msg %s\n", tbuf); in cntrl()
1188 CDEBUG(1, "Remote Requested: %s\n", rqstr); in cntrl()
1252 CDEBUG(1,"Restart point=0x%lx\n", startp); in cntrl()
1371 CDEBUG(4, "wmesg '%c'", m);
1372 CDEBUG(4, "%s\n", s);
1598 CDEBUG(4, "Proto started %c\n", *c);
[all …]
H A Dimsg.c57 CDEBUG(7, "imsg %s>", "");
61 CDEBUG(7, "%s", c < 040 ? "^" : "");
62 CDEBUG(7, "%c", c < 040 ? c | 0100 : c);
83 CDEBUG(7, "\nimsg read error: %s\n", strerror(errno));
H A Dct.c431 CDEBUG(4, "there is a login process; exit\n%s", "");
435 CDEBUG(4, "start login process (%s ", TTYMON);
531 CDEBUG(5, "cleanup(%d)\n", code);
534 CDEBUG(5, "chmod/chown %s\n", _Tty);
536 CDEBUG(5, "Can't chown to uid=%u, ", UUCPUID);
537 CDEBUG(5, "gid=%u\n", TTYGID);
604 CDEBUG(7, "ut_line %s, ", u->ut_line);
605 CDEBUG(7, "ut_user %s, ", u->ut_user);
606 CDEBUG(7, "ut_id %.4s, ", u->ut_id);
607 CDEBUG(7, "ut_pid %d\n", u->ut_pid);
[all …]
H A Dcu.c670 CDEBUG(4,"transmit started\n\r%s", ""); in transmit()
745 CDEBUG(4,"got a tintr\n\r%s", ""); in transmit()
790 CDEBUG(4,"call tilda(%s)\r\n", cmd);
897 CDEBUG(4,"call _shell(%s)\r\n", str); in _shell()
1230 CDEBUG(4,"_receive started\r\n%s", ""); in _receive()
1243 CDEBUG(4, "Ignoring device hangup\n%s", ""); in _receive()
1365 CDEBUG(4,"call _mode(%d)\r\n", arg); in _mode()
1557 CDEBUG(4,"call _rcvdead(%d)\r\n", arg); in _rcvdead()
1566 CDEBUG(4,"call _quit(%d)\r\n", arg); in _quit()
1591 CDEBUG(4,"call _bye(%d)\r\n", arg); in _bye()
[all …]
H A Duucico.c392 CDEBUG(1,"Checkpoint Restart enabled\n%s", "");
544 CDEBUG(1, "Currently Talking With %s\n",
612 CDEBUG(1,"Login Successful: System=%s\n",&msg[6]);
656 CDEBUG(1, "HANDSHAKE FAILED: %s\n", UERRORTEXT);
717 CDEBUG(1, "%s\n", UERRORTEXT);
748 CDEBUG(4, "send OO %d,", ret);
782 CDEBUG(1, "Conversation Complete: Status %s\n\n",
H A Dsetmode.c327 CDEBUG(5, "unknown mode %s in STTY= string", curtoken);
344 CDEBUG(5, "ioctl(TCGETS): %d", errno); in setty()
358 CDEBUG(5, "ioctl(TCSETSF): %d", errno); in setty()
H A Dstatlog.c69 CDEBUG(4, "%s\n", text);
H A Dsystat.c179 CDEBUG(4, "RETRY TIME (%ld) NOT REACHED\n", retrytime);
H A Duucp.h286 #define CDEBUG(l, f, s) if (Debug >= l) fprintf(stderr, f, s) macro
288 #define CDEBUG(l, f, s)
H A Dcallers.c387 CDEBUG(5, "\nCHAT gdial(%s) FAILED\n", dev[D_CALLER]);
812 CDEBUG(1, "Use Port %s, ", dcname);
817 CDEBUG(1, "Phone Number %s\n", phone);
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h227 #define CDEBUG(l, f, s) if (Debug >= l) (void)fprintf(stderr, f, s) macro
229 #define CDEBUG(l, f, s)