Searched defs:sl_parse (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c159 struct parse_state *sl_parse; /* Back pointer to state */ member in struct:service_list
164 #define ISGLOBAL(x) ((x) == &(x)->sl_parse->ps_cfile->pf_global)
234 psp = slp->sl_parse;
372 psp = slp->sl_parse;
394 slp->sl_parse = psp;
411 slp->sl_parse->ps_cfile->pf_name, str);
428 if (ISGLOBAL(slp) && (slp->sl_parse->ps_flags & PSF_SETLEVEL)) {
443 if (ISGLOBAL(slp) && (slp->sl_parse->ps_flags & PSF_SETLEVEL)) {
460 switch (slp->sl_parse->ps_state) {
500 logwarn("%s: %s: %s", slp->sl_parse
[all...]

Completed in 63 milliseconds