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

/vbox/src/VBox/Devices/PC/ipxe/contrib/rom-o-matic/
H A Dbuild.php82 $pci_vendor_code = ""; variable
96 if ( ! isset ( $_POST['pci_vendor_code'] )
101 $pci_vendor_code = $_POST['pci_vendor_code']; variable
104 if ( $pci_vendor_code == "" variable
110 if ( strtolower ( substr ( $pci_vendor_code, 0, 2 ) ) == "0x"
111 && strlen ( $pci_vendor_code ) == 6 ) {
112 $pci_vendor_code = substr ( $pci_vendor_code, 2, 4 ); variable
121 $pci_codes = strtolower ( $pci_vendor_code
[all...]

Completed in 44 milliseconds