Home
last modified time | relevance | path

Searched refs:physical_SetDevice (Results 1 – 3 of 3) sorted by relevance

/dragonfly/usr.sbin/ppp/
H A Dphysical.h152 extern void physical_SetDevice(struct physical *, const char *);
H A Dphysical.c589 physical_SetDevice(p, p->name.full); in iov2physical()
946 physical_SetDevice(struct physical *p, const char *name) in physical_SetDevice() function
996 physical_SetDevice(p, ""); in physical_Open()
1011 physical_SetDevice(p, dev); in physical_Open()
H A Dtty.c680 physical_SetDevice(p, ttyname(p->fd)); in tty_Create()