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

/illumos-gate/usr/src/cmd/bnu/
H A Dimsg.c60 CDEBUG(7, "imsg %s>", "");
64 CDEBUG(7, "%s", c < 040 ? "^" : "");
65 CDEBUG(7, "%c", c < 040 ? c | 0100 : c);
86 CDEBUG(7, "\nimsg read error: %s\n", strerror(errno));
H A Dconn.c92 CDEBUG(4, "conn(%s)\n", system);
96 CDEBUG(4, "getto ret %d\n", fn);
131 CDEBUG(1, "Call Failed: %s\n", UERRORTEXT);
154 CDEBUG(1, "Device Type %s wanted\n", flds[F_TYPE]);
187 CDEBUG(1, "Requested Device Type Not Found\n%s", "");
351 CDEBUG(1, "Wrong Time To Call: %s\n", na > F_TIME ?
683 CDEBUG(4, "expect: (%s", "");
686 CDEBUG(4, "^%c", kr | 0100);
688 CDEBUG(4, "%c", kr);
689 CDEBUG(
[all...]
H A Dstatlog.c72 CDEBUG(4, "%s\n", text);
H A Dct.c429 CDEBUG(4, "there is a login process; exit\n%s", "");
433 CDEBUG(4, "start login process (%s ", TTYMON);
434 CDEBUG(4, "-g -h -t 60 -l %s)\n", fdig(_Flds[F_CLASS]));
529 CDEBUG(5, "cleanup(%d)\n", code);
532 CDEBUG(5, "chmod/chown %s\n", _Tty);
534 CDEBUG(5, "Can't chown to uid=%u, ", UUCPUID);
535 CDEBUG(5, "gid=%u\n", TTYGID);
538 CDEBUG(5, "Can't chmod to %lo\n", (unsigned long) TTYMOD);
602 CDEBUG(7, "ut_line %s, ", u->ut_line);
603 CDEBUG(
[all...]
H A Dcntrl.c327 CDEBUG(1, "Request: %s\n", rqstr);
340 CDEBUG(1, "Failed: Can't Read %s\n", filename);
350 CDEBUG(1, "Failed: Access Denied\n%s", "");
369 CDEBUG(1, "Denied: remote ulimit exceeded %s\n", filename);
390 CDEBUG(1, "Request: %s\n", rqstr);
411 CDEBUG(1, "Failed: Access Denied--File: %s\n",
458 CDEBUG(1, "Failed: bad dest file owner/perms 0%o; fail\n", stbuf.st_mode);
470 CDEBUG(1, "Failed: No Space!\n%s", "");
512 CDEBUG(1, "Failed, Can't seek in Dfile\n%s", "");
659 CDEBUG(
[all...]
H A Dcu.c675 CDEBUG(4,"transmit started\n\r%s", "");
734 CDEBUG(4,"got break in transmit\n\r%s", "");
750 CDEBUG(4,"got a tintr\n\r%s", "");
795 CDEBUG(4,"call tilda(%s)\r\n", cmd);
903 CDEBUG(4,"call _shell(%s)\r\n", str);
988 CDEBUG(4,"call _dopercen(\"%s\")\r\n", cmd);
1237 CDEBUG(4,"_receive started\r\n%s", "");
1250 CDEBUG(4, "Ignoring device hangup\n%s", "");
1372 CDEBUG(4,"call _mode(%d)\r\n", arg);
1467 CDEBUG(
[all...]
H A Dsetmode.c329 CDEBUG(5, "unknown mode %s in STTY= string", curtoken);
346 CDEBUG(5, "ioctl(TCGETS): %d", errno);
360 CDEBUG(5, "ioctl(TCSETSF): %d", errno);
H A Dsystat.c179 CDEBUG(4, "RETRY TIME (%ld) NOT REACHED\n", retrytime);
H A Duucico.c391 CDEBUG(1,"Checkpoint Restart enabled\n%s", "");
543 CDEBUG(1, "Currently Talking With %s\n",
611 CDEBUG(1,"Login Successful: System=%s\n",&msg[6]);
655 CDEBUG(1, "HANDSHAKE FAILED: %s\n", UERRORTEXT);
716 CDEBUG(1, "%s\n", UERRORTEXT);
747 CDEBUG(4, "send OO %d,", ret);
781 CDEBUG(1, "Conversation Complete: Status %s\n\n",
H A Duucp.h282 * CDEBUG is for communication line debugging
288 #define CDEBUG(l, f, s) if (Debug >= l) fprintf(stderr, f, s) macro
290 #define CDEBUG(l, f, s) macro
H A Dcallers.c391 CDEBUG(5, "\nCHAT gdial(%s) FAILED\n", dev[D_CALLER]);
816 CDEBUG(1, "Use Port %s, ", dcname);
821 CDEBUG(1, "Phone Number %s\n", phone);
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dconn.c87 CDEBUG(4, "conn(%s)\n", system);
91 CDEBUG(4, "getto ret %d\n", fn);
117 CDEBUG(1, "Call Failed: %s\n", UERRORTEXT);
140 CDEBUG(1, "Device Type %s wanted\n", flds[F_TYPE]);
172 CDEBUG(1, "Requested Device Type Not Found\n%s", "");
331 CDEBUG(1, "Wrong Time To Call: %s\n", flds[F_TIME]);
479 CDEBUG(4, "expect: (%s", "");
483 CDEBUG(4, "^%c", kr | 0100);
486 CDEBUG(4, "%c", kr);
488 CDEBUG(
[all...]
H A Duucp.h181 * CDEBUG is for communication line debugging
186 #define CDEBUG(l, f, s) macro
H A Dcallers.c337 CDEBUG(5, "\nCHAT gdial(%s) FAILED\n", dev[D_CALLER]);
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h222 * CDEBUG is for communication line debugging
228 #define CDEBUG(l, f, s) if (Debug >= l) (void)fprintf(stderr, f, s) macro
230 #define CDEBUG(l, f, s) macro

Completed in 124 milliseconds