Home
last modified time | relevance | path

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

12345678910>>...13

/freebsd/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} '{
/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
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} '{
/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
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} '{
/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/sys/contrib/dev/mediatek/mt76/
H A Dzzz_fw_ports_fwget.sh135 echo "FWGET ${did} ${flav}"
251 # printf "===> did %s flav %s\n" ${did} ${flav} >&2
254 echo "${did} ${flav}" | awk -v drv=${FWSUBDIR} '{
/freebsd/sys/x86/cpufreq/
H A Dhwpstate_amd.c431 int family, i, fid, did; in hwpstate_get_info_from_msr() local
445 did = AMD_10H_11H_CUR_DID(msr); in hwpstate_get_info_from_msr()
454 hwpstate_set[i].freq = (100 * (fid + 0x08)) >> did; in hwpstate_get_info_from_msr()
460 hwpstate_set[i].freq = (100 * (fid + 0x10)) >> did; in hwpstate_get_info_from_msr()
464 did = AMD_17H_CUR_DID(msr); in hwpstate_get_info_from_msr()
465 if (did == 0) { in hwpstate_get_info_from_msr()
467 did = 1; in hwpstate_get_info_from_msr()
470 hwpstate_set[i].freq = (200 * fid) / did; in hwpstate_get_info_from_msr()
/freebsd/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()
/freebsd/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()
/freebsd/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()
532 uint32_t sid, did; in isp_handle_abts() local
534 did = (abts->abts_did_hi << 16) | abts->abts_did_lo; in isp_handle_abts()
539 nt->nt_did = did; in isp_handle_abts()
544 isp_find_chan_by_did(isp, did, &chan); in isp_handle_abts()
548 __func__, did); in isp_handle_abts()
/freebsd/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
/freebsd/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 …]
/freebsd/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()
/freebsd/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()
/freebsd/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()
/freebsd/sys/dev/hid/
H A Dhidbus.h135 #define HID_GET_DRIVER_INFO(did) \ argument
136 (did)->driver_info
/freebsd/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_error.pod63 The operation did not complete and can be retried later.
110 The operation did not complete; the same TLS/SSL I/O function should be
121 The operation did not complete because an application callback set by
128 The operation did not complete because an asynchronous engine is still
150 The operation did not complete because an application callback set by
/freebsd/sys/cam/nvme/
H A Dnvme_xpt.c311 struct scsi_vpd_device_id *did; in nvme_probe_done()
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()
310 struct scsi_vpd_device_id *did; nvme_probe_done() local
/freebsd/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()
/freebsd/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'?">,
/freebsd/kerberos5/
H A DREADME4 At the time of writing, it did not even contain source code, only
/freebsd/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
/freebsd/tools/build/cross-build/include/linux/
H A Dlimits.h80 #warning __USE_XOPEN should be defined (did you forget to set _GNU_SOURCE?)
/freebsd/contrib/one-true-awk/bugs-fixed/
H A DREADME15 5. decr-NF: Decrementing NF did not change $0. This is a decades-old
54 15. getline-numeric: The `getline xx < file' syntax did not check if
/freebsd/sys/dev/iicbus/pwm/
H A Dadt746x.c257 uint8_t did, cid, rev, conf; in adt746x_start() local
265 adt746x_read(sc->sc_dev, sc->sc_addr, ADT746X_DEVICE_ID, &did); in adt746x_start()
271 did, cid, rev, conf); in adt746x_start()
277 sc->device_id = did; in adt746x_start()

12345678910>>...13