Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c714 if ((opt->flags & OPT_INITONLY) && phase != PHASE_INITIALIZE) {
998 if (phase != PHASE_INITIALIZE) {
1057 if (phase == PHASE_INITIALIZE) in usage()
1072 if (phase == PHASE_INITIALIZE) {
1089 if (phase == PHASE_INITIALIZE) {
1135 if ((phase == PHASE_INITIALIZE) && !detached) in option_error()
1687 if (phase != PHASE_INITIALIZE) {
H A Dpppd.h325 #define PHASE_INITIALIZE 1 /* execution begins */ macro
H A Dmain.c305 new_phase(PHASE_INITIALIZE);