Searched refs:oci (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/common/
H A Docv.c22 int ocv_derive_all_parameters(struct oci_info *oci) argument
26 oci->freq = ieee80211_chan_to_freq(NULL, oci->op_class, oci->channel);
27 if (oci->freq < 0) {
30 oci->op_class, oci->channel);
34 op_class_map = get_oper_class(NULL, oci->op_class);
38 oci->op_class);
42 oci
102 struct oci_info oci; local
[all...]
H A Docv.h32 int ocv_derive_all_parameters(struct oci_info *oci);
H A Dieee802_11_common.h94 const u8 *oci; member in struct:ieee802_11_elems
H A Dwpa_common.h462 const u8 *oci; member in struct:wpa_ft_ies
H A Dieee802_11_common.c282 elems->oci = pos;
H A Dwpa_common.c903 parse->oci = pos;
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_ie.h37 const u8 *oci; member in struct:wpa_eapol_ie_parse
H A Dieee802_11_shared.c256 if (ocv_verify_tx_params(elems.oci, elems.oci_len, &ci,
H A Dwpa_auth_ie.c1058 ie->oci = pos + 2 + RSN_SELECTOR_LEN;
H A Dwpa_auth.c2959 if (ocv_verify_tx_params(kde.oci, kde.oci_len, &ci,
3667 if (ocv_verify_tx_params(kde.oci, kde.oci_len, &ci,
H A Dwpa_auth_ft.c3314 if (ocv_verify_tx_params(parse.oci, parse.oci_len, &ci,
H A Dieee802_11.c3306 if (ocv_verify_tx_params(elems.oci, elems.oci_len, &ci,
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dwpa_ie.h57 const u8 *oci; member in struct:wpa_eapol_ie_parse
H A Dwpa_ie.c471 ie->oci = pos + 2 + RSN_SELECTOR_LEN;
H A Dwpa_ft.c1007 if (ocv_verify_tx_params(parse.oci, parse.oci_len, &ci,
H A Dwpa.c1514 if (ocv_verify_tx_params(ie.oci, ie.oci_len, &ci,
1634 if (ocv_verify_tx_params(ie.oci, ie.oci_len, &ci,
4377 if (ocv_verify_tx_params(elems.oci, elems.oci_len, &ci,
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlvm.c795 CallInfo *oci = nci->previous; /* caller frame */
797 StkId ofunc = oci->func; /* caller function */
802 if (cl->p->sizep > 0) luaF_close(L, oci->u.l.base);
806 oci->u.l.base = ofunc + (nci->u.l.base - nfunc); /* correct base */
807 oci->top = L->top = ofunc + (L->top - nfunc); /* correct top */
808 oci->u.l.savedpc = nci->u.l.savedpc;
809 oci->callstatus |= CIST_TAIL; /* function was tail called */
810 ci = L->ci = oci; /* remove new frame */
811 lua_assert(L->top == oci->u.l.base + getproto(ofunc)->maxstacksize);
/freebsd-11-stable/contrib/lua/src/
H A Dlvm.c1155 CallInfo *oci = nci->previous; /* caller frame */ local
1157 StkId ofunc = oci->func; /* caller function */
1162 if (cl->p->sizep > 0) luaF_close(L, oci->u.l.base);
1166 oci->u.l.base = ofunc + (nci->u.l.base - nfunc); /* correct base */
1167 oci->top = L->top = ofunc + (L->top - nfunc); /* correct top */
1168 oci->u.l.savedpc = nci->u.l.savedpc;
1169 oci->callstatus |= CIST_TAIL; /* function was tail called */
1170 ci = L->ci = oci; /* remove new frame */
1171 lua_assert(L->top == oci->u.l.base + getproto(ofunc)->maxstacksize);
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-uahcx-defs.h2736 uint32_t oci : 1; /**< OverCurrentIndicator. This bit reports overcurrent conditions when the global member in struct:cvmx_uahcx_ohci0_hcrhstatus::cvmx_uahcx_ohci0_hcrhstatus_s
2749 uint32_t oci : 1;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dmesh_mpm.c1295 if (ocv_verify_tx_params(elems.oci, elems.oci_len, &ci,
H A Dsme.c2571 if (ocv_verify_tx_params(elems.oci, elems.oci_len, &ci,
/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd_oracle.c60 #include <oci.h>
/freebsd-11-stable/contrib/apr-util/
H A Dconfigure21166 for ac_header in oci.h
21168 ac_fn_c_check_header_mongrel "$LINENO" "oci.h" "ac_cv_header_oci_h" "$ac_includes_default"
21445 for ac_header in oci.h
21447 ac_fn_c_check_header_mongrel "$LINENO" "oci.h" "ac_cv_header_oci_h" "$ac_includes_default"

Completed in 743 milliseconds