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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/
H A DMakefile.am20 METASOURCES = AUTO
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A Dtypedefs.h374 #define AUTO (-1) /* Auto = -1 */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/tulip/
H A Dde4x5.c209 TP, TP_NW, BNC, AUI, BNC_AUI, 100Mb, 10Mb, AUTO
220 examples. By default, full duplex is turned off and AUTO is the default
2385 lp->c_media = AUTO; /* Bogus last media */
2432 if ((lp->autosense == AUTO) || (lp->autosense == TP)) {
2511 if (linkBad && (lp->autosense == AUTO)) {
2518 } else if (!lp->linkOK && (lp->autosense == AUTO)) {
2586 if ((lp->autosense == AUTO) || (lp->autosense == TP_NW)) {
2629 if (!(sts & STS_LNP) && (lp->autosense == AUTO)) {
2637 } else if (!lp->linkOK && (lp->autosense == AUTO)) {
2659 if (!(sts & STS_LNP) && (lp->autosense == AUTO)) {
[all...]
H A Dde4x5.h822 #define AUTO 0x4000 /* Auto sense the media or speed */ macro
933 if ((lp->tmp != MII_SR_ASSC) || (lp->autosense != AUTO)) {\
962 if ((lp->tmp != MII_SR_ASSC) || (lp->autosense != AUTO)) {\
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dam_edit13 # {program}_METASOURCES = AUTO
18 # KDE_ICON = AUTO
881 if ($postEqual =~ /AUTO\s*(\S*)|USE_AUTOMOC\s*(\S*)/)
883 print STDERR "$printname: the argument for AUTO|USE_AUTOMOC is obsolete" if ($+);
1190 my $iconauto = ($2 =~ /AUTO\s*$/);
1200 print STDOUT "KDE_ICON processing <AUTO>\n" if ($verbose);
1441 # Either find the pofiles in the directory (AUTO) or use
1444 if ($tmp =~ /^\s*AUTO\s*$/)
1609 # Either find the files in the directory (AUTO) or use
1614 if ($appname =~ /AUTO/) {
[all...]

Completed in 275 milliseconds