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

  /src/sys/dev/ic/
rtl80x9.c 168 uint8_t conf2, conf3; local
176 conf2 = bus_space_read_1(sc->sc_regt, sc->sc_regh, NERTL_RTL3_CONFIG2);
178 printf("[0x%02x 0x%02x] ", conf2, conf3);
180 conf2 &= RTL3_CONFIG2_PL1 | RTL3_CONFIG2_PL0;
182 switch (conf2) {
  /src/external/bsd/wpa/dist/src/common/
dpp.c 2036 struct wpabuf *conf = NULL, *conf2 = NULL, *env_data = NULL, *pc = NULL; local
2059 conf2 = dpp_build_conf_obj(auth, netrole, 1, cert_req);
2083 if (conf2)
2084 clear_len += 4 + wpabuf_len(conf2);
2165 if (auth->peer_version >= 2 && conf2) {
2167 wpabuf_put_le16(clear, wpabuf_len(conf2));
2168 wpabuf_put_buf(clear, conf2);
2169 } else if (conf2) {
2263 wpabuf_clear_free(conf2);
  /src/external/gpl3/gcc/dist/gcc/fortran/
symbol.cc 436 #define conf2(a) if (attr->a) { a2 = a; goto conflict; } macro
748 conf2 (pdt_kind);
749 conf2 (pdt_len);
769 conf2 (codimension);
770 conf2 (dimension);
771 conf2 (dummy);
772 conf2 (volatile_);
773 conf2 (asynchronous);
774 conf2 (contiguous);
775 conf2 (pointer)
935 #undef conf2 macro
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
symbol.cc 401 #define conf2(a) if (attr->a) { a2 = a; goto conflict; } macro
728 conf2 (pdt_kind);
729 conf2 (pdt_len);
749 conf2 (codimension);
750 conf2 (dimension);
751 conf2 (dummy);
752 conf2 (volatile_);
753 conf2 (asynchronous);
754 conf2 (contiguous);
755 conf2 (pointer)
929 #undef conf2 macro
    [all...]

Completed in 28 milliseconds