Home
last modified time | relevance | path

Searched refs:PHYS_ALL (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Ddefs.h107 #define PHYS_ALL 127 macro
H A Dsystems.c235 if (mode == PHYS_NONE || mode == PHYS_ALL) in AllowModes()
481 modereq = PHYS_ALL; in system_Select()
H A Ddefs.c96 { PHYS_ALL, "*" },
H A Dmain.c261 case PHYS_ALL: in ProcessArgs()
H A Dcommand.c409 bundle_Open(arg->bundle, arg->cx ? arg->cx->name : NULL, PHYS_ALL, 1); in DialCommand()
1286 bundle_Open(arg->bundle, arg->cx ? arg->cx->name : NULL, PHYS_ALL, 1); in OpenCommand()
1295 bundle_Open(arg->bundle, cx->name, PHYS_ALL, 1); in OpenCommand()
1322 bundle_Open(arg->bundle, NULL, PHYS_ALL, 1); in OpenCommand()
1840 if (mode == PHYS_NONE || mode == PHYS_ALL) { in SetVariable()