Searched refs:olddep (Results 1 – 1 of 1) sorted by relevance
1670 const struct device_entry *olddep, *oldmax; in parse_options() local1773 olddep = cur_options->os_devices; in parse_options()1774 oldmax = olddep + cur_options->os_ndevices; in parse_options()1776 olddep = oldmax = NULL; in parse_options()1779 (olddep != NULL && olddep < oldmax)) { in parse_options()1781 if (olddep >= oldmax) { in parse_options()1786 olddep->de_name); in parse_options()1794 olddep++; in parse_options()1799 if (olddep < oldmax) { in parse_options()1801 rem_old_dev(tunfd, olddep->de_name); in parse_options()[all …]