Searched refs:did (Results 1 - 25 of 92) sorted by relevance

1234

/freebsd-11.0-release/share/doc/psd/20.ipctut/
H A Dsocketpair.c34 #define DATA1 "In Xanadu, did Kublai Khan . . ."
/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-address.h146 uint64_t did : 8; /* the hardware ignores this field when is_io==0, else device ID */ member in struct:__anon8426::__anon8431
161 uint64_t did : 8; /* the hardware ignores this field when is_io==0, else device ID */ member in struct:__anon8426::__anon8433
205 #define CVMX_ADDR_DIDSPACE(did) (((CVMX_IO_SEG) << 22) | ((1ULL) << 8) | (did))
206 #define CVMX_ADDR_DID(did) (CVMX_ADDR_DIDSPACE(did) << 40)
207 #define CVMX_FULL_DID(did,subdid) (((did) << 3) | (subdid))
H A Dcvmx-key.h81 ptr.sio.did = CVMX_OCT_DID_KEY_RW;
102 ptr.sio.did = CVMX_OCT_DID_KEY_RW;
H A Dcvmx-rng.h73 uint64_t did : 5; /**< the ID of the device on the non-coherent bus */ member in struct:__anon8737::__anon8738
156 data.s.did = CVMX_OCT_DID_RNG;
H A Dcvmx-pcie.h82 uint64_t did : 5; /* PCIe DID = 3 */ member in struct:__anon8659::__anon8660
100 uint64_t did : 5; /* PCIe DID = 3 */ member in struct:__anon8659::__anon8661
112 uint64_t did : 5; /* PCIe DID = 3 */ member in struct:__anon8659::__anon8662
H A Dcvmx-pow.h269 * Address for new work request loads (did<2:0> == 0)
277 uint64_t did : 8; /**< the ID of POW -- did<2:0> == 0 in this case */ member in struct:__anon8688::__anon8689
285 uint64_t did : 8;
301 uint64_t did : 8; /**< the ID of POW -- did<2:0> == 1 in this case */ member in struct:__anon8688::__anon8690
315 uint64_t did : 8;
331 uint64_t did : 8; /**< the ID of POW -- did<2:0> == 1 in this case */ member in struct:__anon8688::__anon8691
343 uint64_t did
359 uint64_t did : 8; /**< the ID of POW -- did<2:0> == 2 in this case */ member in struct:__anon8688::__anon8692
389 uint64_t did : 8; /**< the ID of SSO - did<2:0> == 2 in this case */ member in struct:__anon8688::__anon8693
417 uint64_t did : 8; /**< the ID of POW -- did<2:0> == 3 in this case */ member in struct:__anon8688::__anon8694
461 uint64_t did : 8; /**< the ID of SSO - did<2:0> == 2 in this case */ member in struct:__anon8688::__anon8695
495 uint64_t did : 8; /**< the ID of POW -- did<2:0> == 4 in this case */ member in struct:__anon8688::__anon8696
1300 uint64_t did : 8; /**< Device ID of POW. Note that different sub-dids are used. */ member in struct:__anon8726::__anon8727
1326 uint64_t did : 8; /**< the ID of the device on the non-coherent bus */ member in struct:__anon8728::__anon8729
[all...]
H A Dcvmx-fpa.h76 uint64_t did : 8; /**< the ID of the device on the non-coherent bus */ member in struct:__anon8525::__anon8526
217 data.s.did = CVMX_FULL_DID(CVMX_OCT_DID_FPA,pool);
H A Dcvmx-srio.h212 63xx - this functionality did not exist in
223 63xx - this functionality did not exist in
232 functionality did not exist in prior OCTEON's. */
240 functionality did not exist in prior OCTEON's. */
328 uint64_t did : 16; /**< The destination ID in the sRIO message member in struct:__anon8760::__anon8761
364 uint64_t did : 16;
/freebsd-11.0-release/sys/mips/cavium/
H A Doctopcireg.h58 uint64_t did : 5; member in struct:__anon12174::__anon12175
81 uint64_t did : 5; member in struct:__anon12176::__anon12177
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpsetround.c102 int did = 0; local
109 if (!did) {
111 did = 1;
/freebsd-11.0-release/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-11.0-release/sys/dev/if_ndis/
H A Dif_ndis_pci.c116 uint16_t vid, did; local
123 did = pci_get_device(dev);
128 if ((t->ndis_vid == vid) && (t->ndis_did == did) &&
181 uint16_t vid, did; local
273 * If the BIOS did not set up an interrupt for this device,
315 did = pci_get_device(dev);
322 if (t->ndis_vid == vid && t->ndis_did == did) {
/freebsd-11.0-release/sys/dev/bwi/
H A Dif_bwi_pci.c85 uint16_t did; member in struct:bwi_dev
107 uint16_t did, vid; local
109 did = pci_get_device(dev);
113 if (b->did == did && b->vid == vid) {
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.providers.ksh123 printf("exit probe did not seem to fire\n");
/freebsd-11.0-release/sys/dev/siba/
H A Dsiba_bwn.c78 uint16_t did; member in struct:siba_dev
110 uint16_t did, vid; local
112 did = pci_get_device(dev);
116 if (siba_devices[i].did == did && siba_devices[i].vid == vid) {
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/net/
H A Dh_dns_server.c158 for (int did = 0;; did++) {
164 if (did)
/freebsd-11.0-release/contrib/file/src/
H A Dfsmagic.c105 int ret, did = 0; local
118 #define COMMA (did++ ? ", " : "")
402 if (!mime && did && ret == 0) {
/freebsd-11.0-release/sys/dev/an/
H A Dif_an_pci.c122 uint16_t vid, did; local
126 did = pci_get_device(dev);
130 did == t->an_did) {
/freebsd-11.0-release/sys/amd64/pci/
H A Dpci_cfgreg.c79 uint16_t did, vid; local
98 did = pci_cfgregread(0, 0, 0, PCIR_DEVICE, 2);
101 switch (did) {
/freebsd-11.0-release/sys/dev/amdpm/
H A Damdpm.c150 u_int16_t did; local
153 did = pci_get_device(dev);
155 ((did == AMDPM_DEVICEID_AMD756PM) ||
156 (did == AMDPM_DEVICEID_AMD766PM) ||
157 (did == AMDPM_DEVICEID_AMD768PM) ||
158 (did == AMDPM_DEVICEID_AMD8111PM))) {
173 (did == AMDPM_DEVICEID_NF_SMB)) {
/freebsd-11.0-release/sys/dev/xl/
H A Dif_xl.c1072 uint16_t did; local
1083 did = pci_get_device(dev);
1086 if (did == TC_DEVICEID_HURRICANE_555)
1088 if (did == TC_DEVICEID_HURRICANE_556 ||
1089 did == TC_DEVICEID_HURRICANE_556B)
1093 if (did == TC_DEVICEID_HURRICANE_555 ||
1094 did == TC_DEVICEID_HURRICANE_556)
1096 if (did == TC_DEVICEID_HURRICANE_556B)
1099 if (did == TC_DEVICEID_HURRICANE_575B ||
1100 did
[all...]
/freebsd-11.0-release/sys/x86/cpufreq/
H A Dhwpstate.c401 int family, i, fid, did; local
415 did = AMD_10H_11H_CUR_DID(msr);
419 /* fid/did to frequency */
420 hwpstate_set[i].freq = 100 * (fid + 0x08) / (1 << did);
423 /* fid/did to frequency */
424 hwpstate_set[i].freq = 100 * (fid + 0x10) / (1 << did);
/freebsd-11.0-release/contrib/bmake/mk/
H A Dtarget-flags.mk27 # variables. The original version of this macro file did
/freebsd-11.0-release/sys/dev/pci/
H A Dpci_private.h54 uint16_t vid, uint16_t did);
165 uint16_t rid, uint16_t vid, uint16_t did);
/freebsd-11.0-release/sys/i386/pci/
H A Dpci_cfgreg.c145 u_int16_t vid, did; local
176 did = pci_cfgregread(0, 0, 0, PCIR_DEVICE, 2);
179 switch (did) {

Completed in 246 milliseconds

1234