Lines Matching full:physical
67 #include "physical.h"
88 struct device dev; /* What struct physical knows about */
119 struct physical *p = data;
181 tty_StartTimer(struct physical *p)
196 tty_AwaitCarrier(struct physical *p)
227 tty_SetAsyncParams(struct physical *p, u_int32_t mymap, u_int32_t hismap)
253 LoadLineDiscipline(struct physical *p)
382 UnloadLineDiscipline(struct physical *p)
407 tty_Write(struct physical *p, const void *v, size_t n)
418 tty_Read(struct physical *p, void *v, size_t n)
432 tty_Raw(struct physical *p)
474 tty_Offline(struct physical *p)
486 log_Printf(LogWARN, "%s: Unable to set physical to speed 0\n",
493 tty_Cooked(struct physical *p)
515 tty_StopTimer(struct physical *p)
523 tty_Free(struct physical *p)
532 tty_Speed(struct physical *p)
543 tty_OpenInfo(struct physical *p)
558 tty_Slot(struct physical *p)
632 tty_iov2device(int type, struct physical *p, struct iovec *iov, int *niov,
675 tty_Create(struct physical *p)
717 log_Printf(LogDEBUG, "%s: tty_Create: physical (get): fd = %d,"
749 log_Printf(LogDEBUG, "%s: physical (put): iflag = %lx, oflag = %lx, "
757 log_Printf(LogWARN, "%s: Open: Cannot get physical flags: %s\n",