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

/freebsd-10.0-release/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-10.0-release/usr.sbin/rtadvd/
H A Drrenum.c83 rr_pco_check(int len, struct rr_pco_match *rpm) argument
88 /* rpm->rpm_len must be (4N * 3) as router-renum-05.txt */
89 if ((rpm->rpm_len - 3) < 0 || /* must be at least 3 */
90 (rpm->rpm_len - 3) & 0x3) { /* must be multiple of 4 */
92 __func__, rpm->rpm_len);
95 /* rpm->rpm_code must be valid value */
96 switch (rpm->rpm_code) {
103 rpm->rpm_code);
106 /* rpm->rpm_matchlen must be 0 to 128 inclusive */
107 if (rpm
142 do_use_prefix(int len, struct rr_pco_match *rpm, struct in6_rrenumreq *irr, int ifindex) argument
256 do_pco(struct icmp6_router_renum *rr, int len, struct rr_pco_match *rpm) argument
315 struct rr_pco_match *rpm; local
[all...]
/freebsd-10.0-release/usr.sbin/makefs/
H A Dffs.h55 int rpm; /* rpm */ member in struct:__anon11611
H A Dffs.c118 #define DFL_RPM 3600 /* rpm of disk */
454 printf("\tnsectors %d, rpm %d, minfree %d\n",
455 fs->nsectors, fs->rpm, fs->minfree);
/freebsd-10.0-release/usr.sbin/rrenumd/
H A Dparser.y340 struct rr_pco_match *rpm;
343 rpm = (struct rr_pco_match *)(irr + 1);
344 memset(rpm, 0, sizeof(*rpm));
346 rpm->rpm_code = $1;
347 rpm->rpm_prefix = $3.addr;
348 rpm->rpm_matchlen = $3.plen;
349 rpm->rpm_maxlen = $4;
350 rpm->rpm_minlen = $5;
410 struct rr_pco_match *rpm;
[all...]
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;
/freebsd-10.0-release/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-10.0-release/contrib/apr-util/
H A Dbuildconf105 echo rebuilding rpm spec file
114 ./build/rpm/apr-util.spec.in > apr-util.spec
/freebsd-10.0-release/sys/sys/
H A Dvtoc.h86 uint16_t rpm; member in struct:vtoc8
/freebsd-10.0-release/contrib/apr/
H A Dbuildconf120 echo "buildconf: rebuilding rpm spec file"
128 cat ./build/rpm/apr.spec.in | \
/freebsd-10.0-release/contrib/file/
H A DMakefile.am186 $(MAGIC_FRAGMENT_DIR)/rpm \
/freebsd-10.0-release/contrib/tcsh/
H A Dcomplete.tcsh816 complete rpm c/--/"(query verify nodeps nofiles nomd5 noscripts \
839 n/{-[iUFep],--{install,upgrade,freshen,erase,package}}/f:*.rpm/
/freebsd-10.0-release/sys/dev/ciss/
H A Dcissreg.h676 u_int16_t rpm; member in struct:ciss_bmic_id_pdrive
/freebsd-10.0-release/sys/geom/part/
H A Dg_part_vtoc8.c219 be16enc(&table->vtoc.rpm, 3600);
/freebsd-10.0-release/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,,'`

Completed in 142 milliseconds