Home
last modified time | relevance | path

Searched refs:actual (Results 1 – 25 of 170) sorted by relevance

1234567

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_object_range_pos.ksh88 log_must test "\n$actual\n" == "\n$expected\n"
93 log_must test "\n$actual\n" == "\n$expected\n"
98 log_must test "\n$actual\n" == "\n$expected\n"
103 log_must test "\n$actual\n" == "\n$expected\n"
108 log_must test "\n$actual\n" == "\n$expected\n"
113 log_must test "\n$actual\n" == "\n$expected\n"
124 log_must test "\n$actual\n" == "\n$expected\n"
146 log_must test "$actual" == "$expected"
153 actual=$(get_object_list $TESTPOOL 0:-1:m)
158 actual=$(get_object_list $TESTPOOL 0:-1:z)
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/
H A Dzpool_upgrade.kshlib126 typeset actual
129 actual=$(zdb -C $pool | sed -n 's/^.*version: \(.*\)$/\1/p')
130 if [[ $actual != $vers ]] ; then
131 log_fail "$pool: zdb reported version $actual, expected $vers"
135 actual=$(zpool upgrade | grep $pool$ | \
137 if [[ $actual != $vers ]] ; then
138 log_fail "$pool: zpool reported version $actual, expected $vers"
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import.kshlib228 typeset actual=""
239 [[ -z $actual ]] && actual="$vdev" && continue
241 actual="$actual $vdev"
247 if [[ "$actual" != "$expected" ]]; then
252 log_note "> '$actual'"
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_2835_arm.c102 free_pagelist(BULKINFO_T *bi, int actual);
306 if (bulk && bulk->remote_data && bulk->actual) in vchiq_complete_bulk()
307 free_pagelist((BULKINFO_T *)bulk->remote_data, bulk->actual); in vchiq_complete_bulk()
544 free_pagelist(BULKINFO_T *bi, int actual) in free_pagelist() argument
553 …"free_pagelist - %x, %d (%lu bytes @%p)", (unsigned int)pagelist, actual, pagelist->length, bi->bu… in free_pagelist()
568 tail_bytes = (pagelist->offset + actual) & in free_pagelist()
571 if ((actual >= 0) && (head_bytes != 0)) { in free_pagelist()
572 if (head_bytes > actual) in free_pagelist()
573 head_bytes = actual; in free_pagelist()
581 if ((actual >= 0) && (head_bytes < actual) && in free_pagelist()
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_events/
H A Dzpool_events_duplicates.ksh133 actual=$(echo "$ereports" | wc -l)
135 log_note "$actual total $ERR $RW ereports where $unique were unique"
137 if [ $actual -gt $unique ] ; then
/f-stack/freebsd/contrib/device-tree/Bindings/clock/ti/
H A Ddivider.txt8 the register is one less than the actual divisor value. E.g:
10 register value actual divisor value
19 register value actual divisor value
25 register value actual divisor value
35 register value actual divisor value
/f-stack/freebsd/contrib/device-tree/Bindings/iio/adc/
H A Dadi,axi-adc.yaml18 interface for the actual ADC, while this IP core will interface
42 A reference to a the actual ADC to which this FPGA ADC interfaces to.
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dmdio-mux-mmioreg.txt17 bits in the register control the actual bus multiplexer. The
26 BRDCFG1 that control the actual mux.
H A Dcavium-pip.txt41 Value range is 1-31, and mapping to the actual delay varies depending on HW.
44 Value range is 1-31, and mapping to the actual delay varies depending on HW.
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldo.c208 static StkId adjust_varargs (lua_State *L, Proto *p, int actual) { in adjust_varargs() argument
213 for (; actual < nfixargs; ++actual) in adjust_varargs()
217 int nvar = actual - nfixargs; /* number of extra arguments */ in adjust_varargs()
229 fixed = L->top - actual; /* first fixed argument */ in adjust_varargs()
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/
H A Dexynos-srom.yaml40 The actual device nodes should be added as subnodes to the SROMc node.
77 Tacc: Access cycle (0 - 31, the actual time is N + 1)
H A Dpl353-smc.txt5 The actual devices are instantiated from the child nodes of pl353 smc node.
/f-stack/freebsd/contrib/device-tree/Bindings/timer/
H A Djcore,pit.txt11 - interrupts: An interrupt to assign for the timer. The actual pit
/f-stack/freebsd/contrib/device-tree/Bindings/arm/calxeda/
H A Dl2ecc.yaml11 This does not cover the actual L2 cache controller control registers,
/f-stack/dpdk/kernel/freebsd/
H A DBSDmakefile.meson8 # (tail) component of it (:T), as VPATH is used to find actual file. The
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_16_11.rst40 This section is a comment. Make sure to start the actual text at the margin.
173 This section is a comment. Make sure to start the actual text at the margin.
197 This section is a comment. Make sure to start the actual text at the margin.
231 This section is a comment. Make sure to start the actual text at the margin.
285 This section is a comment. Make sure to start the actual text at the margin.
349 This section is a comment. Make sure to start the actual text at the margin.
424 This section is a comment. Make sure to start the actual text at the margin.
588 This section is a comment. Make sure to start the actual text at the margin.
/f-stack/freebsd/contrib/device-tree/Bindings/mtd/
H A Dlpc32xx-mlc.txt11 Hz, to make them independent of actual clock speed and to provide for good
/f-stack/freebsd/contrib/device-tree/Bindings/gpio/
H A Dintel,ixp4xx-gpio.txt8 actual enabling/disabling of the interrupt line is done in the
/f-stack/freebsd/contrib/device-tree/Bindings/reserved-memory/
H A Dqcom,cmd-db.txt25 Definition: The register address that points to the actual location of
/f-stack/freebsd/contrib/openzfs/config/
H A Dnls.m412 dnl Please note that the actual code of the GNU gettext library is covered
/f-stack/freebsd/contrib/device-tree/Bindings/reset/
H A Dst,sti-softreset.txt9 The actual action taken when softreset is asserted is hardware dependent.
H A Dst,sti-picophyreset.txt8 The actual action taken when softreset is asserted is hardware dependent.
H A Dst,sti-powerdown.txt10 The actual action taken when powerdown is asserted is hardware dependent.
/f-stack/freebsd/contrib/device-tree/Bindings/serial/
H A Dserial.yaml16 on the DT bindings for the actual device.
122 way to request the actual settings
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Dberlin,pinctrl.txt6 controlled are organized in groups, so no actual pin information is

1234567