| /freebsd-12-stable/sys/contrib/octeon-sdk/ |
| D | cvmx-address.h | 146 …uint64_t did : 8; /* the hardware ignores this field when is_io==0, else device I… member 161 …uint64_t did : 8; /* the hardware ignores this field when is_io==0, else device I… member 205 #define CVMX_ADDR_DIDSPACE(did) (((CVMX_IO_SEG) << 22) | ((1ULL) << 8) | (did)) argument 206 #define CVMX_ADDR_DID(did) (CVMX_ADDR_DIDSPACE(did) << 40) argument 207 #define CVMX_FULL_DID(did,subdid) (((did) << 3) | (subdid)) argument
|
| D | cvmx-pow.h | 277 uint64_t did : 8; /**< the ID of POW -- did<2:0> == 0 in this case */ member 285 uint64_t did : 8; 301 uint64_t did : 8; /**< the ID of POW -- did<2:0> == 1 in this case */ member 315 uint64_t did : 8; 331 uint64_t did : 8; /**< the ID of POW -- did<2:0> == 1 in this case */ member 343 uint64_t did : 8; 359 uint64_t did : 8; /**< the ID of POW -- did<2:0> == 2 in this case */ member 373 uint64_t did : 8; 389 uint64_t did : 8; /**< the ID of SSO - did<2:0> == 2 in this case */ member 401 uint64_t did : 8; [all …]
|
| D | cvmx-pcie.h | 82 uint64_t did : 5; /* PCIe DID = 3 */ member 100 uint64_t did : 5; /* PCIe DID = 3 */ member 112 uint64_t did : 5; /* PCIe DID = 3 */ member
|
| D | cvmx-key.h | 81 ptr.sio.did = CVMX_OCT_DID_KEY_RW; in cvmx_key_read() 102 ptr.sio.did = CVMX_OCT_DID_KEY_RW; in cvmx_key_write()
|
| D | cvmx-rng.h | 73 uint64_t did : 5; /**< the ID of the device on the non-coherent bus */ member 156 data.s.did = CVMX_OCT_DID_RNG; in cvmx_rng_request_random_async()
|
| D | cvmx-fpa.h | 76 uint64_t did : 8; /**< the ID of the device on the non-coherent bus */ member 217 data.s.did = CVMX_FULL_DID(CVMX_OCT_DID_FPA,pool); in cvmx_fpa_async_alloc()
|
| D | cvmx-srio.h | 328 uint64_t did : 16; /**< The destination ID in the sRIO message member 364 uint64_t did : 16;
|
| D | cvmx-pow.c | 159 load_addr.sstatus.did = CVMX_OCT_DID_TAG_TAG1; in __cvmx_pow_capture_v1() 180 load_addr.smemload.did = CVMX_OCT_DID_TAG_TAG2; in __cvmx_pow_capture_v1() 197 load_addr.sindexload.did = CVMX_OCT_DID_TAG_TAG3; in __cvmx_pow_capture_v1() 239 load_addr.sstatus_cn68xx.did = CVMX_OCT_DID_TAG_TAG5; in __cvmx_pow_capture_v2() 254 load_addr.smemload_cn68xx.did = CVMX_OCT_DID_TAG_TAG2; in __cvmx_pow_capture_v2() 270 load_addr.sindexload_cn68xx.did = CVMX_OCT_DID_TAG_TAG3; in __cvmx_pow_capture_v2()
|
| /freebsd-12-stable/sys/dev/bwi/ |
| D | if_bwi_pci.c | 87 uint16_t did; member 109 uint16_t did, vid; in bwi_pci_probe() local 111 did = pci_get_device(dev); in bwi_pci_probe() 115 if (b->did == did && b->vid == vid) { in bwi_pci_probe()
|
| /freebsd-12-stable/sys/dev/if_ndis/ |
| D | if_ndis_pci.c | 118 uint16_t vid, did; local 125 did = pci_get_device(dev); 130 if ((t->ndis_vid == vid) && (t->ndis_did == did) && 183 uint16_t vid, did; local 317 did = pci_get_device(dev); 324 if (t->ndis_vid == vid && t->ndis_did == did) {
|
| /freebsd-12-stable/sys/x86/cpufreq/ |
| D | hwpstate.c | 421 int family, i, fid, did; in hwpstate_get_info_from_msr() local 435 did = AMD_10H_11H_CUR_DID(msr); in hwpstate_get_info_from_msr() 441 hwpstate_set[i].freq = (100 * (fid + 0x08)) >> did; in hwpstate_get_info_from_msr() 447 hwpstate_set[i].freq = (100 * (fid + 0x10)) >> did; in hwpstate_get_info_from_msr() 451 did = AMD_17H_CUR_DID(msr); in hwpstate_get_info_from_msr() 452 if (did == 0) { in hwpstate_get_info_from_msr() 454 did = 1; in hwpstate_get_info_from_msr() 457 hwpstate_set[i].freq = (200 * fid) / did; in hwpstate_get_info_from_msr()
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libc/gen/ |
| D | t_fpsetround.c | 102 int did = 0; in test() local 109 if (!did) { in test() 111 did = 1; in test()
|
| /freebsd-12-stable/sys/dev/an/ |
| D | if_an_pci.c | 124 uint16_t vid, did; in an_probe_pci() local 128 did = pci_get_device(dev); in an_probe_pci() 132 did == t->an_did) { in an_probe_pci()
|
| /freebsd-12-stable/sys/mips/cavium/ |
| D | octopcireg.h | 60 uint64_t did : 5; member 83 uint64_t did : 5; member
|
| /freebsd-12-stable/sys/dev/amdpm/ |
| D | amdpm.c | 152 u_int16_t did; in amdpm_probe() local 155 did = pci_get_device(dev); in amdpm_probe() 157 ((did == AMDPM_DEVICEID_AMD756PM) || in amdpm_probe() 158 (did == AMDPM_DEVICEID_AMD766PM) || in amdpm_probe() 159 (did == AMDPM_DEVICEID_AMD768PM) || in amdpm_probe() 160 (did == AMDPM_DEVICEID_AMD8111PM))) { in amdpm_probe() 175 (did == AMDPM_DEVICEID_NF_SMB)) { in amdpm_probe()
|
| /freebsd-12-stable/sys/dev/xl/ |
| D | if_xl.c | 1076 uint16_t did; in xl_attach() local 1087 did = pci_get_device(dev); in xl_attach() 1090 if (did == TC_DEVICEID_HURRICANE_555) in xl_attach() 1092 if (did == TC_DEVICEID_HURRICANE_556 || in xl_attach() 1093 did == TC_DEVICEID_HURRICANE_556B) in xl_attach() 1097 if (did == TC_DEVICEID_HURRICANE_555 || in xl_attach() 1098 did == TC_DEVICEID_HURRICANE_556) in xl_attach() 1100 if (did == TC_DEVICEID_HURRICANE_556B) in xl_attach() 1103 if (did == TC_DEVICEID_HURRICANE_575B || in xl_attach() 1104 did == TC_DEVICEID_HURRICANE_575C || in xl_attach() [all …]
|
| /freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/ |
| D | tst.temporal.ksh | 89 echo $tst: begin probe did not fire 96 echo $tst: end probe did not fire
|
| /freebsd-12-stable/sys/dev/isp/ |
| D | isp_pci.c | 642 uint32_t data, cmd, linesz, did; in isp_pci_attach() local 670 did = 0x1040; in isp_pci_attach() 675 did = 0x1080; in isp_pci_attach() 681 did = 0x1080; in isp_pci_attach() 688 did = 0x1080; in isp_pci_attach() 694 did = 0x12160; in isp_pci_attach() 700 did = 0x12160; in isp_pci_attach() 707 did = 0x2100; in isp_pci_attach() 722 did = 0x2200; in isp_pci_attach() 728 did = 0x2300; in isp_pci_attach() [all …]
|
| D | isp_target.c | 678 uint32_t sid, did; in isp_got_tmf_24xx() local 688 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() 691 isp_find_chan_by_did(isp, did, &chan); in isp_got_tmf_24xx() 695 __func__, did); in isp_got_tmf_24xx() 708 notify.nt_did = did; in isp_got_tmf_24xx() 889 uint32_t sid, did; in isp_handle_abts() local 891 did = (abts->abts_did_hi << 16) | abts->abts_did_lo; in isp_handle_abts() 896 nt->nt_did = did; in isp_handle_abts() 901 isp_find_chan_by_did(isp, did, &chan); in isp_handle_abts() 905 __func__, did); in isp_handle_abts()
|
| /freebsd-12-stable/contrib/file/src/ |
| 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-12-stable/contrib/netbsd-tests/lib/libc/net/ |
| D | h_dns_server.c | 158 for (int did = 0;; did++) { in name2str() local 164 if (did) in name2str()
|
| /freebsd-12-stable/sys/x86/x86/ |
| D | legacy.c | 125 u_int16_t did, vid; in legacy_pci_cfgregopen() local 132 did = pci_cfgregread(0, 0, 0, PCIR_DEVICE, 2); in legacy_pci_cfgregopen() 135 switch (did) { in legacy_pci_cfgregopen()
|
| /freebsd-12-stable/sys/cam/nvme/ |
| D | nvme_xpt.c | 314 struct scsi_vpd_device_id *did; in nvme_probe_done() local 443 did = (struct scsi_vpd_device_id *)path->device->device_id; in nvme_probe_done() 444 did->device = SID_QUAL_LU_CONNECTED | T_DIRECT; in nvme_probe_done() 445 did->page_code = SVPD_DEVICE_ID; in nvme_probe_done() 446 scsi_ulto2b(len, did->length); in nvme_probe_done() 447 idd = (struct scsi_vpd_id_descriptor *)(did + 1); in nvme_probe_done()
|
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | SSL_get_error.pod | 49 The operation did not complete and can be retried later. 94 The operation did not complete; the same TLS/SSL I/O function should be 105 The operation did not complete because an application callback set by 112 The operation did not complete because an asynchronous engine is still 134 The operation did not complete because an application callback set by
|
| /freebsd-12-stable/sys/dev/tl/ |
| D | if_tl.c | 1027 u_int16_t did, vid; local 1035 did = pci_get_device(dev); 1042 if (vid == t->tl_vid && did == t->tl_did) 1201 if (did == COMPAQ_DEVICEID_NETEL_10_100_PROLIANT || 1202 did == COMPAQ_DEVICEID_NETFLEX_3P_INTEGRATED || 1203 did == COMPAQ_DEVICEID_NETFLEX_3P_BNC || 1204 did == COMPAQ_DEVICEID_NETEL_10_T2_UTP_COAX) 1206 if (did == COMPAQ_DEVICEID_NETEL_10 || 1207 did == COMPAQ_DEVICEID_NETEL_10_100_DUAL || 1208 did == COMPAQ_DEVICEID_NETFLEX_3P || [all …]
|