Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ppp/
HDdefs.h108 #define PHYS_ALL 127 macro
HDsystems.c257 if (mode == PHYS_NONE || mode == PHYS_ALL) in AllowModes()
503 modereq = PHYS_ALL; in system_Select()
HDdefs.c105 { PHYS_ALL, "*" },
HDmain.c260 case PHYS_ALL: in ProcessArgs()
HDcommand.c402 bundle_Open(arg->bundle, arg->cx ? arg->cx->name : NULL, PHYS_ALL, 1); in DialCommand()
1258 bundle_Open(arg->bundle, arg->cx ? arg->cx->name : NULL, PHYS_ALL, 1); in OpenCommand()
1267 bundle_Open(arg->bundle, cx->name, PHYS_ALL, 1); in OpenCommand()
1294 bundle_Open(arg->bundle, NULL, PHYS_ALL, 1); in OpenCommand()
1812 if (mode == PHYS_NONE || mode == PHYS_ALL) { in SetVariable()