Home
last modified time | relevance | path

Searched +full:rpm +full:- +full:proc (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-4-build.sh7 set -eu
10 LOG="/var/tmp/build-stderr.txt"
14 ($@ || echo $? > /tmp/rv) 3>&1 1>&2 2>&3 | stdbuf -eL -oL tee -a $LOG
15 if [ -f /tmp/rv ]; then
20 echo 1 > /var/tmp/build-exitcode.txt
33 --prefix=/usr/local \
34 --with-libintl-prefix=/usr/local \
35 --enable-pyzfs \
36 --enable-debug \
37 --enable-debuginfo
[all …]
/freebsd/sys/powerpc/powermac/
H A Dsmu.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
85 int rpm; member
88 /* We can read the PWM and the RPM from a PWM controlled fan.
136 struct proc *sc_fanmgt_proc;
276 sc->sc_cmd_phys = segs[0].ds_addr; in smu_phys_callback()
288 mtx_init(&sc->sc_mt in smu_attach()
688 smu_fan_set_rpm(struct smu_fan * fan,int rpm) smu_fan_set_rpm() argument
733 int rpm, error; smu_fan_read_rpm() local
812 smu_fan_read_pwm(struct smu_fan * fan,int * pwm,int * rpm) smu_fan_read_pwm() argument
863 int pwm = 0, rpm, error = 0; smu_fanrpm_sysctl() local
[all...]
/freebsd/sys/powerpc/powernv/
H A Dopal_sensor.c1 /*-
30 #include <sys/proc.h>
56 #define SENSOR_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx)
57 #define SENSOR_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx)
59 mtx_init(&_sc->sc_mtx, device_get_nameunit(_sc->sc_dev), \
60 "opal-sensor", MTX_DEF)
64 * of "ibm,opal-sensor". One hangs off /ibm,opal/, named "sensors", the other
71 OPAL_SENSOR_FAN = 1, /* From OPAL: RPM */
141 switch (sc->sc_typ in opal_sensor_sysctl()
[all...]
/freebsd/sys/dev/acpi_support/
H A Dacpi_ibm.c1 /*-
31 * Driver for extra ACPI-controlled gadgets found on ThinkPad laptops.
32 * Inspired by the ibm-acpi and tpb projects which implement these features
35 * acpi-ibm: <http://ibm-acpi.sourceforge.net/>
151 /* Device-specific register flags */
155 #define ABS(x) (((x) < 0)? -(x) : (x))
265 .description = "Fan level, 0-7 (recommended max), "
266 "8 (unthrottled, full-speed)",
287 * Per-model default list of event mask.
388 if (sc->led_busy) in ibm_led()
[all …]
/freebsd/contrib/unbound/doc/
H A DChangelog2 - Fix for dnsoverquic and dnstap to use the correct dnstap
6 - Fix for dnstap with dnscrypt and dnstap without dnsoverquic.
9 - Fix to display warning if quic-port is set but dnsoverquic is not
11 - Fix dnsoverquic to extend the number of streams when one is closed.
14 - Fix to disable detection of quic configured ports when quic is
16 - Fix harden-unverified-glue for AAAA cache_fill_missing lookups.
17 - Fix contrib/aaaa-filter-iterator.patch for change in call
21 - Fix cookie_file test sporadic fails for time change during
23 - Fix add reallocarray to alloc stats unit test, and disable
24 override of strdup in unbound-host, and the result of config
[all …]
/freebsd/sys/cam/ctl/
H A Dctl.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2003-2009 Silicon Graphics International Corp.
6 * Copyright (c) 2014-2017 Alexander Motin <mav@FreeBSD.org>
66 #include <sys/proc.h>
102 /*page_length*/sizeof(struct scsi_da_rw_recovery_page) - 2,
116 /*page_length*/sizeof(struct scsi_da_rw_recovery_page) - 2,
130 /*page_length*/sizeof(struct scsi_da_verify_recovery_page) - 2,
139 /*page_length*/sizeof(struct scsi_da_verify_recovery_page) - 2,
148 /*page_length*/sizeof(struct scsi_caching_page) - 2,
[all …]