/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | zzz_fw_ports_fwget.sh | 75 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 D | zzz_fw_ports_fwget.sh | 100 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 D | zzz_fw_ports_fwget.sh | 107 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 D | if_bwi_pci.c | 85 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/x86/cpufreq/ |
H A D | hwpstate_amd.c | 452 int family, i, fid, did; in hwpstate_get_info_from_msr() 466 did = AMD_10H_11H_CUR_DID(msr); in hwpstate_get_info_from_msr() 472 /* Convert fid/did to frequency. */ in hwpstate_get_info_from_msr() 475 hwpstate_set[i].freq = (100 * (fid + 0x08)) >> did; in hwpstate_get_info_from_msr() 481 hwpstate_set[i].freq = (100 * (fid + 0x10)) >> did; in hwpstate_get_info_from_msr() 500 did = AMD_17H_CUR_DID(msr); in hwpstate_get_info_from_msr() 501 if (did == 0) { in hwpstate_get_info_from_msr() 503 "unexpected did: 0\n"); in hwpstate_get_info_from_msr() 504 did = 1; in hwpstate_get_info_from_msr() 507 hwpstate_set[i].freq = (200 * fid) / did; 431 int family, i, fid, did; hwpstate_get_info_from_msr() local [all...] |
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | zzz_fw_ports_fwget.sh | 135 echo "FWGET ${did} ${flav}" 251 # printf "===> did %s flav %s\n" ${did} ${flav} >&2 254 echo "${did} ${flav}" | awk -v drv=${FWSUBDIR} '{
|
/freebsd/contrib/netbsd-tests/lib/libc/gen/ |
H A D | t_fpsetround.c | 102 int did = 0; in test() local 109 if (!did) { in test() 111 did = 1; in test()
|
/freebsd/sys/dev/amdpm/ |
H A D | amdpm.c | 149 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 D | isp_target.c | 359 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() 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() 532 uint32_t sid, did; isp_handle_abts() local [all...] |
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/ |
H A D | tst.temporal.ksh | 89 echo $tst: begin probe did not fire 96 echo $tst: end probe did not fire
|
/freebsd/sys/dev/xl/ |
H A D | if_xl.c | 1068 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 D | h_dns_server.c | 158 for (int did = 0;; did++) { in name2str() local 164 if (did) in name2str()
|
/freebsd/contrib/file/src/ |
H A D | fsmagic.c | 108 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 D | legacy.c | 121 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/crypto/openssl/doc/man3/ |
H A D | SSL_want.pod | 67 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 D | SSL_get_error.pod | 63 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/dev/hid/ |
H A D | hidbus.h | 135 #define HID_GET_DRIVER_INFO(did) \ argument 136 (did)->driver_info
|
/freebsd/sys/dev/vmd/ |
H A D | vmd.c | 122 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/sys/cam/nvme/ |
H A D | nvme_xpt.c | 311 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()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticCommentKinds.td | 110 "did you mean '%0'?">; 131 "did you mean '%0'?">; 173 "unknown command tag name '%0'; did you mean '%1'?">,
|
/freebsd/contrib/ntp/ |
H A D | NOTES.y2kfixes | 51 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/kerberos5/ |
H A D | README | 4 At the time of writing, it did not even contain source code, only
|
/freebsd/contrib/one-true-awk/bugs-fixed/ |
H A D | README | 15 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/tools/build/cross-build/include/linux/ |
H A D | limits.h | 80 #warning __USE_XOPEN should be defined (did you forget to set _GNU_SOURCE?)
|
/freebsd/sys/dev/iicbus/pwm/ |
H A D | adt746x.c | 257 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()
|