Searched defs:our (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c608 uint32_t our; local
615 our = pci_config_get32(dev->d_pcih, PCI_OUR_REG_4);
616 our &= (PCI_FORCE_ASPM_REQUEST|PCI_ASPM_GPHY_LINK_DOWN|
619 pci_config_put32(dev->d_pcih, PCI_OUR_REG_4, our);
622 our = pci_config_get32(dev->d_pcih, PCI_OUR_REG_5);
623 our &= P_CTL_TIM_VMAIN_AV_MSK;
624 pci_config_put32(dev->d_pcih, PCI_OUR_REG_5, our);
632 our = CSR_READ_4(dev, B2_GP_IO);
633 our |= GLB_GPIO_STAT_RACE_DIS;
634 CSR_WRITE_4(dev, B2_GP_IO, our);
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c623 // 1. It runs though all our LocalOnlyQuestions delivering answers as appropriate,
626 // our main question list, delivering answers to mDNSInterface_Any questions as appropriate,
715 // Suppose real record has TTL of 3600, and our local caching server has held it for 3500 seconds, so it returns an aged TTL of 100.
716 // If we do our normal refresh at 80% of the TTL, our local caching server will return 20 seconds, so we'll do another
719 // We adjust the 100 second TTL to 127. This means that when we do our 80% query at 102 seconds,
720 // the cached copy at our local caching server will already have expired, so the server will be forced
752 // PacketRRMatchesSignature behaves as SameResourceRecordSignature, except that types may differ if our
755 // In addition, when probing we send our questions with the wildcard type kDNSQType_ANY,
784 // If RR signature is different, or data is different, then don't suppress our answe
6939 CompareRData(const AuthRecord *const our, const CacheRecord *const pkt) argument
7020 PacketRRConflict(const mDNS *const m, const AuthRecord *const our, const CacheRecord *const pktrr) argument
7047 ResolveSimultaneousProbe(mDNS *const m, const DNSMessage *const query, const mDNSu8 *const end, DNSQuestion *q, AuthRecord *our) argument
[all...]

Completed in 97 milliseconds