| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ffc/ |
| H A D | ffc_backend.c | 22 const OSSL_PARAM *prm; in ossl_ffc_params_fromdata() local 30 prm = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_GROUP_NAME); in ossl_ffc_params_fromdata() 31 if (prm != NULL) { in ossl_ffc_params_fromdata() 39 if (prm->data_type != OSSL_PARAM_UTF8_STRING in ossl_ffc_params_fromdata() 40 || prm->data == NULL in ossl_ffc_params_fromdata() 41 || (group = ossl_ffc_name_to_dh_named_group(prm->data)) == NULL in ossl_ffc_params_fromdata() 56 prm = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_GINDEX); in ossl_ffc_params_fromdata() 57 if (prm != NULL) { in ossl_ffc_params_fromdata() 58 if (!OSSL_PARAM_get_int(prm, &i)) in ossl_ffc_params_fromdata() 62 prm = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_PCOUNTER); in ossl_ffc_params_fromdata() [all …]
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | omap4.dtsi | 759 &prm { 760 prm_mpu: prm@300 { 761 compatible = "ti,omap4-prm-inst", "ti,omap-prm-inst"; 766 prm_tesla: prm@400 { 767 compatible = "ti,omap4-prm-inst", "ti,omap-prm-inst"; 773 prm_abe: prm@500 { 774 compatible = "ti,omap4-prm-inst", "ti,omap-prm-inst"; 779 prm_always_on_core: prm@600 { 780 compatible = "ti,omap4-prm-inst", "ti,omap-prm-inst"; 785 prm_core: prm@700 { [all …]
|
| H A D | omap5.dtsi | 734 &prm { 735 prm_mpu: prm@300 { 736 compatible = "ti,omap5-prm-inst", "ti,omap-prm-inst"; 741 prm_dsp: prm@400 { 742 compatible = "ti,omap5-prm-inst", "ti,omap-prm-inst"; 748 prm_abe: prm@500 { 749 compatible = "ti,omap5-prm-inst", "ti,omap-prm-inst"; 754 prm_coreaon: prm@600 { 755 compatible = "ti,omap5-prm-inst", "ti,omap-prm-inst"; 760 prm_core: prm@700 { [all …]
|
| H A D | dra7.dtsi | 1184 &prm { 1185 prm_mpu: prm@300 { 1186 compatible = "ti,dra7-prm-inst", "ti,omap-prm-inst"; 1191 prm_dsp1: prm@400 { 1192 compatible = "ti,dra7-prm-inst", "ti,omap-prm-inst"; 1198 prm_ipu: prm@500 { 1199 compatible = "ti,dra7-prm-inst", "ti,omap-prm-inst"; 1205 prm_coreaon: prm@628 { 1206 compatible = "ti,dra7-prm-inst", "ti,omap-prm-inst"; 1211 prm_core: prm@700 { [all …]
|
| H A D | am4372.dtsi | 728 prm_mpu: prm@300 { 729 compatible = "ti,am4-prm-inst", "ti,omap-prm-inst"; 734 prm_gfx: prm@400 { 735 compatible = "ti,am4-prm-inst", "ti,omap-prm-inst"; 741 prm_rtc: prm@500 { 742 compatible = "ti,am4-prm-inst", "ti,omap-prm-inst"; 747 prm_tamper: prm@600 { 748 compatible = "ti,am4-prm-inst", "ti,omap-prm-inst"; 753 prm_cefuse: prm@700 { 754 compatible = "ti,am4-prm-inst", "ti,omap-prm-inst"; [all …]
|
| H A D | am33xx.dtsi | 644 prm_per: prm@c00 { 645 compatible = "ti,am3-prm-inst", "ti,omap-prm-inst"; 651 prm_wkup: prm@d00 { 652 compatible = "ti,am3-prm-inst", "ti,omap-prm-inst"; 658 prm_mpu: prm@e00 { 659 compatible = "ti,am3-prm-inst", "ti,omap-prm-inst"; 664 prm_device: prm@f00 { 665 compatible = "ti,am3-prm-inst", "ti,omap-prm-inst"; 670 prm_rtc: prm@1000 { 671 compatible = "ti,am3-prm-inst", "ti,omap-prm-inst"; [all …]
|
| H A D | omap3.dtsi | 215 prm: prm@48306000 { label 216 compatible = "ti,omap3-prm";
|
| /netbsd-src/sys/dev/raidframe/ |
| H A D | rf_evenodd_dagfuncs.c | 638 int i, prm, sector, nresults = node->numResults; in rf_EvenOddDoubleRecoveryFunc() local 742 for (prm = 0; prm < ndataParam; prm++) { in rf_EvenOddDoubleRecoveryFunc() 743 pda = node->params[prm].p; in rf_EvenOddDoubleRecoveryFunc() 744 suoff[prm] = rf_StripeUnitOffset(layoutPtr, pda->startSector); in rf_EvenOddDoubleRecoveryFunc() 745 suend[prm] = suoff[prm] + pda->numSector; in rf_EvenOddDoubleRecoveryFunc() 746 prmToCol[prm] = rf_EUCol(layoutPtr, pda->raidAddress); in rf_EvenOddDoubleRecoveryFunc() 758 for (prm = 0; prm < ndataParam; prm++) in rf_EvenOddDoubleRecoveryFunc() 759 if (suoff[prm] <= sector && sector < suend[prm]) in rf_EvenOddDoubleRecoveryFunc() 760 buf[(prmToCol[prm])] = (char *)((RF_PhysDiskAddr_t *) node->params[prm].p)->bufPtr + in rf_EvenOddDoubleRecoveryFunc() 761 rf_RaidAddressToByte(raidPtr, sector - suoff[prm]); in rf_EvenOddDoubleRecoveryFunc() [all …]
|
| /netbsd-src/sys/arch/sandpoint/stand/altboot/ |
| H A D | fxp.c | 233 #define prm 0 in fxp_init() macro 250 cbp->save_bf = prm; /* save bad frames */ in fxp_init() 251 cbp->disc_short_rx = !prm; /* discard short packets */ in fxp_init() 260 cbp->promiscuous = prm; /* promiscuous mode */ in fxp_init() 263 cbp->stripping = !prm; /* truncate rx packet to byte count */ in fxp_init() 270 #undef prm in fxp_init()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | statementsem.c | 1463 Parameter *prm = Parameter::getNth(tfld->parameters, i); in visit() local 1465 stc = prm->storageClass & STCref; in visit() 1772 if (fs->prm->type) in visit() 1774 fs->prm->type = fs->prm->type->semantic(loc, sc); in visit() 1775 fs->prm->type = fs->prm->type->addStorageClass(fs->prm->storageClass); in visit() 1776 fs->lwr = fs->lwr->implicitCastTo(sc, fs->prm->type); in visit() 1778 if (fs->upr->implicitConvTo(fs->prm->type) || (fs->prm->storageClass & STCref)) in visit() 1780 fs->upr = fs->upr->implicitCastTo(sc, fs->prm->type); in visit() 1788 if (!limit->implicitConvTo(fs->prm->type)) in visit() 1790 fs->upr = fs->upr->implicitCastTo(sc, fs->prm->type); in visit() [all …]
|
| H A D | statement.c | 916 ForeachRangeStatement::ForeachRangeStatement(Loc loc, TOK op, Parameter *prm, in ForeachRangeStatement() argument 921 this->prm = prm; in ForeachRangeStatement() 933 prm->syntaxCopy(), in syntaxCopy() 952 IfStatement::IfStatement(Loc loc, Parameter *prm, Expression *condition, Statement *ifbody, Stateme… in IfStatement() argument 955 this->prm = prm; in IfStatement() 966 prm ? prm->syntaxCopy() : NULL, in syntaxCopy()
|
| H A D | statement.h | 331 Parameter *prm; // loop index variable variable 339 ForeachRangeStatement(Loc loc, TOK op, Parameter *prm, 351 Parameter *prm; 359 …IfStatement(Loc loc, Parameter *prm, Expression *condition, Statement *ifbody, Statement *elsebody…
|
| H A D | hdrgen.c | 292 if (s->prm->type) in foreachRangeWithoutBody() 293 typeToBuffer(s->prm->type, s->prm->ident); in foreachRangeWithoutBody() 295 buf->writestring(s->prm->ident->toChars()); in foreachRangeWithoutBody() 335 if (Parameter *p = s->prm) in visit()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | statementsem.d | 1629 Parameter prm = tfld.parameterList[i]; in package() local 1631 stc = (prm.storageClass & STC.ref_) | (p.storageClass & STC.scope_); in package() 1632 if ((p.storageClass & STC.ref_) != (prm.storageClass & STC.ref_)) in package() 1634 if (!(prm.storageClass & STC.ref_)) in package() 1705 if (fs.prm.type) in package() 1707 fs.prm.type = fs.prm.type.typeSemantic(loc, sc); in package() 1708 fs.prm.type = fs.prm.type.addStorageClass(fs.prm.storageClass); in package() 1709 fs.lwr = fs.lwr.implicitCastTo(sc, fs.prm.type); in package() 1711 if (fs.upr.implicitConvTo(fs.prm.type) || (fs.prm.storageClass & STC.ref_)) in package() 1713 fs.upr = fs.upr.implicitCastTo(sc, fs.prm.type); in package() [all …]
|
| H A D | statement.d | 983 Parameter prm; // loop index variable variable 991 …extern (D) this(const ref Loc loc, TOK op, Parameter prm, Expression lwr, Expression upr, Statemen… in this() argument 995 this.prm = prm; in this() 1004 …return new ForeachRangeStatement(loc, op, prm.syntaxCopy(), lwr.syntaxCopy(), upr.syntaxCopy(), _b… in syntaxCopy() 1028 Parameter prm; variable 1035 …extern (D) this(const ref Loc loc, Parameter prm, Expression condition, Statement ifbody, Statemen… in this() argument 1038 this.prm = prm; in this() 1048 prm ? prm.syntaxCopy() : null, in syntaxCopy()
|
| H A D | transitivevisitor.d | 155 if (s.prm.type) in ParseVisitMethods() 156 visitType(s.prm.type); in ParseVisitMethods() 166 if (s.prm && s.prm.type) in ParseVisitMethods() 167 visitType(s.prm.type); in ParseVisitMethods()
|
| H A D | statement.h | 354 Parameter *prm; // loop index variable variable 372 Parameter *prm;
|
| H A D | hdrgen.d | 359 if (s.prm.type) in foreachRangeWithoutBody() 360 typeToBuffer(s.prm.type, s.prm.ident, buf, hgs); in foreachRangeWithoutBody() 362 buf.writestring(s.prm.ident.toString()); in foreachRangeWithoutBody() 406 if (Parameter p = s.prm) in visit() 1116 if (s.prm.type) in visit() 1117 typeToBuffer(s.prm.type, s.prm.ident, buf, hgs); in visit() 1119 buf.writestring(s.prm.ident.toString()); in visit()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| H A D | asn_mime.c | 384 MIME_PARAM *prm; in SMIME_read_ASN1() local 407 prm = mime_param_find(hdr, "boundary"); in SMIME_read_ASN1() 408 if (!prm || !prm->param_value) { in SMIME_read_ASN1() 413 ret = multi_split(bio, prm->param_value, &parts); in SMIME_read_ASN1()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| H A D | asn_mime.c | 405 MIME_PARAM *prm; in SMIME_read_ASN1_ex() local 428 prm = mime_param_find(hdr, "boundary"); in SMIME_read_ASN1_ex() 429 if (prm == NULL || prm->param_value == NULL) { in SMIME_read_ASN1_ex() 434 ret = multi_split(bio, flags, prm->param_value, &parts); in SMIME_read_ASN1_ex()
|
| /netbsd-src/usr.bin/tftp/ |
| H A D | main.c | 227 getmore(const char *cmd, const char *prm) in getmore() argument 230 (void)printf("%s", prm); in getmore()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | i82557.c | 1679 int i, prm, save_bf, lrxen, vlan_drop, allm, error = 0; in fxp_init() local 1717 prm = (ifp->if_flags & IFF_PROMISC) ? 1 : 0; in fxp_init() 1793 cbp->disc_short_rx = !prm; /* discard short packets */ in fxp_init() 1813 cbp->promiscuous = prm; /* promiscuous mode */ in fxp_init() 1819 cbp->stripping = !prm; /* truncate rx packet to byte count */ in fxp_init() 1853 cbp->fc_filter = !prm; /* drop FC frames to host */ in fxp_init()
|
| /netbsd-src/distrib/common/ |
| H A D | protocols | 24 prm 21 PRM
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | android | 233 0 string prm\x00 234 >0 regex prm\x000[0-9][0-9]\x00 Android ART profile metadata
|
| /netbsd-src/external/bsd/ipf/dist/etc/ |
| H A D | protocols | 21 prm 21 PRM # Packet Radio Measurement
|