Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dphysical.h153 extern void physical_SetDevice(struct physical *, const char *);
H A Dphysical.c591 physical_SetDevice(p, p->name.full); in iov2physical()
950 physical_SetDevice(struct physical *p, const char *name) in physical_SetDevice() function
999 physical_SetDevice(p, ""); in physical_Open()
1015 physical_SetDevice(p, dev); in physical_Open()
H A Dtty.c686 physical_SetDevice(p, ttyname(p->fd)); in tty_Create()