Lines Matching refs:strategy
257 char *root, *interface, *strategy, dummy; in main() local
261 root = interface = strategy = NULL; in main()
277 strategy = "bootprops"; in main()
287 (void) printf("%s %s %s\n", root, interface, strategy); in main()
298 strategy = "dhcp"; in main()
301 (void) printf("%s %s %s\n", root, interface, strategy); in main()
330 strategy = "dhcp"; in main()
339 if (strategy == NULL) in main()
340 strategy = "rarp"; /* must be rarp/bootparams */ in main()
342 if (interface == NULL || strategy == NULL) in main()
343 interface = strategy = "none"; in main()
346 (void) printf("%s %s %s\n", root, interface, strategy); in main()