| /freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | marvell,sei.txt | 1 Marvell SEI (System Error Interrupt) Controller 4 Marvell SEI (System Error Interrupt) controller is an interrupt 16 * "marvell,ap806-sei" 17 - reg: SEI registers location and length. 19 - #interrupt-cells: number of cells to define an SEI wired interrupt 29 sei: interrupt-controller@3f0200 { 30 compatible = "marvell,ap806-sei";
|
| H A D | marvell,ap806-sei.yaml | 4 $id: http://devicetree.org/schemas/interrupt-controller/marvell,ap806-sei.yaml# 7 title: Marvell SEI (System Error Interrupt) Controller 13 Marvell SEI (System Error Interrupt) controller is an interrupt aggregator. It 22 const: marvell,ap806-sei 52 compatible = "marvell,ap806-sei";
|
| H A D | marvell,cp110-icu.yaml | 18 memory areas depending on their type (NSR, SR, SEI, REI, etc). 46 - marvell,cp110-icu-sei 92 compatible = "marvell,cp110-icu-sei"; 96 msi-parent = <&sei>;
|
| H A D | marvell,icu.txt | 9 their type (NSR, SR, SEI, REI, etc). 25 * "marvell,cp110-icu-sei" 61 compatible = "marvell,cp110-icu-sei"; 65 msi-parent = <&sei>;
|
| /freebsd/crypto/krb5/src/windows/leash/ |
| H A D | LeashAboutBox.cpp | 340 SHELLEXECUTEINFO sei; in OnDblclkLeashModuleLb() local 341 ZeroMemory(&sei,sizeof(sei)); in OnDblclkLeashModuleLb() 342 sei.cbSize = sizeof(sei); in OnDblclkLeashModuleLb() 343 sei.lpFile = m_fileItem; in OnDblclkLeashModuleLb() 344 sei.lpVerb = "properties"; in OnDblclkLeashModuleLb() 345 sei.fMask = SEE_MASK_INVOKEIDLIST; in OnDblclkLeashModuleLb() 347 if (!ShellExecuteEx(&sei)) in OnDblclkLeashModuleLb()
|
| /freebsd/crypto/krb5/src/windows/installer/wix/custom/ |
| H A D | custom.cpp | 559 SHELLEXECUTEINFO sei; 560 ZeroMemory ( &sei, sizeof(sei) ); 562 sei.cbSize = sizeof(sei); 563 sei.hwnd = GetForegroundWindow(); 564 sei.fMask = SEE_MASK_NOASYNC | SEE_MASK_FLAG_NO_UI | 566 sei.lpVerb = _T("runas"); // run as administrator 567 sei.lpFile = pathUninstall; 568 sei.lpParameters = _T(""); 569 sei.nShow = SW_SHOWNORMAL; 571 if (!ShellExecuteEx(&sei)) { [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/ |
| H A D | InvalidPtrChecker.cpp | 11 // CERT SEI Rules ENV31-C and ENV34-C 13 // https://wiki.sei.cmu.edu/confluence/x/8tYxBQ 14 // https://wiki.sei.cmu.edu/confluence/x/5NUxBQ 43 // SEI CERT ENV31-C 69 // SEI CERT ENV34-C
|
| /freebsd/sys/contrib/device-tree/Bindings/arm/marvell/ |
| H A D | cp110-system-controller.txt | 112 mpp21 21 gpio, dev(ad1), ge0(txctl), sei(in_cp2cp) 140 mpp49 49 gpio, ge1(txclkout), mii(crs), spi1(miso), uart1(rxd), ge(mdio), pcie0(clkreq), sdio(v18_en), sei(out_cp2cp) 215 a line of the ICU-SEI irqchip (116 is what is usually used by the 216 firmware). The ICU-SEI will redirect towards interrupt line #37 of the 217 AP SEI which is shared across all CPs.
|
| H A D | ap80x-system-controller.txt | 137 SEI irqchip. See interrupt-controller/interrupts.txt 151 interrupt-parent = <&sei>;
|
| /freebsd/sys/netpfil/ipfw/test/ |
| H A D | test_dn_heap.c | 74 "uno", "due", "tre", "quattro", "cinque", "sei", 75 "uno", "due", "tre", "quattro", "cinque", "sei",
|
| /freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
| H A D | armada-ap80x.dtsi | 166 sei: interrupt-controller@3f0200 { label 167 compatible = "marvell,ap806-sei"; 304 interrupt-parent = <&sei>;
|
| H A D | armada-cp11x.dtsi | 211 compatible = "marvell,cp110-icu-sei"; 215 msi-parent = <&sei>;
|
| /freebsd/sys/arm/mv/ |
| H A D | mv_cp110_icu.c | 95 {"marvell,cp110-icu-sei", ICU_TYPE_SEI}, 150 /* Allocate GICP/SEI compatible mapping entry (2 cells) */ in mv_cp110_icu_attach() 190 /* ICU -> GICP/SEI mapping is set in mv_cp110_icu_map_intr. */ in mv_cp110_icu_convert_map_data()
|
| H A D | mv_ap806_sei.c | 98 {"marvell,ap806-sei", 1}, 316 device_set_desc(dev, "Marvell SEI"); in mv_ap806_sei_probe() 369 device_printf(dev, "Cannot register SEI\n"); in mv_ap806_sei_attach()
|
| /freebsd/contrib/tcsh/nls/italian/ |
| H A D | set23 | 10 8 Sei intrappolato in un universo che non creasti
|
| /freebsd/sys/arm64/conf/ |
| H A D | std.marvell | 21 device mv_ap806_sei # Marvell AP806 SEI
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | PutenvStackArrayChecker.cpp | 11 // https://wiki.sei.cmu.edu/confluence/x/6NYxBQ
|
| /freebsd/contrib/libevent/build-aux/ |
| H A D | config.sub | 500 sei) 501 basic_machine=mips-sei 1365 | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \
|
| /freebsd/contrib/openbsm/config/ |
| H A D | config.sub | 850 sei) 851 basic_machine=mips-sei 1143 | -powermax* | -dnix* | -nx6 | -nx7 | -sei*)
|
| /freebsd/contrib/dialog/ |
| H A D | config.sub | 503 sei) 504 basic_machine=mips-sei 1721 | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \
|
| /freebsd/contrib/file/ |
| H A D | config.sub | 518 sei) 519 basic_machine=mips-sei 1748 | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \
|
| /freebsd/crypto/openssh/ |
| H A D | config.sub | 518 sei) 519 basic_machine=mips-sei 1756 | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \
|
| /freebsd/contrib/ldns/ |
| H A D | config.sub | 518 sei) 519 basic_machine=mips-sei 1752 | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \
|
| /freebsd/contrib/jemalloc/build-aux/ |
| H A D | config.sub | 503 sei) 504 basic_machine=mips-sei 1721 | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \
|
| /freebsd/sys/contrib/device-tree/src/arm64/amlogic/ |
| H A D | meson-g12a-fbx8am.dts | 5 * SEI codename: SEI530FB (based on SEI510)
|