Home
last modified time | relevance | path

Searched refs:PHYSICAL_NOFORCE (Results 1 – 4 of 4) sorted by relevance

/dragonfly/usr.sbin/ppp/
H A Dexec.c97 physical_SetupStack(p, execdevice.name, PHYSICAL_NOFORCE); in exec_iov2device()
225 physical_SetupStack(p, execdevice.name, PHYSICAL_NOFORCE); in exec_Create()
H A Dtty.c374 physical_SetupStack(p, dev->dev.name, PHYSICAL_NOFORCE); in LoadLineDiscipline()
405 physical_SetupStack(p, dev->dev.name, PHYSICAL_NOFORCE); in UnloadLineDiscipline()
656 physical_SetupStack(p, dev->dev.name, PHYSICAL_NOFORCE); in tty_iov2device()
761 physical_SetupStack(p, dev->dev.name, PHYSICAL_NOFORCE); in tty_Create()
H A Dphysical.h124 #define PHYSICAL_NOFORCE 1 macro
H A Dphysical.c629 physical_SetupStack(p, "unknown", PHYSICAL_NOFORCE); in iov2physical()
1002 physical_SetupStack(p, "unknown", PHYSICAL_NOFORCE); in physical_Open()
1053 (how == PHYSICAL_NOFORCE && physical_IsSync(p))) in physical_SetupStack()