Searched refs:rpm (Results 1 - 19 of 19) sorted by path

/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec33 # rpm -ba|--rebuild --define 'skip_xxx 1'
39 # rpm -ba|--rebuild --define 'no_gtk2 1'
51 # rpm -ba|--rebuild --define "static_openssl 1"
55 # rpm -ba|--rebuild --define "smartcard 1"
187 K5DIR=`rpm -ql krb5-devel | grep 'include/krb5\.h' | sed 's,\/include\/krb5.h,,'`
/freebsd-11-stable/sys/dev/ciss/
H A Dcissreg.h774 u_int16_t rpm; member in struct:ciss_bmic_id_pdrive
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_structures.h836 uint32_t rpm; /* drive rotational speed in RPM */ member in struct:bmic_identify_physical_device
/freebsd-11-stable/sys/geom/part/
H A Dg_part_vtoc8.c231 be16enc(&table->vtoc.rpm, 3600);
/freebsd-11-stable/sys/powerpc/powermac/
H A Dfcu.c79 int rpm; member in struct:fcu_fan
107 static int fcu_fan_set_rpm(struct fcu_fan *fan, int rpm);
111 int *rpm);
268 fcu_fan_set_rpm(struct fcu_fan *fan, int rpm) argument
277 rpm = max(fan->fan.min_rpm, rpm);
278 rpm = min(fan->fan.max_rpm, rpm);
282 fan->setpoint = rpm;
288 buf[0] = rpm >> (
304 int rpm; local
385 fcu_fan_get_pwm(device_t dev, struct fcu_fan *fan, int *pwm, int *rpm) argument
531 int rpm = 0, pwm = 0, error = 0; local
[all...]
H A Dsmu.c83 int rpm; member in struct:smu_fan
689 smu_fan_set_rpm(struct smu_fan *fan, int rpm) argument
699 rpm = max(fan->fan.min_rpm, rpm);
700 rpm = min(fan->fan.max_rpm, rpm);
708 cmd.data[2] = (rpm >> 8) & 0xff;
709 cmd.data[3] = rpm & 0xff;
718 cmd.data[2 + 2*fan->reg] = (rpm >> 8) & 0xff;
719 cmd.data[3 + 2*fan->reg] = rpm
734 int rpm, error; local
813 smu_fan_read_pwm(struct smu_fan *fan, int *pwm, int *rpm) argument
864 int pwm = 0, rpm, error = 0; local
[all...]
/freebsd-11-stable/sys/sys/
H A Dvtoc.h86 uint16_t rpm; member in struct:vtoc8
/freebsd-11-stable/usr.bin/mkimg/
H A Dvtoc8.c82 be16enc(&vtoc8.rpm, 3600);
/freebsd-11-stable/usr.sbin/makefs/
H A Dffs.c119 #define DFL_RPM 3600 /* rpm of disk */
461 printf("\tnsectors %d, rpm %d, minfree %d\n",
462 fs->nsectors, fs->rpm, fs->minfree);
H A Dffs.h57 int rpm; /* rpm */ member in struct:__anon8785
/freebsd-11-stable/usr.sbin/rrenumd/
H A Drrenumd.c227 struct rr_pco_match *rpm; local
238 rpm = (struct rr_pco_match *)&pl->pl_rpm;
255 rpm->rpm_len = 4*1 +3;
256 rpm->rpm_ordinal = 0;
H A Dparser.y337 struct rr_pco_match *rpm;
340 rpm = (struct rr_pco_match *)(irr + 1);
341 memset(rpm, 0, sizeof(*rpm));
343 rpm->rpm_code = $1;
344 rpm->rpm_prefix = $3.addr;
345 rpm->rpm_matchlen = $3.plen;
346 rpm->rpm_maxlen = $4;
347 rpm->rpm_minlen = $5;
407 struct rr_pco_match *rpm;
[all...]
/freebsd-11-stable/usr.sbin/rtadvd/
H A Drrenum.c82 rr_pco_check(int len, struct rr_pco_match *rpm) argument
87 /* rpm->rpm_len must be (4N * 3) as router-renum-05.txt */
88 if ((rpm->rpm_len - 3) < 0 || /* must be at least 3 */
89 (rpm->rpm_len - 3) & 0x3) { /* must be multiple of 4 */
91 __func__, rpm->rpm_len);
94 /* rpm->rpm_code must be valid value */
95 switch (rpm->rpm_code) {
102 rpm->rpm_code);
105 /* rpm->rpm_matchlen must be 0 to 128 inclusive */
106 if (rpm
141 do_use_prefix(int len, struct rr_pco_match *rpm, struct in6_rrenumreq *irr, int ifindex) argument
255 do_pco(struct icmp6_router_renum *rr, int len, struct rr_pco_match *rpm) argument
314 struct rr_pco_match *rpm; local
[all...]
/freebsd-11-stable/contrib/apr-util/
H A Dbuildconf97 echo rebuilding rpm spec file
106 ./build/rpm/apr-util.spec.in > apr-util.spec
/freebsd-11-stable/contrib/apr/
H A Dbuildconf122 echo "buildconf: rebuilding rpm spec file"
130 cat ./build/rpm/apr.spec.in | \
/freebsd-11-stable/contrib/file/magic/
H A DMakefile.am246 $(MAGIC_FRAGMENT_DIR)/rpm \
H A DMakefile.in519 $(MAGIC_FRAGMENT_DIR)/rpm \
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_rpm.c40 struct rpm { struct
88 bidder->name = "rpm";
139 struct rpm *rpm; local
142 self->name = "rpm";
147 rpm = (struct rpm *)calloc(sizeof(*rpm), 1);
148 if (rpm == NULL) {
150 "Can't allocate data for rpm");
163 struct rpm *rpm; local
282 struct rpm *rpm; local
[all...]
/freebsd-11-stable/lib/libarchive/tests/
H A DMakefile463 ${PACKAGE}FILES+= test_read_format_cpio_svr4_bzip2_rpm.rpm.uu
464 ${PACKAGE}FILES+= test_read_format_cpio_svr4_gzip_rpm.rpm.uu

Completed in 343 milliseconds