Searched refs:rpm (Results 26 - 50 of 50) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A DMakefile.in841 # Build source and binary rpms. For rpm-3.0 and above, the ~/.rpmmacros
843 # %_topdir /home/loic/local/rpm
844 # and that /home/loic/local/rpm contains the directory SOURCES, BUILD etc.
846 # cd /home/loic/local/rpm ; mkdir -p SOURCES BUILD RPMS/i386 SPECS SRPMS
851 # and run make rpm in the following way:
852 # AM_CONFIGFLAGS='--with-uri=/home/users/loic/local/RedHat-6.2' make rpm
856 $(MAKE) RPMDIST=curl rpm
857 $(MAKE) RPMDIST=curl-ssl rpm
859 rpm:
860 RPM_TOPDIR=`rpm
[all...]
H A DMakefile841 # Build source and binary rpms. For rpm-3.0 and above, the ~/.rpmmacros
843 # %_topdir /home/loic/local/rpm
844 # and that /home/loic/local/rpm contains the directory SOURCES, BUILD etc.
846 # cd /home/loic/local/rpm ; mkdir -p SOURCES BUILD RPMS/i386 SPECS SRPMS
851 # and run make rpm in the following way:
852 # AM_CONFIGFLAGS='--with-uri=/home/users/loic/local/RedHat-6.2' make rpm
856 $(MAKE) RPMDIST=curl rpm
857 $(MAKE) RPMDIST=curl-ssl rpm
859 rpm:
860 RPM_TOPDIR=`rpm
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dw83791d.c197 static u8 fan_to_reg(long rpm, int div) argument
199 if (rpm == 0)
201 rpm = SENSORS_LIMIT(rpm, 1, 1000000);
202 return SENSORS_LIMIT((1350000 + rpm * div / 2) / (rpm * div), 1, 254);
H A Dlm78.c92 static inline u8 FAN_TO_REG(long rpm, int div) argument
94 if (rpm <= 0)
96 return SENSORS_LIMIT((1350000 + rpm * div / 2) / (rpm * div), 1, 254);
H A Dsis5595.c133 static inline u8 FAN_TO_REG(long rpm, int div) argument
135 if (rpm <= 0)
137 return SENSORS_LIMIT((1350000 + rpm * div / 2) / (rpm * div), 1, 254);
H A Dsmsc47m1.c171 int rpm = (data->pwm[nr] & 0x7F) == 0x00 ? 0 : local
175 return sprintf(buf, "%d\n", rpm);
184 int rpm = MIN_FROM_REG(data->fan_preload[nr], local
186 return sprintf(buf, "%d\n", rpm);
H A Dw83627hf.c240 static inline u8 FAN_TO_REG(long rpm, int div) argument
242 if (rpm == 0)
244 rpm = SENSORS_LIMIT(rpm, 1, 1000000);
245 return SENSORS_LIMIT((1350000 + rpm * div / 2) / (rpm * div), 1,
H A Dw83781d.c165 FAN_TO_REG(long rpm, int div) argument
167 if (rpm == 0)
169 rpm = SENSORS_LIMIT(rpm, 1, 1000000);
170 return SENSORS_LIMIT((1350000 + rpm * div / 2) / (rpm * div), 1, 254);
H A Dw83792d.c228 FAN_TO_REG(long rpm, int div) argument
230 if (rpm == 0)
232 rpm = SENSORS_LIMIT(rpm, 1, 1000000);
233 return SENSORS_LIMIT((1350000 + rpm * div / 2) / (rpm * div), 1, 254);
H A Dgl518sm.c61 static inline u8 FAN_TO_REG(long rpm, int div) argument
64 if (rpm == 0)
66 rpmdiv = SENSORS_LIMIT(rpm, 1, 1920000) * div;
H A Dvt8231.c141 static inline u8 FAN_TO_REG(long rpm, int div) argument
143 if (rpm == 0)
145 return SENSORS_LIMIT(1310720 / (rpm * div), 1, 255);
H A Dw83793.c152 static inline u16 FAN_TO_REG(long rpm) argument
154 if (rpm <= 0)
156 return SENSORS_LIMIT((1350000 + (rpm >> 1)) / rpm, 1, 0xffe);
H A Df71805f.c219 static inline u16 fan_to_reg(long rpm) argument
224 if (rpm < 367)
226 return (1500000 / rpm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/AIX/RPM/
H A Dcurl.spec70 rpm; fi)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dsamba2.spec11 # 'rpm -ba samba.spec'
82 # %_{pre,postun}_service are provided by rpm-helper in 9.0 and later
126 # To use it, do rpm [-ba|--rebuild] --with 'xxx'
127 # Check if the rpm was built with the defaults, otherwise we inform the user
275 Source7: README.%{name}-mandrake-rpm
353 see README.%{name}-mandrake-rpm in the documentation for
362 PreReq: rpm-helper
845 %{error: This rpm has build options available, use --with options to see them}
881 echo "Building a non-default rpm with the following command-line arguments:"
883 echo "This rpm wa
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-floppy.c166 u16 rpm; /* Rotations per minute */ member in struct:__anon4436
1283 page->rpm = ntohs(page->rpm);
1287 "%d sector size, %d rpm\n",
1290 page->transfer_rate / 8, page->sector_size, page->rpm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/RedHat/
H A Dsamba.spec1 ## grab the major and minor version of rpm
2 %define rpm_version `rpm --version | awk '{print $3}' | awk -F. '{print $1$2}'`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/
H A DMakefile981 # rpm target kept for backward compatibility
986 rpm: FORCE
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dapplets.h277 USE_RPM(APPLET(rpm, _BB_DIR_BIN, _BB_SUID_NEVER))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/
H A DMakefile1155 # rpm target kept for backward compatibility
1160 rpm: include/config/kernel.release FORCE
1188 @echo ' rpm - Build a kernel as an RPM package'
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DMakefile.am1158 rpm: cleanup cleantar
H A DMakefile.in2546 rpm: cleanup cleantar
H A DMakefile2546 rpm: cleanup cleantar
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile989 dist rpm rpmbuild:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in987 dist rpm rpmbuild:

Completed in 375 milliseconds

12