physical_SetDevice
physical_SetDevice(p, dev);
physical_SetDevice(p, p->name.full);
physical_SetDevice(p, "");
extern void physical_SetDevice(struct physical *, const char *);
physical_SetDevice(p, ttyname(p->fd));