Home
last modified time | relevance | path

Searched full:meter (Results 1 – 25 of 75) sorted by relevance

123

/freebsd/sbin/camcontrol/
H A Dprogress.h41 /* structure used to display a progress meter */
54 int progress_init(progress_t */*meter*/, const char */*prefix*/, uint64_t /*size*/);
55 int progress_update(progress_t */*meter*/, uint64_t /*done*/);
56 int progress_draw(progress_t */*meter*/);
57 int progress_reset_size(progress_t */*meter*/, uint64_t /*size*/);
58 int progress_complete(progress_t */*meter*/, uint64_t /*done*/);
H A Dprogress.c63 /* initialise progress meter structure */
84 /* update the values in the progress meter */
100 /* update the values in the progress meter */
118 /* draw the progress meter */
/freebsd/usr.bin/units/
H A Dunits.1278 The following command shows how to convert half a meter to centimeters.
280 .Li $ Ic units '1|2 meter' cm
294 .Li $ Ic units '1/2 meter' cm
303 .Dq Ic 1/2 meter
305 .Dq Ic 0.5/meter ,
H A Ddefinitions.units184 meter m
897 metre meter
906 metricyarncount meter/gram
/freebsd/sys/contrib/dev/acpica/common/
H A Dahpredef.c263 AH_PREDEF ("_GAI", "Get Averaging Interval", "Returns the power meter averaging interval"),
265 …PREDEF ("_GHL", "Get Hardware Limit", "Returns the hardware limit enforced by the power meter"),
325 …AH_PREDEF ("_PAI", "Power Averaging Interval", "Sets the averaging interval for a power meter"),
336 …AH_PREDEF ("_PMC", "Power Meter Capabilities", "Returns a list of Power Meter capabilities info…
337 … "Power Metered Devices", "Returns a list of devices that are measured by the power meter device"),
338 … AH_PREDEF ("_PMM", "Power Meter Measurement", "Returns the current value of the Power Meter"),
367 AH_PREDEF ("_PTP", "Power Trip Points", "Sets trip points for the Power Meter device"),
410 …AH_PREDEF ("_SHL", "Set Hardware Limit", "Sets the hardware limit enforced by the Power Meter"),
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_gui.sgml63 strength meter. This value must be a positive integer, otherwise
64 meter is not enabled (default behavior).</para></listitem>
/freebsd/share/man/man4/
H A Duslcom.4126 and Optical Eye/3 wire utility meter interfaces
189 WaveSense Jazz Blood Glucose Meter
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dconstants.h122 /* 20016 pSec is 6 meter RTT, meaning 3 meter range */
/freebsd/sys/net/altq/
H A Daltq_cdnr.h40 #define TCETYPE_TBMETER 3 /* token bucket meter */
92 /* token-bucket meter operations */
285 /* token bucket meter structure */
/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_07.T.out14 Ashley ("Ash") Meter & Smith 1440 40
H A Dtest_07.JPu.out47 "last_name": "Meter & Smith",
H A Dtest_07.J.out1 …nefits":"full"}, {"first-name":"Ashley","nic-name":"\"Ash\"","last-name":"Meter & Smith","departme…
H A Dtest_07.JP.out47 "last-name": "Meter & Smith",
H A Dtest_05.T.out36 Ashley ("Ash") Meter & Smith 1440 40
H A Dtest_05.JPu.out63 "last_name": "Meter & Smith",
H A Dtest_05.J.out1 …nefits":"full"}, {"first-name":"Ashley","nic-name":"\"Ash\"","last-name":"Meter & Smith","departme…
/freebsd/usr.bin/netstat/
H A Dmroute.c86 xo_open_list("bandwidth-meter"); in print_bw_meter()
96 xo_open_instance("bandwidth-meter"); in print_bw_meter()
160 xo_open_instance("bandwidth-meter"); in print_bw_meter()
230 xo_close_list("bandwidth-meter"); in print_mfc()
/freebsd/contrib/dialog/
H A Ddialog.11020 box displays a meter along the bottom of the box.
1021 The meter indicates the percentage.
1024 The meter is updated
1031 The \fIpercent\fR value denotes the initial percentage shown in the meter.
1131 A \fBmixedgauge\fP box displays a meter along the bottom of the box.
1132 The meter indicates the percentage.
1138 The \fItext\fP is shown as a caption between the list and meter.
1139 The \fIpercent\fR value denotes the initial percentage shown in the meter.
1167 box displays a meter along the bottom of the box.
1168 The meter indicates how many seconds remain until the end of the pause.
H A Dpause.c39 * A pause box displays a meter along the bottom of the box. The meter
/freebsd/sys/vm/
H A Dvm_meter.c296 "VM meter stats");
298 "VM meter sys stats");
300 "VM meter vm stats");
302 "VM meter misc stats");
/freebsd/sys/netinet/
H A Dip_mroute.h332 struct bw_meter *bm_mfc_next; /* next bw meter (same mfc) */
333 struct bw_meter *bm_time_next; /* next bw meter (same time) */
353 struct mtx bm_spin; /* meter spin lock */
/freebsd/tools/tools/ath/
H A Dathctrl.sh37 printf "Setup IFS parameters on interface ${DEV} for %i meter p-2-p link\n" $d
/freebsd/contrib/file/magic/Magdir/
H A Dasf47 #>>>113 lelong x \b, Horizontal Pixels Per Meter %d
48 #>>>117 lelong x \b, Vertical Pixels Per Meter %d
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dadc-battery.yaml13 Basic battery capacity meter, which only reports basic battery data
/freebsd/crypto/openssh/
H A Dprogressmeter.c49 #define UPDATE_INTERVAL 1 /* update the progress meter every second */
59 /* signal handler for updating the progress meter */

123