Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ppp/
H A Dphysical.h155 extern void physical_SetDevice(struct physical *, const char *);
H A Dphysical.c593 physical_SetDevice(p, p->name.full); in iov2physical()
952 physical_SetDevice(struct physical *p, const char *name) in physical_SetDevice() function
1001 physical_SetDevice(p, ""); in physical_Open()
1017 physical_SetDevice(p, dev); in physical_Open()
H A Dtty.c688 physical_SetDevice(p, ttyname(p->fd)); in tty_Create()