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

/vbox/src/VBox/Devices/PC/ipxe/contrib/rom-o-matic/
H A Dutils.php478 * $flag_table, the global list of compile options contains a 'cfgsec'
480 * all the unique cfgsec options we find in $flag_table.
482 * @return array an array of strings representing all unique cfgsec values
491 if ( isset ( $props['cfgsec'] ) ) {
492 $cfgsec = $props["cfgsec"]; variable
493 $cfgsecs[$cfgsec] = $cfgsec;
555 foreach ( $cfgsecs as $cfgsec ) {
557 $fname = $config_dir . "/" . $cfgsec
[all...]

Completed in 65 milliseconds