HomeSort by: relevance | last modified time | path
    Searched defs:configured (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/shark/shark/
ns87307.c 125 u_int configured = false;
144 configured = true;
147 return (configured);
193 u_int configured;
196 configured = false; /* be a pessimist */
211 configured = true;
215 return (configured);
259 u_int configured = false;
289 configured = true;
293 return (configured);
124 u_int configured = false; local
191 u_int configured; local
257 u_int configured = false; local
    [all...]
  /src/sys/dev/
md.c 148 * This is called if we are configured as a pseudo-device
265 bool configured; local
298 configured = (sc->sc_type != MD_UNCONFIGURED);
300 /* initialize disklabel if the device is configured in open hook */
301 if (!configured && sc->sc_type != MD_UNCONFIGURED)
612 /* This unit is now configured. */
650 /* This unit is now configured. */
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_tls.c 51 /* Whether our SSL object for TLS has been configured for use in QUIC */
52 unsigned int configured : 1; member in struct:quic_tls_st
547 * Due to the way we are configured and used we never expect any of the next set
783 if (!qtls->configured) {
792 * No matter how the user has configured us, there are certain
803 "ALPN must be configured when using QUIC");
816 qtls->configured = 1;
  /src/external/bsd/wpa/dist/src/ap/
ap_config.h 143 int configured; member in struct:hostapd_vlan
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 1106 /* A class may be configured to permit a limited number of leases. */
1414 int configured; /* If set to 1, interface has at least member in struct:interface_info

Completed in 33 milliseconds