Lines Matching refs:nic
122 $nic = "";
134 #list ( $dummy, $nic ) = split( "[ \t]+", $line );
135 list ( $dummy, $nic ) = explode("\t", $line);
136 settype ( $nic, "string" );
139 $nic = substr ( $nic, strrpos ( $nic, "/" ) + 1,
140 strlen ( $nic ) - strrpos ( $nic, "/" ) + 1 );
142 $nics[$nic] = $nic;
145 $roms[$nic] = $nic;
149 // add this rom to the current nic family.
153 && ( $nic != "" ) ) {
155 $roms[$first_eight_chars] = $nic;