| /openbmc/ipmitool/contrib/ |
| H A D | oem_ibm_sel_map | 13 …"Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)"… 14 …"Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)"… 15 …"Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)"… 16 …"Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)"… 17 …"Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)"… 18 …"Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)"… 19 …"Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)"… 20 …"Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)"… 21 …"Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)"… 22 …"Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)"… [all …]
|
| H A D | ipmievd.init.suse | 24 # on other distributions as well, by using the LSB (Linux Standard Base) 50 # Note: Special treatment of stop for LSB conformance 79 if test -e /lib/lsb/init-functions; then 80 # LSB 81 . /lib/lsb/init-functions 146 # Return values acc. to LSB for all commands but status: 155 # 8--199 - reserved (8--99 LSB, 100--149 distrib, 150--199 appl) 175 ## Note: try-restart is now part of LSB (as of 1.9). 178 echo "${attn} Use try-restart ${done}(LSB)${attn} rather than condrestart ${warn}(RH)${norm}"
|
| /openbmc/openbmc/poky/meta/recipes-extended/lsb/ |
| H A D | lsb-release_1.4.bb | 3 HOMEPAGE = "https://sourceforge.net/projects/lsb/files" 11 SRC_URI = "${SOURCEFORGE_MIRROR}/project/lsb/lsb_release/1.4/lsb-release-1.4.tar.gz \ 19 UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/lsb/files/lsb_release/" 27 mkdir -p ${D}${sysconfdir}/lsb-release.d 29 echo "DISTRIB_ID=${DISTRO}" >> ${D}${sysconfdir}/lsb-release 30 echo "DISTRIB_RELEASE=${DISTRO_VERSION}" >> ${D}${sysconfdir}/lsb-release 32 echo "DISTRIB_CODENAME=\"${DISTRO_CODENAME}\"" >> ${D}${sysconfdir}/lsb-release 34 echo "DISTRIB_DESCRIPTION=\"${DISTRO_NAME} ${DISTRO_VERSION}\"" >> ${D}${sysconfdir}/lsb-release
|
| /openbmc/qemu/hw/display/ |
| H A D | pl110_template.h | 156 #define LSB r in glue() macro 159 #define LSB b in glue() macro 163 LSB = data & 0x1f; in glue() 170 LSB = (data & 0x1f) << 3; in glue() 178 LSB = (data & 0x1f) << 3; in glue() 186 #undef LSB in glue() 199 #define LSB r in glue() macro 202 #define LSB b in glue() macro 206 LSB = data & 0xff; in glue() 210 LSB = (data >> 24) & 0xff; in glue() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/ |
| H A D | openhpi.init | 35 # Determine whether the lsb package is installed 36 # If it is, determine which lsb is installed: 37 # redhat, suse, or standard lsb 47 elif test -f /lib/lsb/init-functions 49 lsbtype="lsb" 50 . /lib/lsb/init-functions 68 lsb) 102 lsb) 127 lsb | suse) 171 lsb)
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | migration-3.0.rst | 23 .. _migration-3.0-lsb-support-removed: 25 LSB Support Removed 28 Linux Standard Base (LSB) as a standard is not current, and is not well 30 layer if needed. However, presently LSB support has been removed from 33 As a result of this change, the ``poky-lsb`` derivative distribution 35 has been replaced with a ``poky-altcfg`` distribution that has LSB parts 45 - ``core-image-lsb-dev``: Part of removed LSB support. 47 - ``core-image-lsb``: Part of removed LSB support. 49 - ``core-image-lsb-sdk``: Part of removed LSB support. 81 - ``lsbinitscripts``: Part of removed LSB support. [all …]
|
| H A D | migration-2.4.rst | 117 - ``libclass-isa-perl``: This recipe was previously needed for LSB 4, 120 - ``libdumpvalue-perl``: This recipe was previously needed for LSB 4, 123 - ``libenv-perl``: This recipe was previously needed for LSB 4, no 127 LSB 4, no longer needed. 129 - ``libi18n-collate-perl``: This recipe was previously needed for LSB 137 - ``libpng12``: This recipe was previously needed for LSB. The 140 - ``libpod-plainer-perl``: This recipe was previously needed for LSB 146 - ``mailx``: This recipe was previously only needed for LSB
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ |
| H A D | ippool_init.d.patch | 1 Fix start error if lsb init-functions doesn't exist 24 # Get lsb functions 25 -. /lib/lsb/init-functions 26 +if [ -f /lib/lsb/init-functions ] 28 + . /lib/lsb/init-functions
|
| /openbmc/openbmc/meta-raspberrypi/recipes-devtools/pi-blaster/files/ |
| H A D | remove-initscript-lsb-dependency.patch | 4 Subject: [PATCH] Remove dependencies on LSB functions 9 See this as a rebase of the previous 'Remove dependencies on LSB 32 # Define LSB log_* functions. 33 # Depend on lsb-base (>= 3.2-14) to ensure that this file is present 35 -. /lib/lsb/init-functions 36 +#. /lib/lsb/init-functions
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/ |
| H A D | 0001-tests-toolbox.inc.sh-update-regex-for-getting-endian.patch | 7 /proc/777/exe: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpr… 28 -elif expr "$endian" : '.* LSB \+\(pie executable\|executable\|shared object\).*' >&/dev/null 29 +elif expr "$endian" : '.* LSB .*\(pie executable\|executable\|shared object\).*' >&/dev/null
|
| /openbmc/phosphor-host-ipmid/test/message/ |
| H A D | pack.cpp | 30 // check that the bytes were correctly packed (LSB first) in TEST() 42 // check that the bytes were correctly packed (LSB first) in TEST() 54 // check that the bytes were correctly packed (LSB first) in TEST() 66 // check that the bytes were correctly packed (LSB first) in TEST() 78 // check that the bytes were correctly packed (LSB first) in TEST() 95 // check that the bytes were correctly packed (LSB first) in TEST() 110 // check that the bytes were correctly packed (LSB first) in TEST() 124 // check that the bytes were correctly packed (LSB first) in TEST() 139 // check that the bytes were correctly packed (LSB first) in TEST() 154 // check that the bytes were correctly packed (LSB first) in TEST() [all …]
|
| H A D | unpack.cpp | 31 // check that the bytes were correctly unpacked (LSB first) in TEST() 45 // check that the bytes were correctly unpacked (LSB first) in TEST() 72 // check that the bytes were correctly unpacked (LSB first) in TEST() 86 // check that the bytes were correctly unpacked (LSB first) in TEST() 113 // check that the bytes were correctly unpacked (LSB first) in TEST() 127 // check that the bytes were correctly unpacked (LSB first) in TEST() 154 // check that the bytes were correctly unpacked (LSB first) in TEST() 169 // check that the bytes were correctly unpacked (LSB first) in TEST() 196 // check that the bytes were correctly unpacked (LSB first) in TEST() 210 // check that the bytes were correctly unpacked (LSB first) in TEST() [all …]
|
| /openbmc/u-boot/drivers/power/ |
| H A D | twl6030.c | 33 u8 lsb = 0; in twl6030_gpadc_read_channel() local 38 twl->adc_rbase + channel_no * 2, &lsb); in twl6030_gpadc_read_channel() 47 return (msb << 8) | lsb; in twl6030_gpadc_read_channel() 113 u8 lsb = 0; in twl6030_get_battery_current() local 116 twl6030_i2c_read_u8(TWL6030_CHIP_CHARGER, FG_REG_10, &lsb); in twl6030_get_battery_current() 117 battery_current = ((msb << 8) | lsb); in twl6030_get_battery_current()
|
| /openbmc/u-boot/drivers/power/pmic/ |
| H A D | rk8xx.c | 79 uint8_t msb, lsb; in rk8xx_probe() local 83 rk8xx_read(dev, ID_LSB, &lsb, 1); in rk8xx_probe() 85 priv->variant = ((msb << 8) | lsb) & RK8XX_ID_MSK; in rk8xx_probe()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cfengine/cfengine/ |
| H A D | set-path-of-default-config-file.patch | 26 - INIT_FUNCTIONS=/lib/lsb/init-functions 33 +INIT_FUNCTIONS=/lib/lsb/init-functions
|
| /openbmc/u-boot/board/compulab/cm_t3517/ |
| H A D | cm_t3517.c | 134 u32 lsb = __raw_readl(CONTROL_EFUSE_EMAC_LSB); in am3517_get_efuse_enetaddr() local 140 enetaddr[3] = (u8)((lsb >> 16) & 0xff); in am3517_get_efuse_enetaddr() 141 enetaddr[4] = (u8)((lsb >> 8) & 0xff); in am3517_get_efuse_enetaddr() 142 enetaddr[5] = (u8)(lsb & 0xff); in am3517_get_efuse_enetaddr()
|
| /openbmc/qemu/target/hexagon/ |
| H A D | gen_tcg.h | 329 TCGv LSB = tcg_temp_new(); \ 333 CHECK_NOSHUF_PRED(GET_EA, SIZE, LSB); \ 334 tcg_gen_brcondi_tl(TCG_COND_EQ, LSB, 0, label); \ 386 TCGv LSB = tcg_temp_new(); \ 390 CHECK_NOSHUF_PRED(GET_EA, 8, LSB); \ 391 tcg_gen_brcondi_tl(TCG_COND_EQ, LSB, 0, label); \ 935 TCGv LSB = tcg_temp_new(); \ 937 gen_cond_jump(ctx, TCG_COND_EQ, LSB, riV); \ 941 TCGv LSB = tcg_temp_new(); \ 943 gen_cond_jump(ctx, TCG_COND_NE, LSB, riV); \ [all …]
|
| /openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/ |
| H A D | makefile.patch | 7 rm -f $(DESTDIR)/$(bindir)/`echo lsb | sed -e '$(transform)'` 9 $(DESTDIR)/$(bindir)/`echo lsb |sed -e '$(transform)'`
|
| /openbmc/u-boot/common/ |
| H A D | ddr_spd.c | 110 "Checksum lsb in SPD = %02X, computed SPD = %02X\n" in ddr3_spd_check() 133 "Checksum lsb in SPD = %02X, computed SPD = %02X\n" in ddr4_spd_check() 149 "Checksum lsb in SPD = %02X, computed SPD = %02X\n" in ddr4_spd_check()
|
| /openbmc/openbmc-test-automation/data/ |
| H A D | ipmi_raw_cmd_table.py | 27 "Byte position 3rd LSB e.g. 01 indicates disabled", 29 "Byte position 3rd LSB e.g. 02 indicates enabled", 37 "Enabled nibble position 6th LSB e.g. 0x2", 43 "Enabled nibble position 6th LSB e.g. 0x1", 51 "Byte position 2nd LSB e.g. d5 Instantaneous power readings", 59 "Enabled nibble position 6th LSB e.g. 0x01", 65 "Disable nibble position 6th LSB e.g. 0x00", 73 "27 is Reservation ID, LSB, 00 Reservation ID, MSB ",
|
| /openbmc/qemu/tests/qtest/ |
| H A D | lsm303dlhc-mag-test.c | 104 /* Read raw temp registers (23.5 C = 188 at 1 lsb = 0.125 C) */ in send_and_receive() 120 /* 1.5 gauss = 1650 lsb = 0x672 */ in reg_wraparound() 123 /* 1.0 gauss = 1100 lsb = 0x44C */ in reg_wraparound()
|
| /openbmc/openbmc/poky/meta/recipes-core/base-files/ |
| H A D | base-files_3.0.14.bb | 51 dirs755-lsb = "/srv \ 56 dirs2775-lsb = "/var/mail" 150 for d in ${dirs755-lsb}; do 154 for d in ${dirs2775-lsb}; do
|
| /openbmc/u-boot/include/ |
| H A D | ddr_spd.h | 207 Delay Time, LSB */ 269 unsigned char mmid_lsb; /* 117 Module MfgID Code LSB - JEP-106 */ 282 unsigned char dmid_lsb; /* 148 DRAM MfgID Code LSB - JEP-106 */ 321 uint8_t tras_min_lsb; /* 28 tRASmin, lsb */ 322 uint8_t trc_min_lsb; /* 29 tRCmin, lsb */ 330 uint8_t tfaw_min; /* 37 tFAW, lsb */ 377 /* 133 Register Manufacturer ID Code, LSB */ 403 /* 133 Register Manufacturer ID Code, LSB */ 484 uint8_t mmid_lsb; /* 320 Module MfgID Code LSB */ 491 uint8_t dmid_lsb; /* 350 DRAM MfgID Code LSB */
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/tayga/files/ |
| H A D | tayga.service | 3 Description=LSB: userspace NAT64
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
| H A D | freeradius | 20 if [ -f /lib/lsb/init-functions ]; then 21 . /lib/lsb/init-functions
|