Home
last modified time | relevance | path

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

/u-boot/test/py/tests/
A Dtest_net.py60 net_set_up = False variable
93 global net_set_up
94 net_set_up = True
111 global net_set_up
112 net_set_up = True
123 if not net_set_up:
140 if not net_set_up:
181 if not net_set_up:
A Dtest_efi_loader.py53 net_set_up = False variable
89 global net_set_up
90 net_set_up = True
110 global net_set_up
111 net_set_up = True
119 if not net_set_up:
A Dtest_efi_fit.py393 net_set_up = net_dhcp()
394 net_set_up = net_setup_static() or net_set_up
395 if not net_set_up:

Completed in 5 milliseconds