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

1 2

  /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
5541 int error = 0, advertise; local
    [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/crypto/external/apache2/openssl/dist/ssl/
t1_lib.c 2247 cache[cache_idx].advertise = 0;
2261 if (ent->available && !ent->advertise) {
2262 ent->advertise = 1;
2273 if (ent->available && !ent->advertise)
ssl_local.h 1150 /* Do we advertise Post-handshake auth support? */
1891 int advertise; member in struct:sigalg_lookup_st
  /src/external/bsd/openldap/dist/servers/slapd/
bconfig.c 745 { "subordinate", "[advertise]", 1, 2, 0, ARG_DB|ARG_MAGIC,
2943 int advertise = 0; local
2950 bv.bv_val = SLAP_GLUE_ADVERTISE( c->be ) ? "advertise" : "TRUE";
2951 bv.bv_len = SLAP_GLUE_ADVERTISE( c->be ) ? STRLENOF("advertise") :
2959 if ( !c->line || strcasecmp( c->line, "advertise" )) {
2983 } else if ( strcasecmp( c->argv[1], "advertise" ) == 0 ) {
2984 advertise = 1;
2989 "subordinate must be \"TRUE\", \"FALSE\" or \"advertise\"" );
2998 rc = glue_sub_add( c->be, advertise, CONFIG_ONLINE_ADD( c ));
  /src/external/bsd/less/dist/
configure 2055 /* Does the compiler advertise C89 conformance?
2059 # error "Compiler does not advertise C89 conformance"
2111 // Does the compiler advertise C99 conformance?
2113 # error "Compiler does not advertise C99 conformance"
2257 // Does the compiler advertise C11 conformance?
2259 # error "Compiler does not advertise C11 conformance"
  /src/external/bsd/nsd/dist/simdzone/
configure 1977 /* Does the compiler advertise C89 conformance?
1981 # error "Compiler does not advertise C89 conformance"
2046 /* Does the compiler advertise C99 conformance? */
2048 # error "Compiler does not advertise C99 conformance"
2196 /* Does the compiler advertise C11 conformance? */
2198 # error "Compiler does not advertise C11 conformance"
  /src/external/bsd/openpam/dist/
configure 2291 /* Does the compiler advertise C89 conformance?
2295 # error "Compiler does not advertise C89 conformance"
2360 /* Does the compiler advertise C99 conformance? */
2362 # error "Compiler does not advertise C99 conformance"
2510 /* Does the compiler advertise C11 conformance? */
2512 # error "Compiler does not advertise C11 conformance"
2626 // Does the compiler advertise C++98 conformance?
2628 # error "Compiler does not advertise C++98 conformance"
2683 // Does the compiler advertise C++ 2011 conformance?
2685 # error "Compiler does not advertise C++11 conformance
    [all...]
  /src/external/mit/expat/dist/
configure 2541 /* Does the compiler advertise C89 conformance?
2545 # error "Compiler does not advertise C89 conformance"
2595 // Does the compiler advertise C99 conformance?
2597 # error "Compiler does not advertise C99 conformance"
2742 // Does the compiler advertise C11 conformance?
2744 # error "Compiler does not advertise C11 conformance"
2857 // Does the compiler advertise C++98 conformance?
2859 # error "Compiler does not advertise C++98 conformance"
2914 // Does the compiler advertise C++ 2011 conformance?
2916 # error "Compiler does not advertise C++11 conformance
    [all...]
  /src/external/mit/isl/dist/
configure 2640 /* Does the compiler advertise C89 conformance?
2644 # error "Compiler does not advertise C89 conformance"
2696 // Does the compiler advertise C99 conformance?
2698 # error "Compiler does not advertise C99 conformance"
2842 // Does the compiler advertise C11 conformance?
2844 # error "Compiler does not advertise C11 conformance"
2948 // Does the compiler advertise C++98 conformance?
2950 # error "Compiler does not advertise C++98 conformance"
3005 // Does the compiler advertise C++ 2011 conformance?
3007 # error "Compiler does not advertise C++11 conformance
    [all...]
  /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"
  /src/external/bsd/tcpdump/dist/
configure 2362 /* Does the compiler advertise C89 conformance?
2366 # error "Compiler does not advertise C89 conformance"
2418 // Does the compiler advertise C99 conformance?
2420 # error "Compiler does not advertise C99 conformance"
2564 // Does the compiler advertise C11 conformance?
2566 # error "Compiler does not advertise C11 conformance"

Completed in 90 milliseconds

1 2