Home
last modified time | relevance | path

Searched refs:nci (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/net/nfc/
H A Dnxp-nci.txt4 - compatible: Should be "nxp,nxp-nci-i2c".
22 compatible = "nxp,nxp-nci-i2c";
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_compat.c476 struct rule_check_info *ci, *nci; in add_rules_v0() local
482 ret = parse_rules_v0(chain, op3, sd, &rtlv, &nci); in add_rules_v0()
488 for (i = 0, ci = nci; i < rtlv->count; i++, ci++) in add_rules_v0()
493 if ((ret = ipfw_commit_rules(chain, nci, rtlv->count)) != 0) { in add_rules_v0()
494 for (i = 0, ci = nci; i < rtlv->count; i++, ci++) in add_rules_v0()
498 free(nci, M_TEMP); in add_rules_v0()
H A Dip_fw_sockopt.c2506 struct rule_check_info *ci, *nci; in add_rules() local
2512 ret = parse_rules_v1(chain, op3, sd, &rtlv, &nci); in add_rules()
2518 for (i = 0, ci = nci; i < rtlv->count; i++, ci++) in add_rules()
2523 if ((ret = ipfw_commit_rules(chain, nci, rtlv->count)) != 0) { in add_rules()
2524 for (i = 0, ci = nci; i < rtlv->count; i++, ci++) in add_rules()
2528 free(nci, M_TEMP); in add_rules()
/freebsd/contrib/lua/src/
H A Dlstate.c114 L->nci++; in luaE_extendCI()
129 L->nci--; in freeCI()
146 L->nci--; in luaE_shrinkCI()
208 lua_assert(L->nci == 0); in freestack()
253 L->nci = 0; in preinit_thread()
H A Dlstate.h313 unsigned short nci; /* number of items in 'ci' list */ member
H A Dltests.c986 lua_pushinteger(L, L->nci); in stacklevel()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlvm.c795 CallInfo *nci = L->ci; /* called frame */ in luaV_execute()
796 CallInfo *oci = nci->previous; /* caller frame */ in luaV_execute()
797 StkId nfunc = nci->func; /* called function */ in luaV_execute()
800 StkId lim = nci->u.l.base + getproto(nfunc)->numparams; in luaV_execute()
807 oci->u.l.base = ofunc + (nci->u.l.base - nfunc); /* correct base */ in luaV_execute()
809 oci->u.l.savedpc = nci->u.l.savedpc; in luaV_execute()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsdm632-fairphone-fp3.dts73 compatible = "nxp,nq310", "nxp,nxp-nci-i2c";
H A Dmsm8916-huawei-g7.dts201 compatible = "nxp,pn547", "nxp,nxp-nci-i2c";
H A Dmsm8976-longcheer-l9360.dts146 compatible = "nxp,pn547", "nxp,nxp-nci-i2c";
H A Dmsm8916-samsung-serranove.dts197 compatible = "nxp,pn547", "nxp,nxp-nci-i2c";
H A Dmsm8939-samsung-a7.dts120 compatible = "nxp,pn547", "nxp,nxp-nci-i2c";
H A Dmsm8998-oneplus-common.dtsi208 compatible = "nxp,nxp-nci-i2c";
H A Dmsm8996-xiaomi-common.dtsi191 compatible = "nxp,nxp-nci-i2c";
H A Dsm8250-sony-xperia-edo.dtsi462 compatible = "nxp,nxp-nci-i2c";
H A Dsm8150-sony-xperia-kumano.dtsi496 compatible = "nxp,nxp-nci-i2c";
H A Dsm7325-nothing-spacewar.dts956 "nxp,nxp-nci-i2c";
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7507 nci = nested_indirect_field_decl->chain_begin(), in BuildIndirectFields() local
7509 nci < nce; ++nci) { in BuildIndirectFields()
7510 chain[chain_index] = *nci; in BuildIndirectFields()