Home
last modified time | relevance | path

Searched refs:fprot (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/hcs12mem/hcs12mem-1.4.1/src/
H A Dhcs12mcu.c458 uint8_t fprot; in hcs12mcu_identify() local
646 ret = (*hcs12mcu_target.read_byte)(HCS12_IO_FPROT, &fprot); in hcs12mcu_identify()
653 (const char *)((fprot & HCS12_FLASH_FPROT_FPOPEN) ? "off" : "on"), in hcs12mcu_identify()
655 hcs12_flash_prot_area_table[(fprot & HCS12_FLASH_FPROT_FPHS) >> 3]), in hcs12mcu_identify()
663 (const char *)((fprot & HCS12_FLASH_FPROT_FPOPEN) ? "off" : "on"), in hcs12mcu_identify()
665 hcs12_flash_prot_area_table[(fprot & HCS12_FLASH_FPROT_FPHS) >> 3]), in hcs12mcu_identify()
703 ret = (*hcs12mcu_target.read_byte)(HCS12_IO_FPROT, &fprot); in hcs12mcu_identify()
710 (const char *)((fprot & HCS12_FLASH_FPROT_FPOPEN) ? "off" : "on"), in hcs12mcu_identify()
712 hcs12_flash_prot_area_table[(fprot & HCS12_FLASH_FPROT_FPHS) >> 3]), in hcs12mcu_identify()
720 (const char *)((fprot & HCS12_FLASH_FPROT_FPOPEN) ? "off" : "on"), in hcs12mcu_identify()
[all …]
/dports/mail/anomy-sanitizer/anomy/bin/
H A Dsanitizer.pl75 my $fprot = new Anomy::Sanitizer::FProt;
76 $engine->register_scanner("fprotd", $fprot->get_sanitizer_callback());
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/tests/nonreg_tests/
H A Dbug_8818.dia.ref22 fprot = funcprot();
30 funcprot(fprot);
H A Dbug_8818.tst27 fprot = funcprot();
35 funcprot(fprot);
/dports/devel/openocd/openocd-0.11.0/src/flash/nor/
H A Dkinetis_ke.c791 uint8_t fprot; in kinetis_ke_protect_check() local
798 result = target_read_u8(bank->target, kinfo->ftmrx_fprot_addr, &fprot); in kinetis_ke_protect_check()
803 fpopen = fprot & 0x80; in kinetis_ke_protect_check()
804 fpldis = fprot & 0x04; in kinetis_ke_protect_check()
805 fphdis = fprot & 0x20; in kinetis_ke_protect_check()
806 fphs = (fprot >> 3) & 0x03; in kinetis_ke_protect_check()
807 fpls = fprot & 0x03; in kinetis_ke_protect_check()
H A Dkinetis.c1367 uint32_t fprot; in kinetis_protect_check() local
1372 result = target_read_u32(bank->target, FTFx_FPROT3, &fprot); in kinetis_protect_check()
1386 fprot = fdprot; in kinetis_protect_check()
1395 if ((fprot >> b) & 1) in kinetis_protect_check()
1409 uint32_t fprot = 0xffffffff; in kinetis_fill_fcf() local
1443 fprot &= ~pflash_bit; in kinetis_fill_fcf()
1459 target_buffer_set_u32(bank->target, fcf + FCF_FPROT, fprot); in kinetis_fill_fcf()
/dports/security/maia/maia_mailguard-7f20bd4/php/themes/dgm/templates/
H A Dadminsystem.tpl78 {if $virus_lookup == "fprot"}
79 <option value="fprot" selected>{$lang.text_fprot}</option>
81 <option value="fprot">{$lang.text_fprot}</option>
/dports/security/wolfssl/wolfssl-5.1.0/IDE/ROWLEY-CROSSWORKS-ARM/
H A Dkinetis_hw.c328 uint8_t fprot[4]; /* Program flash protection bytes */ member
337 .fprot = { 0xFF, 0xFF, 0xFF, 0xFF },
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/IDE/ROWLEY-CROSSWORKS-ARM/
H A Dkinetis_hw.c328 uint8_t fprot[4]; /* Program flash protection bytes */ member
337 .fprot = { 0xFF, 0xFF, 0xFF, 0xFF },
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/IDE/ROWLEY-CROSSWORKS-ARM/
H A Dkinetis_hw.c328 uint8_t fprot[4]; /* Program flash protection bytes */
337 .fprot = { 0xFF, 0xFF, 0xFF, 0xFF },
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/IDE/ROWLEY-CROSSWORKS-ARM/
H A Dkinetis_hw.c328 uint8_t fprot[4]; /* Program flash protection bytes */ member
337 .fprot = { 0xFF, 0xFF, 0xFF, 0xFF },
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/IDE/ROWLEY-CROSSWORKS-ARM/
H A Dkinetis_hw.c328 uint8_t fprot[4]; /* Program flash protection bytes */ member
337 .fprot = { 0xFF, 0xFF, 0xFF, 0xFF },
/dports/math/scilab/scilab-6.1.1/scilab/modules/core/tests/nonreg_tests/
H A Dbug_3407.dia.ref16 fprot=funcprot();
245 funcprot(fprot);
H A Dbug_3407.tst17 fprot=funcprot();
288 funcprot(fprot);
/dports/net-mgmt/irrtoolset/irrtoolset-release-5.1.3/src/rpsl/
H A Drpsl_attr.hh586 AttrImport(const AttrProtocol *fprot, in AttrImport() argument
589 policy(p), fromProt(fprot), intoProt(iprot) {} in AttrImport()
634 AttrExport(const AttrProtocol *fprot, in AttrExport() argument
637 policy(p), fromProt(fprot), intoProt(iprot) {} in AttrExport()
/dports/mail/rspamd-devel/rspamd-93430bb/test/functional/configs/
H A Dmerged-override.conf8 fprot {
/dports/mail/rspamd/rspamd-3.1/test/functional/configs/
H A Dmerged-override.conf8 fprot {
/dports/security/py-fail2ban/fail2ban-0.11.2/fail2ban/tests/files/logs/
H A Dexim-spam5 # http://www.clues.ltd.uk/howto/debian-sa-fprot-HOWTO.html
/dports/www/mod_perl2/mod_perl-2.0.11/lib/Apache2/
H A DParseSource.pm267 fprot => [qw{APR_FPROT_}],
/dports/math/scilab/scilab-6.1.1/scilab/modules/m2sci/macros/kernel/
H A Dlst_funcall.sci168 fprot=funcprot();
204 funcprot(fprot)
/dports/mail/anomy-sanitizer/anomy/testcases/
H A Dsanitizer.tnef.t29 $ANOMY/bin/sanitizer.pl -fprot $SAN_CONF \
/dports/www/mod_perl2/mod_perl-2.0.11/docs/api/APR/
H A DConst.pod1033 =head2 C<:fprot>
1035 use APR::Const -compile => qw(:fprot);
1037 The C<:fprot> group is used by
/dports/mail/py-fuglu/fuglu-0.8.0/conf/
H A Dfuglu.conf.dist119 fprot=fuglu.plugins.fprot.FprotPlugin
/dports/security/maia/maia_mailguard-7f20bd4/php/themes/desert_sand/templates/
H A Dadminsystem.tpl387 {if $virus_lookup == "fprot"}
388 <option value="fprot" selected>{$lang.text_fprot}</option>
390 <option value="fprot">{$lang.text_fprot}</option>
/dports/security/maia/maia_mailguard-7f20bd4/php/themes/ocean_surf/templates/
H A Dadminsystem.tpl544 {if $virus_lookup == "fprot"}
545 <option value="fprot" selected>{$lang.text_fprot}</option>
547 <option value="fprot">{$lang.text_fprot}</option>

12