Lines Matching refs:log_Printf
132 log_Printf(LogWARN, "%s: Carrier ioctl not supported, " in tty_Timeout()
144 log_Printf(LogPHASE, "%s: %s: CD detected\n", p->link.name, p->name.full); in tty_Timeout()
147 log_Printf(LogPHASE, "%s: %s: Required CD not detected\n", in tty_Timeout()
150 log_Printf(LogPHASE, "%s: %s doesn't support CD\n", in tty_Timeout()
158 log_Printf(LogDEBUG, "%s: %s: Still no carrier (%d/%d)\n", in tty_Timeout()
167 log_Printf(LogDEBUG, "%s: offline -> online\n", p->link.name); in tty_Timeout()
169 log_Printf(LogDEBUG, "%s: online -> offline\n", p->link.name); in tty_Timeout()
170 log_Printf(LogPHASE, "%s: Carrier lost\n", p->link.name); in tty_Timeout()
175 log_Printf(LogDEBUG, "%s: Still %sline\n", p->link.name, in tty_Timeout()
190 log_Printf(LogDEBUG, "%s: Using tty_Timeout [%p]\n", in tty_StartTimer()
242 log_Printf(LogDEBUG, "Configure async node at %s\n", asyncpath); in tty_SetAsyncParams()
245 log_Printf(LogWARN, "%s: Can't configure async node at %s\n", in tty_SetAsyncParams()
282 log_Printf(LogDEBUG, "%s: Couldn't get tty line discipline\n", in LoadLineDiscipline()
288 log_Printf(LogDEBUG, "%s: Couldn't set NETGRAPHDISC line discipline\n", in LoadLineDiscipline()
295 log_Printf(LogWARN, "%s: ioctl(NGIOCGINFO): %s\n", p->link.name, in LoadLineDiscipline()
304 log_Printf(LogWARN, "%s: NgMkSockNode: %s\n", p->link.name, in LoadLineDiscipline()
312 log_Printf(LogDEBUG, "%s: Set tty hotchar to 0x%02x\n", p->link.name, hot); in LoadLineDiscipline()
315 log_Printf(LogWARN, "%s: Can't set hot char\n", p->link.name); in LoadLineDiscipline()
323 log_Printf(LogDEBUG, "%s: Send mkpeer async:%s to %s:%s\n", p->link.name, in LoadLineDiscipline()
327 log_Printf(LogWARN, "%s: Can't create %s node\n", p->link.name, in LoadLineDiscipline()
336 log_Printf(LogDEBUG, "%s: Send connect %s:%s to .:%s\n", p->link.name, in LoadLineDiscipline()
340 log_Printf(LogWARN, "%s: Can't connect .:%s -> %s.%s: %s\n", in LoadLineDiscipline()
348 log_Printf(LogWARN, "%s: Can't request async node info at %s: %s\n", in LoadLineDiscipline()
353 log_Printf(LogWARN, "%s: Can't obtain async node info at %s: %s\n", in LoadLineDiscipline()
368 log_Printf(LogPHASE, "%s: Loaded netgraph tty line discipline\n", in LoadLineDiscipline()
388 log_Printf(LogWARN, "Couldn't reset tty speed to %d\n", dev->real.speed); in UnloadLineDiscipline()
398 log_Printf(LogPHASE, "%s: Unloaded netgraph tty line discipline\n", in UnloadLineDiscipline()
401 log_Printf(LogWARN, "%s: Failed to unload netgraph tty line discipline\n", in UnloadLineDiscipline()
438 log_Printf(LogDEBUG, "%s: Entering tty_Raw\n", p->link.name); in tty_Raw()
441 log_Printf(LogDEBUG, "%s: Raw: descriptor = %d, mbits = %x\n", in tty_Raw()
460 log_Printf(LogWARN, "%s: tcsetattr: Failed configuring device\n", in tty_Raw()
486 log_Printf(LogWARN, "%s: Unable to set physical to speed 0\n", in tty_Offline()
503 log_Printf(LogWARN, "%s: tcsetattr: Unable to restore device settings\n", in tty_Cooked()
589 log_Printf(LogALERT, "Failed to allocate memory: %d\n", sz); in tty_device2iov()
646 log_Printf(LogALERT, "Failed to allocate memory: %d\n", in tty_iov2device()
687 log_Printf(LogDEBUG, "%s: Input is a tty (%s)\n", in tty_Create()
690 log_Printf(LogDEBUG, "%s: Opened %s\n", p->link.name, p->name.full); in tty_Create()
717 log_Printf(LogDEBUG, "%s: tty_Create: physical (get): fd = %d," in tty_Create()
737 log_Printf(LogWARN, "%s: %s: Unable to set speed to %d\n", in tty_Create()
742 log_Printf(LogWARN, "%s: tcsetattr: Failed configuring device\n", in tty_Create()
745 log_Printf(LogWARN, "%.*s Perhaps the speed is unsupported\n", in tty_Create()
749 log_Printf(LogDEBUG, "%s: physical (put): iflag = %lx, oflag = %lx, " in tty_Create()
757 log_Printf(LogWARN, "%s: Open: Cannot get physical flags: %s\n", in tty_Create()