Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c129 int os_ndevices; member
1445 osp->os_ndevices = dep - osp->os_devices; in organize_state()
1768 newmax = newdep + newopt->os_ndevices; in parse_options()
1774 oldmax = olddep + cur_options->os_ndevices; in parse_options()
1907 depe = dep + cur_options->os_ndevices; in locate_service()
2293 (void) fprintf(fp, " %d device(s):\n", cur_options->os_ndevices); in dump_configuration()
2295 for (i = 0; i < cur_options->os_ndevices; i++, dep++) { in dump_configuration()