Home
last modified time | relevance | path

Searched full:did (Results 1 – 25 of 2833) sorted by relevance

12345678910>>...114

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dzzz_fw_ports_fwget.sh75 while read did fwd; do
79 if test "${did}" == "${d}"; then
87 #printf "Device ID %s (%s) not in PCI ID list; skipping\n" ${did} ${fwd} >&2
93 printf "Firmware dir %s (for %s) does not exist; skipping\n" ${fwd} ${did} >&2
107 echo "FWGET ${did} ${flav}"
122 #echo "==> ${did} -> ${fwd} -> ${flav}"
239 did=${fwsl%%[[:space:]]*}
245 # printf "===> did %s flav %s\n" ${did} ${flav} >&2
248 echo "${did} ${flav}" | awk -v drv=${DRIVER} '{
253 echo "${did} ${flav}" | awk -v drv=${DRIVER} '{
[all …]
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dzzz_fw_ports_fwget.sh100 while read did hwrl; do
103 printf "Device ID %s has no hardware revisions (%s); skipping\n" "${did}" ${hwrn} >&2
110 #echo "===> ${did} -> ${hwrx} -> ${fwd}" >&2
113 #printf "Firmware dir %s (for %s) does not exist; skipping\n" ${fwd} ${did} >&2
127 echo "FWGET ${did} ${flav}"
142 #echo "==> ${did} -> ${fwd} -> ${flav}"
263 did=${fwsl%%[[:space:]]*}
269 # printf "===> did %s flav %s\n" ${did} ${flav} >&2
272 echo "${did} ${flav}" | awk -v drv=${DRIVER} '{
277 echo "${did} ${flav}" | awk -v drv=${DRIVER} '{
[all …]
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dzzz_fw_ports_fwget.sh107 while read did hwrl; do
110 printf "Device ID %s has no hardware revisions (%s); skipping\n" "${did}" ${hwrn} >&2
117 #echo "===> ${did} -> ${hwrx} -> ${fwd}" >&2
120 #printf "Firmware dir %s (for %s) does not exist; skipping\n" ${fwd} ${did} >&2
134 echo "FWGET ${did} ${flav}"
149 #echo "==> ${did} -> ${fwd} -> ${flav}"
270 did=${fwsl%%[[:space:]]*}
276 # printf "===> did %s flav %s\n" ${did} ${flav} >&2
279 echo "${did} ${flav}" | awk -v drv=${DRIVER} '{
284 echo "${did} ${flav}" | awk -v drv=${DRIVER} '{
[all …]
/freebsd/sys/riscv/iommu/
H A Diommu.c274 riscv_iommu_inval_ddt_did(struct riscv_iommu_softc *sc, int did) in riscv_iommu_inval_ddt_did() argument
283 reg |= (uint64_t)did << FUNC_IODIR_DID_S; in riscv_iommu_inval_ddt_did()
513 uint32_t did; in riscv_iommu_print_fault() local
520 did = (rec->hdr & FQR_HDR_DID_M) >> FQR_HDR_DID_S; in riscv_iommu_print_fault()
544 device_printf(sc->dev, " ttyp 0x%x did 0x%x pid 0x%x pv %d priv %d" in riscv_iommu_print_fault()
545 "\n", ttyp, did, pid, pv, priv); in riscv_iommu_print_fault()
746 riscv_iommu_get_dc_addr(struct riscv_iommu_softc *sc, int did) in riscv_iommu_get_dc_addr() argument
757 l0_offs = sc->dc_dwords * 8 * (did & ((1 << sc->l0_did_bits) - 1)); in riscv_iommu_get_dc_addr()
760 l1_idx = (did >> sc->l0_did_bits) & in riscv_iommu_get_dc_addr()
776 struct riscv_iommu_domain *domain, int did, bool bypass) in riscv_iommu_init_dc() argument
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dzzz_fw_ports_fwget.sh141 while read _flav did; do
145 echo "FWGET ${did} ${flav}"
255 did=${fwsl%%[[:space:]]*}
261 # printf "===> did %s flav %s\n" ${did} ${flav} >&2
264 echo "${did} ${flav}" | awk -v drv=${DRIVER} '{
269 echo "${did} ${flav}" | awk -v drv=${DRIVER} '{
279 did=${fwsl%%[[:space:]]*}
285 #printf "===> did %s flav %s\n" ${did} ${flav} >&2
287 echo "${did} ${flav}" | awk -v drv=${DRIVER} '{
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/
H A Dzpool_wait_usage.ksh42 log_fail "Usage message did not contain the word 'usage'."
44 log_fail "Error message did not contain phrase 'no such pool'."
46 log_fail "Error message did not contain phrase 'invalid activity'."
48 log_fail "getsubopt(3) error message did not contain phrase 'invalid activity'."
/freebsd/contrib/netbsd-tests/lib/libc/string/
H A Dt_memset.c60 atf_tc_fail("memset(3) did not fill a static buffer"); in ATF_TC_BODY()
65 atf_tc_fail("memset(3) did not fill a static buffer"); in ATF_TC_BODY()
132 atf_tc_fail("memset(3) did not fill properly"); in ATF_TC_BODY()
152 atf_tc_fail("memset(3) did not fill a static buffer"); in ATF_TC_BODY()
157 atf_tc_fail("memset(3) with 0 size did change the buffer"); in ATF_TC_BODY()
174 atf_tc_fail("memset(3) did not fill a static buffer"); in ATF_TC_BODY()
179 atf_tc_fail("bzero(3) with 0 size did change the buffer"); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Derror_test.cpp72 << "Unchecked Error Succes value did not cause abort()"; in TEST()
83 << "Unhandled Error failure value did not cause an abort()"; in TEST()
144 << "ErrorAsOutParameter did not clear the checked flag on destruction."; in TEST()
197 << "Unchecekd Expected<T> success value did not cause an abort()."; in TEST()
210 << "Unchecekd Expected<T> success value did not cause an abort()."; in TEST()
223 << "Unchecekd Expected<T> success value did not cause an abort()."; in TEST()
251 << "Unchecked Expected<T> failure value did not cause an abort()"; in TEST()
290 << "cantFail(Error) did not cause an abort for failure value"; in TEST()
294 << "cantFail(Expected<int>) did not cause an abort for failure value"; in TEST()
/freebsd/sys/dev/rtwn/usb/
H A Drtwn_usb_var.h87 #define RTWN_USB_DEVINFO_GET_CHIP(did) ((USB_GET_DRIVER_INFO(did)) & 0xffff) argument
88 #define RTWN_USB_DEVINFO_GET_IFACE(did) ((USB_GET_DRIVER_INFO(did)) >> 16) argument
/freebsd/contrib/wpa/src/wps/
H A Dwps_attr_process.c88 wpa_printf(MSG_DEBUG, "WPS: Credential did not include " in wps_process_cred_network_idx()
103 wpa_printf(MSG_DEBUG, "WPS: Credential did not include SSID"); in wps_process_cred_ssid()
126 wpa_printf(MSG_DEBUG, "WPS: Credential did not include " in wps_process_cred_auth_type()
143 wpa_printf(MSG_DEBUG, "WPS: Credential did not include " in wps_process_cred_encr_type()
173 wpa_printf(MSG_DEBUG, "WPS: Credential did not include " in wps_process_cred_network_key()
199 wpa_printf(MSG_DEBUG, "WPS: Credential did not include " in wps_process_cred_mac_addr()
/freebsd/crypto/openssl/test/
H A Dcmp_ctx_test.c379 … TEST_error("setter did not return error on ctx == NULL"); \
386 … TEST_error("getter did not return error on ctx == NULL"); \
393 … TEST_error("did not get default value"); \
408 … TEST_error("set/get first value did not match"); \
413 … TEST_error("first set did not dup the value"); \
437 … TEST_error("set/get second value did not match"); \
442 … TEST_error("second set did not dup the value"); \
472 … TEST_error("third get did not create a new dup"); \
660 … TEST_error("pusher did not return error on ctx == NULL"); \
669 … TEST_error("did not get default value for stack field"); \
[all …]
/freebsd/share/man/man3/
H A Dsysexits.357 An input file (not a system file) did not exist or was not readable.
62 The user specified did not exist.
66 The host specified did not exist.
107 You did not have sufficient permission to perform the operation.
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DSecurity2.h59 FileBuffer did authenticate, and the platform policy dictates
62 and non-NULL FileBuffer did authenticate, and the platform
67 @retval EFI_SECURITY_VIOLATION The file specified by DevicePath and FileBuffer did not
71 @retval EFI_ACCESS_DENIED The file specified by File and FileBuffer did not
/freebsd/crypto/openssh/regress/
H A Dproxyjump.sh43 fail "ProxyJump=none first did not win"
48 fail "ProxyJump first did not win over ProxyCommand"
53 fail "ProxyCommand first did not win over ProxyJump"
81 fail "ProxyJump did not allow special characters in config: $f"
/freebsd/crypto/krb5/src/lib/crypto/builtin/aes/
H A Dkresults.expected155 (did CBC mode for 0)
164 (did CBC mode for 0)
173 (did CBC mode for 0)
183 (did CBC mode for 16)
194 (did CBC mode for 16)
205 (did CBC mode for 16)
217 (did CBC mode for 32)
/freebsd/tests/sys/netpfil/pf/
H A Dkillstate.sh99 atf_fail "Killing with the correct IP did not remove our state."
162 atf_fail "Killing with the correct IPs did not remove our state."
227 atf_fail "Killing with the correct IP did not remove our state."
291 atf_fail "Killing the state did not remove it."
347 atf_fail "Killing with the last label did not remove the state."
371 atf_fail "Killing with the first label did not remove the state."
429 atf_fail "Killing with the gateway did not remove the state."
568 atf_fail "Flushing on a the interface did not remove the state."
629 atf_fail "Killing the state did not remove it."
685 atf_fail "Killing the state did not remove it."
/freebsd/lib/libthr/tests/
H A Datfork_test.c143 "child did not exit cleanly, status %x", status); in ATF_TC_BODY()
147 status == EXIT_NOPREPARE ? "did not see `prepare` execute" : in ATF_TC_BODY()
149 (status == EXIT_NOCHILD ? "did not see `child` execute" : in ATF_TC_BODY()
261 "child did not exit cleanly, status %x", status); in ATF_TC_BODY()
266 (status == EXIT_NOCHILD ? "did not see `child` execute" : in ATF_TC_BODY()
/freebsd/tools/test/stress2/misc/
H A Dsetrlimit.sh36 # setrlimit: ftruncate(5413) did not fail. limit = 2791
38 # setrlimit: ftruncate(9956) did not fail. limit = 7880
40 # setrlimit: ftruncate(9033) did not fail. limit = 5884
42 # setrlimit: ftruncate(123) did not fail. limit = 86
116 errx(1, "ftruncate(%ld) did not fail. limit = %ld", pos, limit);
/freebsd/sys/dev/bwi/
H A Dif_bwi_pci.c85 uint16_t did; member
107 uint16_t did, vid; in bwi_pci_probe() local
109 did = pci_get_device(dev); in bwi_pci_probe()
113 if (b->did == did && b->vid == vid) { in bwi_pci_probe()
/freebsd/contrib/kyua/integration/
H A Dcmd_report_html_test.sh118 "Test case did not write anything to"
125 "Test case did not write anything to"
233 "Test case did not write anything to"
236 "Test case did not write anything to stdout" \
237 "Test case did not write anything to stderr"
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_set_tlsext_servername_callback.3149 .IP "On the client, during or after the handshake and a TLSv1.2 (or below) resumption did not occur…
150 .IX Item "On the client, during or after the handshake and a TLSv1.2 (or below) resumption did not …
160 …er the servername extension has been processed and a TLSv1.2 (or below) resumption did not occur" 4
161 …fter the servername extension has been processed and a TLSv1.2 (or below) resumption did not occur"
205 the server did not accept it, and then a second handshake occurred where TLSv1.2
/freebsd/lib/libpmc/pmu-events/arch/powerpc/power8/
H A Dpmc.json17 "BriefDescription": "PMC2 Rewind Event (did not match condition)",
42 "PublicDescription": "PMC4 Rewind Event (did not match condition)"
137 "BriefDescription": "Threshold counter did not meet threshold",
/freebsd/include/
H A Dsysexits.h54 * EX_NOINPUT -- An input file (not a system file) did not
58 * EX_NOUSER -- The user specified did not exist. This might
60 * EX_NOHOST -- The host specified did not exist. This is used
87 * EX_NOPERM -- You did not have sufficient permission to
/freebsd/contrib/sendmail/include/sm/
H A Dsysexits.h38 ** EX_NOINPUT -- An input file (not a system file) did not
42 ** EX_NOUSER -- The user specified did not exist. This might
44 ** EX_NOHOST -- The host specified did not exist. This is used
71 ** EX_NOPERM -- You did not have sufficient permission to
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_trim/
H A Dzpool_trim_import_export.ksh62 [[ -z "$progress" ]] && log_fail "Trimming did not start"
68 [[ -z "$new_progress" ]] && log_fail "Trimming did not restart after import"
82 log_fail "Trimming action date did not persist across export/import"

12345678910>>...114