/openbmc/phosphor-led-manager/fault-monitor/ |
H A D | fru-fault-monitor.hpp | 33 class Remove class 36 Remove() = delete; 37 ~Remove() = default; 38 Remove(const Remove&) = delete; 39 Remove& operator=(const Remove&) = delete; 40 Remove(Remove&&) = default; 41 Remove& operator=(Remove&&) = default; 47 Remove(sdbusplus::bus_t& bus, const std::string& path) : in Remove() function in phosphor::led::fru::fault::monitor::Remove 114 std::vector<std::unique_ptr<Remove>> removeWatches;
|
H A D | fru-fault-monitor.cpp | 173 std::make_unique<Remove>(bus, std::get<2>(item))); in created() 248 std::make_unique<Remove>(bus, std::get<2>(item))); in processExistingCallouts() 255 void Remove::removed(sdbusplus::message_t& msg) in removed()
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ |
H A D | glibc-y2038-tests_2.40.bb | 15 # Remove packages provided by glibc build, we only need a subset of them 27 # Remove any leftovers from original glibc recipe 46 # Remove build dynamic libraries and links to them as 51 # Remove headers (installed with glibc) 63 # Remove '-time64' suffix - those tests are also time related
|
/openbmc/linux/drivers/staging/wlan-ng/ |
H A D | TODO | 5 * Remove unnecessary debugging/printing macros; for those that are still needed 7 * Remove dead code such as unusued functions, variables, fields, etc.. 10 * Remove the HAL layer and migrate its functionality into the relevant parts of
|
/openbmc/linux/drivers/staging/rtl8192u/ |
H A D | TODO | 5 * Remove unnecessary debugging/printing macros; for those that are still needed 7 * Remove dead code such as unusued functions, variables, fields, etc.. 10 * Remove the HAL layer and migrate its functionality into the relevant parts of
|
/openbmc/linux/drivers/staging/rtl8192e/ |
H A D | TODO | 7 * Remove unnecessary debugging/printing macros; for those that are still needed 9 * Remove dead code such as unusued functions, variables, fields, etc.. 12 * Remove the HAL layer and migrate its functionality into the relevant parts of
|
/openbmc/openbmc/meta-google/recipes-extended/pam/ |
H A D | libpam_%.bbappend | 1 # Remove pwquality from PAM, to avoid breaking PAM and further dependencies 7 # Remove reference to pwquality library from PAM config file 10 # Remove the first occurrence of "use_authtok" in the first line starting
|
/openbmc/linux/Documentation/scsi/ |
H A D | ChangeLog.lpfc | 150 * Implemented Christoph Hellwig's feedback from 02/05: Remove 184 * Integrated Christoph Hellwig's patch from 1/30: Remove usage of 236 * Remove ELS ring handling leftovers from the lpfc_sli_inter(). 393 * Small Makefile cleanup - Remove remnants of 2.4 vs. 2.6 433 * Remove all trailing whitespace. 578 * Remove unused define LPFC_MAX_LUN and set the default value of 607 * Remove an unnecessary list_del() in lpfc_hbadisc.c. 614 * Remove unused portstatistics_t structure. 615 * Remove #if 0 and unnecessary checks in lpfc_fcp.c. 655 * Remove any and all trailing whitespace. [all …]
|
H A D | ChangeLog.ncr53c8xx | 23 - Remove trailing argument #2 from a couple of #undefs. 27 - Remove the PROFILE C and SCRIPTS code. 118 - Remove the dead code that broke driver 3.2d. 127 - Remove the compilation condition about having to acquire the 139 - Remove the compilation condition about having to acquire the 153 - Remove some deprecated code. 168 - Remove nvram layouts and driver set-up structures from the C source, 212 - Remove 2 useless lines of code. 255 Remove the special case for 32 tags. Now the driver only uses the 324 - Remove the ncr_opennings() stuff that was useless under Linux [all …]
|
/openbmc/linux/drivers/dma/ |
H A D | TODO | 4 2. Remove old slave pointer machansim 12 5. Remove dma_slave_config's dma direction.
|
/openbmc/openbmc/meta-phosphor/classes/ |
H A D | obmc-phosphor-debug-tarball.bbclass | 15 # Remove packages installed by 'extrausers'. 19 # Remove extra packages defaulted by image.bbclass.
|
/openbmc/linux/drivers/staging/media/ipu3/ |
H A D | TODO | 4 - Request API conversion. Remove of the dual pipeline and associate buffers 5 as well as formats and the binary used to a request. Remove the
|
/openbmc/linux/drivers/staging/gdm724x/ |
H A D | TODO | 3 - Remove test for host endian 4 - Remove confusing macros (endian, hci_send, sdu_send, rcv_with_cb)
|
/openbmc/linux/drivers/staging/media/atomisp/ |
H A D | TODO | 42 * Remove/disable private IOCTLs 44 * Remove/disable custom v4l2-ctrls 46 * Remove custom sysfs files created by atomisp_drvfs.c 48 * Remove abuse of priv field in various v4l2 userspace API structs 63 * Remove VIDEO_ATOMISP_ISP2401, making the driver to auto-detect the
|
/openbmc/libpldm/ |
H A D | CHANGELOG.md | 80 3. pdr: Remove PDR if the contained entity to be removed is the last one 401 4. pdr: Remove redundant constant for minimum numeric sensor PDR length 475 1. pdr: Remove pldm_entity_association_pdr_add() 476 2. state-set: Remove enum pldm_state_set_operational_fault_status_values 516 1. bios_table: Remove pldm_bios_table_attr_entry_integer_encode_length() 517 2. bios_table: Remove pldm_bios_table_attr_value_entry_encode_enum() 518 3. bios_table: Remove pldm_bios_table_attr_value_entry_encode_string() 519 4. bios_table: Remove pldm_bios_table_attr_value_entry_encode_integer() 520 5. bios_table: Remove pldm_bios_table_append_pad_checksum() 521 6. fru: Remove get_fru_record_by_option() [all …]
|
/openbmc/phosphor-webui/app/common/styles/layout/ |
H A D | content.scss | 40 // TODO: Remove and replace with section and section-title pattern 49 // TODO: Remove and replace with the .section and .section-title pattern
|
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/ |
H A D | errno_ver.diff | 4 Subject: [PATCH] Remove Errno version check due to upgrade problems with 9 Remove version check which can cause problems for long running
|
/openbmc/qemu/ |
H A D | qemu.nsi | 185 ; Remove registry keys 192 ; Remove shortcuts, if any 198 ; Remove files and directories used 220 ; Remove generated files 223 ; Remove uninstaller
|
/openbmc/openbmc/poky/meta/recipes-kernel/kexec/ |
H A D | kexec-tools_2.0.30.bb | 31 # Remove the prepackaged config.h from the source tree as it overrides 35 # Remove the '*.d' file to make sure the recompile is OK 38 # Remove file.d when there is a file.o
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/ |
H A D | abseil-cpp_20240722.0.bb | 14 file://0002-Remove-maes-option-from-cross-compilation.patch \ 15 file://0003-Remove-neon-option-from-cross-compilation.patch \
|
/openbmc/openbmc/poky/meta/recipes-core/libxcrypt/files/ |
H A D | fix_cflags_handling.patch | 28 + # Remove empty elements, particularly leading ones which cause issues with popen below 31 # Remove empty elements, particularly leading ones which
|
/openbmc/openbmc/poky/meta/recipes-devtools/perl/ |
H A D | perl-ptest.inc | 23 # Remove build host references from various scattered files... 43 # Remove a useless timestamp... 46 # Remove files with host-specific configuration for building native binaries
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/gstreamer-1.0/ |
H A D | gstd_git.bb | 13 file://0001-gstd-Remove-redundant-rpaths.patch" 16 # Remove the +really when upstream version is > 1.0
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ |
H A D | ts-arm-platforms.inc | 13 file://0009-Remove-Werror-flag.patch \ 14 file://0010-Remove-PLATFORM_HAS_ATTEST_PK-define-from-IAT-test.patch \
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/ |
H A D | mycroft_19.8.1.bb | 11 file://0001-Remove-python-venv.patch \ 12 file://0002-dev_setup.sh-Remove-the-git-dependency.patch \ 13 file://0003-dev_setup.sh-Remove-the-TERM-dependency.patch \
|