Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Docv.c22 int ocv_derive_all_parameters(struct oci_info *oci) in ocv_derive_all_parameters() argument
26 oci->freq = ieee80211_chan_to_freq(NULL, oci->op_class, oci->channel); in ocv_derive_all_parameters()
27 if (oci->freq < 0) { in ocv_derive_all_parameters()
30 oci->op_class, oci->channel); in ocv_derive_all_parameters()
34 op_class_map = get_oper_class(NULL, oci->op_class); in ocv_derive_all_parameters()
38 oci->op_class); in ocv_derive_all_parameters()
42 oci->chanwidth = oper_class_bw_to_int(op_class_map); in ocv_derive_all_parameters()
43 oci->sec_channel = 0; in ocv_derive_all_parameters()
45 oci->sec_channel = 1; in ocv_derive_all_parameters()
47 oci->sec_channel = -1; in ocv_derive_all_parameters()
[all …]
H A Docv.h38 int ocv_derive_all_parameters(struct oci_info *oci);
H A Dwpa_common.h618 const u8 *oci; member
710 const u8 *oci; member
H A Dieee802_11_common.h107 const u8 *oci; member
H A Dwpa_common.c1216 parse->oci = pos; in wpa_ft_parse_ftie()
1219 parse->oci, parse->oci_len); in wpa_ft_parse_ftie()
3912 ie->oci = p; in wpa_parse_generic()
H A Dieee802_11_common.c400 elems->oci = pos; in ieee802_11_parse_extension()
994 elems->oci = NULL; in ieee802_11_elems_clear_ext_ids()
/freebsd/release/scripts/
H A Dmake-oci-image.sh20 . ${curdir}/tools/oci-image-${image}.conf
133 mkdir -p ${workdir}/oci/blobs/sha256
134 echo "{\"imageLayoutVersion\": \"1.0.0\"}" > ${workdir}/oci/oci-layout
135 …{\"org.opencontainers.image.ref.name\":\"freebsd-${image}:${ver}\"}}]}" > ${workdir}/oci/index.json
136 ln ${workdir}/rootfs.tar.gz ${workdir}/oci/blobs/sha256/${root_hash}
137 ln ${workdir}/config.json ${workdir}/oci/blobs/sha256/${config_hash}
138 ln ${workdir}/manifest.json ${workdir}/oci/blobs/sha256/${manifest_hash}
140 tar -C ${workdir}/oci --xz --strip-components 1 --no-read-sparse -a -cf ${output} .
/freebsd/release/
H A DMakefile.oci9 oci-install:
29 …sh ${.CURDIR}/scripts/make-oci-image.sh ${.CURDIR} ${REVISION} ${BRANCH} ${TARGET_ARCH} ${_IMG} co…
32 oci-release: ${OCI_TARGETS}
H A DMakefile.mirrors62 STAGE_TARGETS+= oci-images-stage
328 oci-images-stage:
H A DMakefile480 .include "${.CURDIR}/Makefile.oci"
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlvm.c796 CallInfo *oci = nci->previous; /* caller frame */ in luaV_execute()
798 StkId ofunc = oci->func; /* caller function */ in luaV_execute()
803 if (cl->p->sizep > 0) luaF_close(L, oci->u.l.base); in luaV_execute()
807 oci->u.l.base = ofunc + (nci->u.l.base - nfunc); /* correct base */ in luaV_execute()
808 oci->top = L->top = ofunc + (L->top - nfunc); /* correct top */ in luaV_execute()
809 oci->u.l.savedpc = nci->u.l.savedpc; in luaV_execute()
810 oci->callstatus |= CIST_TAIL; /* function was tail called */ in luaV_execute()
811 ci = L->ci = oci; /* remove new frame */ in luaV_execute()
812 lua_assert(L->top == oci->u.l.base + getproto(ofunc)->maxstacksize); in luaV_execute()
/freebsd/share/examples/
H A DMakefile24 oci \
199 SE_DIRS+= oci
/freebsd/share/misc/
H A Diso639366 oc oci oci Occitan (post 1500); Provençal
/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_eht.c2747 if (!elems.oci || !elems.oci_len) { in hostapd_handle_link_reconf_req()
2768 if (!ocv_verify_tx_params(elems.oci, elems.oci_len, &ci, in hostapd_handle_link_reconf_req()
H A Dieee802_11_shared.c306 if (ocv_verify_tx_params(elems.oci, elems.oci_len, &ci, in ieee802_11_sa_query_action()
H A Dwpa_auth.c4121 res = ocv_verify_tx_params(kde.oci, kde.oci_len, &ci,
5853 if (ocv_verify_tx_params(kde.oci, kde.oci_len, &ci,
H A Dwpa_auth_ft.c3692 res = ocv_verify_tx_params(parse.oci, parse.oci_len, &ci, in wpa_ft_validate_reassoc()
H A Dieee802_11.c6069 res = ocv_verify_tx_params(elems->oci, elems->oci_len, &ci, in __check_assoc_ies()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dmesh_mpm.c1336 if (ocv_verify_tx_params(elems.oci, elems.oci_len, &ci, in mesh_mpm_action_rx()
H A Dsme.c5732 if (ocv_verify_tx_params(elems.oci, elems.oci_len, &ci, in sme_sa_query_rx()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_ft.c1244 if (ocv_verify_tx_params(parse.oci, parse.oci_len, &ci, in wpa_ft_validate_reassoc_resp()
H A Dwpa.c2987 if (ocv_verify_tx_params(ie.oci, ie.oci_len, &ci, in wpa_supplicant_process_3_of_4()
3255 if (ocv_verify_tx_params(ie.oci, ie.oci_len, &ci, in wpa_supplicant_process_mlo_1_of_2()
3503 if (ocv_verify_tx_params(ie.oci, ie.oci_len, &ci, in wpa_supplicant_process_1_of_2()
7044 if (ocv_verify_tx_params(elems.oci, elems.oci_len, &ci, in fils_process_assoc_resp()
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc1881 OLD_FILES+=usr/share/examples/oci/Containerfile.pkg
1882 OLD_FILES+=usr/share/examples/oci/README
2048 OLD_DIRS+=usr/share/examples/oci