Searched defs:roms (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/contrib/rom-o-matic/
H A Dutils.php109 * @return array[1] array $roms
121 $roms = array (); variable
145 $roms[$nic] = $nic;
155 $roms[$first_eight_chars] = $nic;
177 return array ( $new_nics, $roms );
675 list ( $nics, $roms ) = parse_nic_file ();

Completed in 41 milliseconds