Lines Matching refs:nic
63 // Make sure at least $nic was supplied
64 if ( ! isset ( $_POST['nic'] ) ) {
67 if ( isset ( $nics[$_POST['nic']] ) ) {
68 $nic = $nics[$_POST['nic']];
70 die ( "Invalid NIC \"${_POST['nic']}\" supplied!" );
85 if ( $nic == 'undionly' && $fmt_extension == "pxe" ) {
119 // concatenate the pci codes to get the $nic part of the
123 $nic = $pci_codes;
181 $make_target = "bin/${nic}.${fmt_extension}";
199 echo "\$_POST['nic'] = " . "\"${_POST['nic']}\"" . "<br>";
242 $output_filename = "ipxe-${version}-${nic}.${fmt_extension}";
275 echo "\$_POST['nic'] = " . "\"${_POST['nic']}\"" . "<br>";