HomeSort by: relevance | last modified time | path
    Searched refs:advertise (Results 1 - 16 of 16) sorted by relevancy

  /src/libexec/ftpd/
conf.c 93 memset((char *)&curclass.advertise, 0, sizeof(curclass.advertise));
94 curclass.advertise.su_len = 0; /* `not used' */
224 } else if ((strcasecmp(word, "advertise") == 0)
229 memset((char *)&curclass.advertise, 0,
230 sizeof(curclass.advertise));
231 curclass.advertise.su_len = 0;
257 if (sizeof(curclass.advertise) < res->ai_addrlen || (
267 memcpy(&curclass.advertise, res->ai_addr,
269 curclass.advertise.su_len = res->ai_addrlen
    [all...]
extern.h 268 struct sockinet advertise; /* PASV address to advertise as */ member in struct:ftpclass
ftpd.c 2620 if (curclass.advertise.su_len != 0)
2621 su = &curclass.advertise;
2774 if (curclass.advertise.su_len != 0) {
2778 bp = inet_ntop(curclass.advertise.su_family,
2779 (void *)&curclass.advertise.su_addr,
2782 reply(0, "PASV advertise address: %s", bp);
3078 if (curclass.advertise.su_len != 0)
3079 a = (char *) &curclass.advertise.su_addr;
3215 if (curclass.advertise.su_len != 0)
3216 advert = &curclass.advertise;
    [all...]
  /src/sys/dev/pci/cxgb/
cxgb_vsc8211.c 240 .advertise = t3_phy_advertise,
cxgb_mv88e1xxx.c 284 .advertise = t3_phy_advertise,
cxgb_common.h 521 int (*advertise)(struct cphy *phy, unsigned int advertise_map); member in struct:cphy_ops
cxgb_t3_hw.c 366 * @advert: bitmap of capabilities the PHY should advertise
368 * Sets a 10/100/1000 PHY's advertisement registers to advertise the
1150 * - If the PHY can auto-negotiate first decide what to advertise, then
1168 phy->ops->advertise(phy, lc->advertising);
  /src/sys/dev/pci/ixgbe/
ixgbe.c 1249 sc->advertise = ixgbe_get_default_advertise(sc);
3081 "supported advertise speeds\n");
3123 sc->advertise = 0;
3126 sc->advertise |= 1 << 2;
3128 sc->advertise |= 1 << 1;
3130 sc->advertise |= 1 << 0;
3132 sc->advertise |= 1 << 3;
3134 sc->advertise |= 1 << 4;
3136 sc->advertise |= 1 << 5;
4014 * will re-advertise all previous advertised speed
5542 int error = 0, advertise; local in function:ixgbe_sysctl_advertise
    [all...]
ixgbe.h 503 int advertise; /* link speeds */ member in struct:ixgbe_softc
677 "\t0x1 - advertise 100M\n" \
678 "\t0x2 - advertise 1G\n" \
679 "\t0x4 - advertise 10G\n" \
680 "\t0x8 - advertise 10M\n" \
681 "\t0x10 - advertise 2.5G\n" \
682 "\t0x20 - advertise 5G\n\n" \
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_acpi.c 681 * @advertise: set advertise caps flag if set
688 u8 perf_req, bool advertise)
725 if (advertise)
amdgpu.h 1242 u8 perf_req, bool advertise);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_acpi.c 625 * @advertise: set advertise caps flag if set
632 u8 perf_req, bool advertise)
666 if (advertise)
radeon_cypress_dpm.c 307 u8 perf_req, bool advertise)
323 return radeon_acpi_pcie_performance_request(rdev, perf_req, advertise);
327 return radeon_acpi_pcie_performance_request(rdev, perf_req, advertise);
radeon_ni_dpm.c 3423 u8 perf_req, bool advertise)
3433 return radeon_acpi_pcie_performance_request(rdev, perf_req, advertise);
3437 return radeon_acpi_pcie_performance_request(rdev, perf_req, advertise);
radeon.h 3013 u8 perf_req, bool advertise);
  /src/tools/compat/
configure 2168 /* Does the compiler advertise C89 conformance?
2172 # error "Compiler does not advertise C89 conformance"
2237 /* Does the compiler advertise C99 conformance? */
2239 # error "Compiler does not advertise C99 conformance"
2387 /* Does the compiler advertise C11 conformance? */
2389 # error "Compiler does not advertise C11 conformance"

Completed in 101 milliseconds