Home
last modified time | relevance | path

Searched full:special (Results 1 – 25 of 1682) sorted by relevance

12345678910>>...68

/openbmc/openbmc/poky/meta/files/common-licenses/
H A DGPL-3-with-bison-exception5special exception, you may create a larger work that contains part or all of the Bison parser skel…
6 This special exception was added by the Free Software Foundation in version 2.2 of Bison.
H A DGPL-2-with-bison-exception5special exception, you may create a larger work that contains part or all of the Bison parser skel…
6 This special exception was added by the Free Software Foundation in version 2.2 of Bison.
H A DGPL-2.0-with-autoconf-exception4 As a special exception, the respective Autoconf Macro`s copyright owner gives unlimited permission …
5special exception to the GPL applies to versions of the Autoconf Macro released by the Autoconf Ar…
H A DNet-SNMP11 …ALL CMU OR THE REGENTS OF THE UNIVERSITY OF CALIFORNIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONS…
21 … HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CO…
31 …ALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CO…
51 … HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CO…
61 … HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CO…
71 … HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CO…
85 …ALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CO…
97 …PPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CO…
107 … HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CO…
/openbmc/openpower-hw-diags/attn/
H A Dattn_handler.hpp29 * System Checkstop (checkstop) and Special Attention (special) and handle
34 * special: Determine if the special attention is a Breakpoint (BP),
36 * special attention type, do the following:
H A Dattn_handler.cpp47 * @brief Handle special attention
50 * @return 0 indicates that the special attention was successfully handled
51 * 1 indicates that the special attention was NOT successfully handled
70 * @param i_breakpoints true = breakpoint special attn handling enabled
147 // get interrupt enabled special attentions mask in attnHandler()
182 // Special attention active and not masked? in attnHandler()
185 active_attentions.emplace_back(Attention::Special, in attnHandler()
269 * @brief Handle special attention
272 * @return 0 indicates that the special attention was successfully handled
273 * 1 indicates that the special attention was NOT successfully handled
[all …]
H A Dbp_handler.hpp7 * @brief Breakpoint special attention handler
9 * Handler for special attention events due to a breakpoint condition.
H A DAttention_Handler.md30 categorically called Special Attentions (special) and are mutually exclusive.
99 #### Special Attentions
102 flag (special attention) in the global interrupt status register. In order to
103 determine the specific type of special attention the attention handler relies on
138 PHYPTI is determined to be the cause of the special attention then a BP
172 - special attention default BP/TI, default BP
176 Regardless of the type of special attention the attention handler will always
H A Dti_handler.hpp9 * @brief TI special attention handler
11 * Handle special attention due to a terminate immediately (TI) condition.
109 /** @brief Handle terminate immediate special attentions */
112 /** @brief Handle phyp terminate immediately special attention */
115 /** @brief Handle hostboot terminate immediately special attention */
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Security/
H A DSpecialMode.interface.yaml2 Implement to specify a special mode of operation
8 The special mode.
25 special validation related commands
/openbmc/qemu/scripts/coccinelle/
H A Dreset-type.cocci17 // the special-case transformations needed for the core code and for
19 // special cases are at the end of the file.
84 // SPECIAL CASES ONLY BELOW HERE
90 // Special case: isl_pmbus_vr.c has some reset methods calling others directly
97 // Special case: device_phases_reset() needs to pass RESET_TYPE_COLD
107 // Special case: in resettable_phase_hold() and resettable_phase_exit()
123 // Special case: the typedefs for the methods need to declare the new argument
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/
H A DPurpose.interface.yaml2 Implement to provide detail on any special purpose of the sensor. Useful for
14 Defines the special purposes for the sensor.
19 The special purposes for a sensor.
/openbmc/u-boot/tools/
H A Dimg2brec.sh77 08200000E4 ; special read
80 08000000E4 ; 8 special read
81 08000000E4 ; 8 special read
82 08000000E4 ; 8 special read
83 08000000E4 ; 8 special read
84 08000000E4 ; 8 special read
85 08000000E4 ; 8 special read
86 08000000E4 ; 8 special read
87 08000000E4 ; 8 special read
90 08111800E4 ; special read
/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-utils/
H A Dampere_firmware_upgrade.sh57 gpioset $(gpiofind host0-special-boot)=1
58 gpioset $(gpiofind s1-special-boot)=1
86 echo "De-asserting special GPIO PINs"
87 gpioset $(gpiofind host0-special-boot)=0
88 gpioset $(gpiofind s1-special-boot)=0
/openbmc/u-boot/doc/
H A DREADME.nand-boot-ppc44020 Will load special U-Boot version (NUB) from NAND and execute it. This SPL
22 controller and the NAND controller so that the special U-Boot image can be
24 This special image is build in the directory "nand_spl".
28 This NAND U-Boot (NUB) is a special U-Boot version which can be started
/openbmc/phosphor-post-code-manager/
H A DREADME.md39 ## Special Post code handling/eventing
41 Platforms can provide custom configuration to allow for special handling of
42 specific postcodes. Special handling include starting user configured systemd
70 Each entry in the array describes a special handler for a specific post code.
/openbmc/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_dqs.c899 /* Check special pattern I */ in ddr3_center_calc()
901 * Special pattern Low limit search - relevant only in ddr3_center_calc()
909 /* Check special pattern II */ in ddr3_center_calc()
911 * Special pattern High limit search - relevant only in ddr3_center_calc()
921 /* Run special pattern Low limit search - for relevant pup */ in ddr3_center_calc()
923 DEBUG_DQS_S("DDR3 - DQS Center Calc - Entering special pattern I for Low limit search\n"); in ddr3_center_calc()
930 /* Run special pattern High limit search - for relevant pup */ in ddr3_center_calc()
932 DEBUG_DQS_S("DDR3 - DQS Center Calc - Entering special pattern II for High limit search\n"); in ddr3_center_calc()
945 * Desc: Execute special pattern low limit search.
947 * special_pattern_pup The pups that need the special search
[all …]
/openbmc/pam-ipmi/src/pam_ipmicheck/
H A Dpam_ipmicheck.c31 * This module is intended to verify special group user password matches the
37 * the passwords of the special group users.
67 pam_syslog(pamh, LOG_DEBUG, "Special group name is %s", spec_grp_name); in pam_sm_chauthtok()
90 // Verify whether the user belongs to special group. in pam_sm_chauthtok()
/openbmc/u-boot/include/dm/
H A Droot.h51 * @pre_reloc_only: If true, bind only nodes with special devicetree properties,
65 * @pre_reloc_only: If true, bind only nodes with special devicetree properties,
79 * @pre_reloc_only: If true, bind only nodes with special devicetree properties,
92 * @pre_reloc_only: If true, bind only nodes with special devicetree properties,
/openbmc/pam-ipmi/src/pam_ipmisave/
H A Dpam_ipmisave.c35 * This module is intended to save password of special group user
259 * @brief updates special password file
260 * Function to update the special password file. Stores the password against
265 * @param[in] filename - special password file name
312 // Step 5. rename the temporary file name as special password file. in update_pass_special_file()
345 // Update temporary file stat by reading the special password file in update_pass_special_file()
370 // Step 2: Read existing special password file and decrypt the data. in update_pass_special_file()
391 // name>:<password>\n. Add +3 for special chars ':', in update_pass_special_file()
579 "fflush or fsync error writing entries to special file: %s", in update_pass_special_file()
586 "fclose error writing entries to special file: %s", in update_pass_special_file()
[all …]
/openbmc/docs/designs/
H A Dsol-sysrq.md11 [SysRq][1] is a special key combination used by Linux to perform various
20 requires special handling. A serial console usually invokes SysRq feature by
25 the special `\n~B` keys.
40 To implement the SysRq in OpenBMC SOL for ipmi and WebUI, the special key code
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-bison.patch14 -%type <subcmd> INSTALL, NOTIFY, EXCEPT, PATTERN, SPECIAL, CMDSPECIAL, cmdlist, cmd
18 +%type <subcmd> INSTALL NOTIFY EXCEPT PATTERN SPECIAL CMDSPECIAL cmdlist cmd
113 - | SPECIAL opt_namelist STRING ';' = {
114 + | SPECIAL opt_namelist STRING ';' {
/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-platform-init/
H A Dmtjade_platform_gpios_init.sh30 "host0-special-boot"
31 "s1-special-boot"
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dfs-uuid.bbclass21 # Replace the special <<uuid-of-rootfs>> inside a string (like the
23 # actual UUID of the rootfs. Does nothing if the special string
/openbmc/u-boot/arch/arm/cpu/pxa/
H A Dcpuinfo.c75 /* PXA26x is a sick special case as it can't be told apart from PXA25x :-( */ in pxa25x_get_revision()
103 /* Cap the special PXA270 C5 case. */ in pxa27x_get_revision()
107 /* Cap the special PXA270M A1 case. */ in pxa27x_get_revision()

12345678910>>...68