| /openbmc/u-boot/arch/arm/dts/ |
| H A D | am437x-sk-evm.dts | 36 default-brightness-level = <8>; 53 pinctrl-names = "default"; 76 pinctrl-names = "default"; 82 linux,default-trigger = "heartbeat"; 83 default-state = "off"; 89 linux,default-trigger = "mmc0"; 90 default-state = "off"; 96 linux,default-trigger = "cpu0"; 97 default-state = "off"; 103 default-state = "off"; [all …]
|
| H A D | uniphier-ld4.dtsi | 71 pinctrl-names = "default"; 82 pinctrl-names = "default"; 93 pinctrl-names = "default"; 104 pinctrl-names = "default"; 115 pinctrl-names = "default"; 142 pinctrl-names = "default"; 156 pinctrl-names = "default"; 170 pinctrl-names = "default"; 184 pinctrl-names = "default"; 197 pinctrl-names = "default"; [all …]
|
| H A D | logicpd-torpedo-baseboard.dtsi | 10 pinctrl-names = "default"; 50 pinctrl-names = "default"; 56 linux,default-trigger = "cpu0"; 62 linux,default-trigger = "none"; 68 pinctrl-names = "default"; 100 pinctrl-names = "default"; 116 pinctrl-names = "default"; 132 pinctrl-names = "default"; 145 /* default-on; */ 146 pinctrl-names = "default"; [all …]
|
| H A D | uniphier-sld8.dtsi | 71 pinctrl-names = "default"; 82 pinctrl-names = "default"; 93 pinctrl-names = "default"; 104 pinctrl-names = "default"; 115 pinctrl-names = "default"; 146 pinctrl-names = "default"; 160 pinctrl-names = "default"; 174 pinctrl-names = "default"; 188 pinctrl-names = "default"; 201 pinctrl-names = "default"; [all …]
|
| H A D | sun7i-a20-bananapi.dts | 79 pinctrl-names = "default"; 90 pinctrl-names = "default"; 136 pinctrl-names = "default"; 159 pinctrl-names = "default"; 171 pinctrl-names = "default"; 177 pinctrl-names = "default"; 183 pinctrl-names = "default"; 318 pinctrl-names = "default"; 326 pinctrl-names = "default"; 332 pinctrl-names = "default"; [all …]
|
| H A D | meson-gxl-s905x-khadas-vim.dts | 54 linux,default-trigger = "default-on"; 73 pinctrl-names = "default"; 80 pinctrl-names = "default"; 93 pinctrl-names = "default"; 99 pinctrl-names = "default"; 175 pinctrl-names = "default"; 200 pinctrl-names = "default";
|
| H A D | sama5d3xmb_cmp.dtsi | 21 pinctrl-names = "default"; 63 pinctrl-names = "default"; 84 pinctrl-names = "default"; 101 pinctrl-names = "default"; 112 pinctrl-names = "default"; 193 pinctrl-names = "default"; 201 pinctrl-names = "default"; 224 pinctrl-names = "default";
|
| H A D | sun7i-a20-itead-ibox.dts | 53 pinctrl-names = "default"; 59 default-state = "on"; 65 default-state = "on"; 98 pinctrl-names = "default"; 117 pinctrl-names = "default"; 123 pinctrl-names = "default"; 144 pinctrl-names = "default";
|
| H A D | imx6ul-pcl063.dtsi | 28 pinctrl-names = "default"; 46 pinctrl-names = "default"; 73 pinctrl-names = "default", "gpio"; 87 pinctrl-names = "default"; 93 pinctrl-names = "default"; 103 pinctrl-names = "default";
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-supervisor/ |
| H A D | supervisord.conf | 5 chmod=0700 ; sockef file mode (default 0700) 8 logfile=/var/log/supervisord.log ; (main log file;default $CWD/supervisord.log) 9 pidfile=/var/run/supervisord.pid ; (supervisord pidfile;default supervisord.pid) 10 childlogdir=/var/log/ ; ('AUTO' child log dir, default $TEMP)
|
| /openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/pam.d/ |
| H A D | common-account | 6 # the central access policy for use on the system. The default is to 9 # As of pam 1.0.1-6, this file is managed by pam-auth-update by default. 11 # local modules either before or after the default block, and use 17 account [success=1 new_authtok_reqd=done default=ignore] pam_unix.so
|
| /openbmc/u-boot/arch/arm/ |
| H A D | Kconfig.debug | 33 default "debug/8250.S" if DEBUG_LL_UART_8250 || DEBUG_UART_8250 34 default "mach/debug-macro.S" 47 default DEBUG_UART_PHYS 53 default 2
|
| /openbmc/openbmc/meta-phosphor/recipes-extended/pam/libpam/pam.d/ |
| H A D | common-auth | 7 # (e.g., /etc/shadow, LDAP, Kerberos, etc.). The default is to use the 12 auth [success=2 default=ignore] pam_unix.so quiet 13 -auth [success=1 default=ignore] pam_ldap.so ignore_unknown_user ignore_authinfo_unavail 16 auth [default=die] pam_faillock.so authfail
|
| /openbmc/openbmc/meta-facebook/meta-ventura/recipes-core/udev/persistent-rs485-port-mapping/ |
| H A D | update-rs485-rules.sh | 12 ["default"]="${DEFAULT_RULES}" 23 RULES_FILE="${RULES_SRC_DIR}/${RULES_MAP[default]}" 24 …echo "No rules file defined for TTYUSB_COUNT=${TTYUSB_COUNT}, using default: ${RULES_MAP[default]}"
|
| /openbmc/u-boot/dts/ |
| H A D | Kconfig | 114 string "Default Device Tree for DT control" 117 This option specifies the default Device Tree used for DT control. 124 default DEFAULT_DEVICE_TREE 167 default OF_LIST 179 default SPL_MULTI_DTB_FIT_LZO 207 default SPL_MULTI_DTB_FIT_DYN_ALLOC if SYS_MALLOC_F 220 default 0x8000 237 default "interrupt-parent" if SPL_PINCTRL && SPL_CLK 238 default "clocks clock-names interrupt-parent" if SPL_PINCTRL 239 default "pinctrl-0 pinctrl-names interrupt-parent" if SPL_CLK [all …]
|
| /openbmc/qemu/nbd/ |
| H A D | common.c | 76 default: in nbd_opt_lookup() 113 default: in nbd_rep_lookup() 130 default: in nbd_info_lookup() 155 default: in nbd_cmd_lookup() 178 default: in nbd_reply_type_lookup() 208 default: in nbd_err_lookup() 242 default: in nbd_errno_to_system_errno() 266 default: in nbd_mode_lookup()
|
| /openbmc/webui-vue/docs/customization/ |
| H A D | build.md | 32 1. If making customizations to the default store, add `CUSTOM_STORE=true` key 41 6. Add default export 51 export default store; 59 1. If making customizations to the default router, add `CUSTOM_ROUTER=true` key 67 4. Add default export 84 3. Your custom mixin should follow a very similar structure to the default 89 4. Add default export 97 1. If making customizations to the default styles, add `CUSTOM_STYLES=true` key
|
| /openbmc/pldm/docs/ |
| H A D | bios_implementation.md | 9 [PLDM BIOS Specification](https://www.dmtf.org/sites/default/files/standards/documents/DSP0247_1.0.… 29 [PLDM BIOS Specification](https://www.dmtf.org/sites/default/files/standards/documents/DSP0247_1.0.… 38 [PLDM BIOS Specification](https://www.dmtf.org/sites/default/files/standards/documents/DSP0247_1.0.… 49 "default_value": "The default value of the integer", 59 [PLDM BIOS Specification](https://www.dmtf.org/sites/default/files/standards/documents/DSP0247_1.0.… 70 "default_values": "Default value", 80 [PLDM BIOS Specification](https://www.dmtf.org/sites/default/files/standards/documents/DSP0247_1.0.… 91 "default_string": "The default string itself",
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | rootfs-postcommands.bbclass | 22 # Create /etc/timestamp during image construction to give a reasonably sane default time setting 30 # (the default) if supported by the underlying storage. 32 # We do this with :append because the default value might get set later with ?= 33 # and we don't want to disable such a default that by setting a value here. 42 # Set default postinst log file 44 # Set default target for systemd images 215 echo "SYSCONFDIR=\${SYSCONFDIR:-/etc/ssh}" >> ${IMAGE_ROOTFS}/etc/default/ssh 216 echo "SSHD_OPTS=" >> ${IMAGE_ROOTFS}/etc/default/ssh 218 echo "SYSCONFDIR=\${SYSCONFDIR:-/var/run/ssh}" >> ${IMAGE_ROOTFS}/etc/default/ssh 219 echo "SSHD_OPTS='-f /etc/ssh/sshd_config_readonly'" >> ${IMAGE_ROOTFS}/etc/default/ssh [all …]
|
| /openbmc/pldm/libpldmresponder/ |
| H A D | fru_parser.hpp | 74 virtual ~FruParser() = default; 75 FruParser(const FruParser&) = default; 76 FruParser& operator=(const FruParser&) = default; 77 FruParser(FruParser&&) = default; 78 FruParser& operator=(FruParser&&) = default; 120 /** @brief Set the default service root D-Bus path and the item interfaces. 127 /** @brief Build the default FRU record information
|
| /openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/ |
| H A D | ibm_settings.override.yml | 5 Default: 'true' 11 Default: 'true' 17 Default: 'true'
|
| /openbmc/u-boot/doc/device-tree-bindings/leds/ |
| H A D | leds-bcm6328.txt | 21 Default : false 23 Default : false 25 Default : false 27 Default : false 29 Default : false 39 Default : false
|
| /openbmc/u-boot/arch/arm/mach-uniphier/ |
| H A D | memconf.c | 32 default: in __uniphier_memconf_init() 53 default: in __uniphier_memconf_init() 68 default: in __uniphier_memconf_init() 89 default: in __uniphier_memconf_init() 116 default: in __uniphier_memconf_init() 137 default: in __uniphier_memconf_init()
|
| /openbmc/phosphor-dbus-monitor/src/ |
| H A D | journal.hpp | 29 JournalBase(JournalBase&&) = default; 31 JournalBase& operator=(JournalBase&&) = default; 32 virtual ~JournalBase() = default; 86 Journal(Journal&&) = default; 88 Journal& operator=(Journal&&) = default; 89 ~Journal() = default;
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/ |
| H A D | init | 11 if [ -r /etc/default/$NAME ] 13 . /etc/default/$NAME 28 # that it provides as the default. Otherwise use /etc/resolv.conf as 29 # the default. 31 # If IGNORE_RESOLVCONF is set in /etc/default/dnsmasq or an explicit 37 # to set IGNORE_RESOLVCONF=yes in /etc/default/dnsmasq.
|