/freebsd/tests/sys/cddl/zfs/tests/snapused/ |
H A D | snapused.kshlib | 102 referenced=$(get_prop referenced $dataset) 107 if (( usedbydataset > referenced )); then 108 log_fail "$dataset(cloned): usedbydataset($usedbydataset) is more than referenced($referenced)" 114 if (( usedbydataset != referenced )); then 115 log_fail "$dataset: usedbydataset($usedbydataset) is not equal to referenced($referenced)" 137 referenced=$(get_prop referenced $dataset) 139 (( diff_ref = refreservation - referenced ))
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapused/ |
H A D | snapused.kshlib | 102 referenced=$(get_prop referenced $dataset) 107 if ((usedbydataset > referenced)); then 108 log_fail "$dataset(cloned): usedbydataset($usedbydataset) is more than referenced($referenced)" 114 if ((usedbydataset != referenced)); then 115 log_fail "$dataset: usedbydataset($usedbydataset) is not equal to referenced($referenced)" 137 referenced=$(get_prop referenced $dataset) 139 ((diff_ref = refreservation - referenced))
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | evp_pkey_get1_ED25519.pod | 21 evp_pkey_get1_X448() return the referenced key in I<pkey> or NULL if the key 27 evp_pkey_get1_X448() return the referenced key or NULL if an error
|
H A D | ossl_cmp_asn1_octet_string_set1.pod | 21 referenced via the I<tgt> argument and assigns either a copy of 25 referenced via the I<tgt> argument and assigns either a copy of the given byte
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | lantiq,pinctrl-xway.txt | 116 Pinconf pins can be referenced via the names io0-io31. 119 Pinconf pins can be referenced via the names io0-io31. 122 Pinconf pins can be referenced via the names io0-io55. 125 Pinconf pins can be referenced via the names io0-io49. 128 Pinconf pins can be referenced via the names io0-io1,io3-io6,io8-io11,
|
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/ |
H A D | dw_hdmi.txt | 6 specification by itself but is meant to be referenced by platform-specific 9 When referenced from platform device tree bindings the properties defined in
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | cs42l56.txt | 25 as a pseudo-differential input referenced to AIN1REF/AIN3A. 28 as a pseudo-differential input referenced to AIN2REF/AIN3B.
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | mancheck.sh | 46 grep -vhE -e 'mandoc: outdated mandoc.db' -e 'STYLE: referenced manual not found' $add_excl "$stdou…
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | xgene.txt | 21 - clock-output-names : shall be the name of the PLL referenced by derive 30 - clock-output-names : shall be the name of the clock referenced by derive 45 - clock-output-names : shall be the name of the device referenced.
|
H A D | brcm,bcm53573-ilp.txt | 11 which has to be referenced.
|
/freebsd/bin/sh/tests/expansion/ |
H A D | cmdsubst8.0 | 1 # Not required by POSIX (although referenced in a non-normative section),
|
/freebsd/tests/sys/cddl/zfs/tests/delegate/ |
H A D | zfs_allow_011_neg.ksh | 65 referenced compressratio mounted
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/ |
H A D | zfs_allow_011_neg.ksh | 56 referenced compressratio mounted
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_PKEY_set1_RSA.pod | 80 EVP_PKEY_set1_EC_KEY() set the key referenced by I<pkey> to I<key>. These 86 EVP_PKEY_assign_SIPHASH() set the referenced key to I<key> however these use 94 EVP_PKEY_get1_EC_KEY() return the referenced key in I<pkey> or NULL if the 104 EVP_PKEY_get0_EC_KEY() return the referenced key in I<pkey> or NULL if the 193 EVP_PKEY_get1_EC_KEY() return the referenced key or NULL if
|
H A D | OSSL_PARAM_int.pod | 234 The BIGNUM referenced by I<val> is updated and is allocated if I<*val> is 251 by I<p> to the value referenced by I<val>. 272 pointed to by I<p> to the value referenced by I<val>. 277 referenced by I<p> and stores it in I<*val>. 280 referenced by I<p> to the values I<val>. 283 referenced by I<p> and stores it in I<*val>. 287 referenced by I<p> to the values I<val>.
|
H A D | SSL_SESSION_free.pod | 40 the SSL_SESSION objects are internally referenced by the SSL_CTX and 48 incorrectly became 0, but it is still referenced in the internal
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | writing-schema.rst | 82 Most common case, where no additional schema is referenced or if this 83 binding allows subset of properties from other referenced schemas. 91 schemas are supposed to be referenced by other schemas, which then use 97 provider binding, other nodes referenced by phandle.
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_get/ |
H A D | zfs_get_002_pos.ksh | 50 typeset zfs_props=("type" used available creation volsize referenced \
|
H A D | zfs_get_008_pos.ksh | 53 set -A props type used available creation volsize referenced compressratio \
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | ti,phy-am654-serdes.txt | 11 If SERDES0 is referenced 2nd cell should be: 15 If SERDES1 is referenced 2nd cell should be:
|
H A D | keystone-usb-phy.txt | 11 an NOP PHY driver. Hence this node is referenced as both the usb2 and usb3
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_get/ |
H A D | zfs_get_008_pos.ksh | 66 set -A props type used available creation volsize referenced compressratio \
|
H A D | zfs_get_009_pos.ksh | 64 set -A all_props type used available creation volsize referenced \
|
H A D | zfs_get_002_pos.ksh | 60 set -A zfs_props type used available creation volsize referenced compressratio \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | coff_platform.cpp | 90 bool referenced() const { in referenced() function 384 if (!DepJDS->referenced()) in dlopenInitialize() 405 if (!JDS->referenced()) in dlcloseImpl() 435 if (!DepJDS->referenced()) in dlcloseDeinitialize()
|