Home
last modified time | relevance | path

Searched refs:did (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/src/sys/contrib/dev/athk/ath10k/
H A Dzzz_fw_ports_fwget.sh75 while read did fwd; do
79 if test "${did}" == "${d}"; then
93 printf "Firmware dir %s (for %s) does not exist; skipping\n" ${fwd} ${did} >&2
107 echo "FWGET ${did} ${flav}"
239 did=${fwsl%%[[:space:]]*}
248 echo "${did} ${flav}" | awk -v drv=${DRIVER} '{
253 echo "${did} ${flav}" | awk -v drv=${DRIVER} '{
263 did=${fwsl%%[[:space:]]*}
271 echo "${did} ${flav}" | awk -v drv=${DRIVER} '{
/src/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
127 echo "FWGET ${did} ${flav}"
263 did=${fwsl%%[[:space:]]*}
272 echo "${did} ${flav}" | awk -v drv=${DRIVER} '{
277 echo "${did} ${flav}" | awk -v drv=${DRIVER} '{
287 did=${fwsl%%[[:space:]]*}
295 echo "${did} ${flav}" | awk -v drv=${DRIVER} '{
/src/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
134 echo "FWGET ${did} ${flav}"
270 did=${fwsl%%[[:space:]]*}
279 echo "${did} ${flav}" | awk -v drv=${DRIVER} '{
284 echo "${did} ${flav}" | awk -v drv=${DRIVER} '{
294 did=${fwsl%%[[:space:]]*}
302 echo "${did} ${flav}" | awk -v drv=${DRIVER} '{
/src/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()
/src/sys/contrib/dev/mediatek/mt76/
H A Dzzz_fw_ports_fwget.sh137 echo "FWGET ${did} ${flav}"
253 # printf "===> did %s flav %s\n" ${did} ${flav} >&2
256 echo "${did} ${flav}" | awk -v drv=${FWSUBDIR} '{
/src/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpsetround.c102 int did = 0; in test() local
109 if (!did) { in test()
111 did = 1; in test()
/src/sys/dev/amdpm/
H A Damdpm.c149 u_int16_t did; in amdpm_probe() local
152 did = pci_get_device(dev); in amdpm_probe()
154 ((did == AMDPM_DEVICEID_AMD756PM) || in amdpm_probe()
155 (did == AMDPM_DEVICEID_AMD766PM) || in amdpm_probe()
156 (did == AMDPM_DEVICEID_AMD768PM) || in amdpm_probe()
157 (did == AMDPM_DEVICEID_AMD8111PM))) { in amdpm_probe()
172 (did == AMDPM_DEVICEID_NF_SMB)) { in amdpm_probe()
/src/sys/dev/isp/
H A Disp_target.c359 uint32_t sid, did; in isp_got_tmf_24xx() local
369 did = (aep->at_hdr.d_id[0] << 16) | (aep->at_hdr.d_id[1] << 8) | aep->at_hdr.d_id[2]; in isp_got_tmf_24xx()
372 isp_find_chan_by_did(isp, did, &chan); in isp_got_tmf_24xx()
376 __func__, did); in isp_got_tmf_24xx()
389 notify.nt_did = did; in isp_got_tmf_24xx()
535 uint32_t sid, did; in isp_handle_abts() local
537 did = (abts->abts_did_hi << 16) | abts->abts_did_lo; in isp_handle_abts()
542 nt->nt_did = did; in isp_handle_abts()
547 isp_find_chan_by_did(isp, did, &chan); in isp_handle_abts()
551 __func__, did); in isp_handle_abts()
/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal.ksh89 echo $tst: begin probe did not fire
96 echo $tst: end probe did not fire
/src/sys/dev/xl/
H A Dif_xl.c1068 uint16_t did; in xl_attach() local
1077 did = pci_get_device(dev); in xl_attach()
1080 if (did == TC_DEVICEID_HURRICANE_555) in xl_attach()
1082 if (did == TC_DEVICEID_HURRICANE_556 || in xl_attach()
1083 did == TC_DEVICEID_HURRICANE_556B) in xl_attach()
1087 if (did == TC_DEVICEID_HURRICANE_555 || in xl_attach()
1088 did == TC_DEVICEID_HURRICANE_556) in xl_attach()
1090 if (did == TC_DEVICEID_HURRICANE_556B) in xl_attach()
1093 if (did == TC_DEVICEID_HURRICANE_575B || in xl_attach()
1094 did == TC_DEVICEID_HURRICANE_575C || in xl_attach()
[all …]
/src/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)
/src/sys/x86/cpufreq/
H A Dhwpstate_amd.c1057 int family, i, fid, did; in hwpstate_get_info_from_msr() local
1071 did = AMD_10H_11H_CUR_DID(msr); in hwpstate_get_info_from_msr()
1080 hwpstate_set[i].freq = (100 * (fid + 0x08)) >> did; in hwpstate_get_info_from_msr()
1086 hwpstate_set[i].freq = (100 * (fid + 0x10)) >> did; in hwpstate_get_info_from_msr()
1105 did = AMD_17H_CUR_DID(msr); in hwpstate_get_info_from_msr()
1106 if (did == 0) { in hwpstate_get_info_from_msr()
1109 did = 1; in hwpstate_get_info_from_msr()
1112 hwpstate_set[i].freq = (200 * fid) / did; in hwpstate_get_info_from_msr()
/src/contrib/netbsd-tests/lib/libc/net/
H A Dh_dns_server.c158 for (int did = 0;; did++) { in name2str() local
164 if (did) in name2str()
/src/contrib/file/src/
H A Dfsmagic.c108 int ret, did = 0; in file_fsmagic() local
120 #define COMMA (did++ ? ", " : "") in file_fsmagic()
424 if (!silent && !mime && did && ret == 0) { in file_fsmagic()
/src/sys/x86/x86/
H A Dlegacy.c121 u_int16_t did, vid; in legacy_pci_cfgregopen() local
128 did = pci_cfgregread(0, 0, 0, 0, PCIR_DEVICE, 2); in legacy_pci_cfgregopen()
131 switch (did) { in legacy_pci_cfgregopen()
/src/sys/dev/hid/
H A Dhidbus.h135 #define HID_GET_DRIVER_INFO(did) \ argument
136 (did)->driver_info
/src/crypto/openssl/doc/man3/
H A DSSL_want.pod67 The operation did not complete because an application callback set by
73 The operation did not complete because a certificate verification callback
91 The operation did not complete because an application callback set by
H A DSSL_get_peer_signature_nid.pod47 possible reasons for failure: the peer or local end is a client and did not
48 sign the handshake (did not use a client certificate), the cipher suite has no
/src/sys/dev/vmd/
H A Dvmd.c122 uint16_t vid, did; in vmd_probe() local
125 did = pci_get_device(dev); in vmd_probe()
127 if (vid == t->vmd_vid && did == t->vmd_did) { in vmd_probe()
254 uint16_t vid, did; in vmd_attach() local
280 did = pci_get_device(dev); in vmd_attach()
282 if (vid == t->vmd_vid && did == t->vmd_did) in vmd_attach()
/src/sys/cam/nvme/
H A Dnvme_xpt.c311 struct scsi_vpd_device_id *did; in nvme_probe_done() local
438 did = (struct scsi_vpd_device_id *)path->device->device_id; in nvme_probe_done()
439 did->device = SID_QUAL_LU_CONNECTED | T_DIRECT; in nvme_probe_done()
440 did->page_code = SVPD_DEVICE_ID; in nvme_probe_done()
441 scsi_ulto2b(len, did->length); in nvme_probe_done()
442 idd = (struct scsi_vpd_id_descriptor *)(did + 1); in nvme_probe_done()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticCommentKinds.td110 "did you mean '%0'?">;
131 "did you mean '%0'?">;
173 "unknown command tag name '%0'; did you mean '%1'?">,
/src/krb5/
H A DREADME4 At the time of writing, it did not even contain source code, only
/src/kerberos5/
H A DREADME4 At the time of writing, it did not even contain source code, only
/src/usr.bin/column/tests/
H A Dcolumn.sh113 where did my
122 where did my
/src/contrib/ntp/
H A DNOTES.y2kfixes51 calculations that did not support year 2000 as a leap year
64 we did not have the local hardware to test. While I believe

12345678910>>...14