| /src/libexec/ftpd/ |
| extern.h | 268 struct sockinet advertise; /* PASV address to advertise as */ member in struct:ftpclass
|
| /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/dev/pci/cxgb/ |
| cxgb_common.h | 521 int (*advertise)(struct cphy *phy, unsigned int advertise_map); member in struct:cphy_ops
|
| /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/crypto/external/apache2/openssl/dist/ssl/ |
| ssl_local.h | 1150 /* Do we advertise Post-handshake auth support? */ 1891 int advertise; member in struct:sigalg_lookup_st
|