Lines Matching refs:choice
1939 struct datalink *dl, *choice, *otherlinkup; in bundle_AutoAdjust() local
1941 choice = otherlinkup = NULL; in bundle_AutoAdjust()
1946 if (choice) in bundle_AutoAdjust()
1947 otherlinkup = choice; in bundle_AutoAdjust()
1948 choice = dl; in bundle_AutoAdjust()
1952 choice = dl; in bundle_AutoAdjust()
1957 choice = NULL; in bundle_AutoAdjust()
1963 if (choice) { in bundle_AutoAdjust()
1966 percent, choice->name); in bundle_AutoAdjust()
1967 datalink_Up(choice, 1, 1); in bundle_AutoAdjust()
1971 percent, choice->name); in bundle_AutoAdjust()
1972 datalink_Close(choice, CLOSE_STAYDOWN); in bundle_AutoAdjust()