Searched refs:nics (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/contrib/rom-o-matic/
H A Ddirections.php29 Choose a NIC type: <?php echo keys_menubox ( "nic", $nics,
H A Dbuild.php67 if ( isset ( $nics[$_POST['nic']] ) ) {
68 $nic = $nics[$_POST['nic']];
H A Dutils.php120 $nics = array (); variable
142 $nics[$nic] = $nic;
161 ksort ( $nics );
170 foreach ( $nics as $key => $value ) {
675 list ( $nics, $roms ) = parse_nic_file ();
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dniclist.pl421 my @nics;
427 push @nics, $filtered_nic;
430 return JSON->new->pretty->utf8->encode(\@nics);

Completed in 97 milliseconds