Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c130 int os_ndevices; member
1446 osp->os_ndevices = dep - osp->os_devices; in organize_state()
1769 newmax = newdep + newopt->os_ndevices; in parse_options()
1775 oldmax = olddep + cur_options->os_ndevices; in parse_options()
1908 depe = dep + cur_options->os_ndevices; in locate_service()
2294 (void) fprintf(fp, " %d device(s):\n", cur_options->os_ndevices); in dump_configuration()
2296 for (i = 0; i < cur_options->os_ndevices; i++, dep++) { in dump_configuration()