/openbmc/gpioplus/src/gpioplus/internal/ |
H A D | fd.hpp | 25 Fd(const char* pathname, int flags, const Sys* sys); 34 Fd(int fd, const Sys* sys); 43 Fd(int fd, std::false_type, const Sys* sys); 61 const Sys* getSys() const; 66 const Sys* sys;
|
H A D | fd.cpp | 15 Fd::Fd(const char* pathname, int flags, const Sys* sys) : in Fd() 24 static int dup(int oldfd, const Sys* sys) in dup() 34 Fd::Fd(int fd, const Sys* sys) : sys(sys), fd(dup(fd, sys)) {} in Fd() 36 Fd::Fd(int fd, std::false_type, const Sys* sys) : sys(sys), fd(fd) {} in Fd() 85 const Sys* Fd::getSys() const in getSys()
|
H A D | sys.hpp | 14 class Sys class 17 virtual ~Sys() = default; 42 class SysImpl : public Sys
|
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/ |
H A D | 0001-cpan-Sys-Syslog-Makefile.PL-Fix-_PATH_LOG-for-determ.patch | 4 Subject: [PATCH] cpan/Sys-Syslog/Makefile.PL: Fix _PATH_LOG for deterministic 18 cpan/Sys-Syslog/Makefile.PL | 2 ++ 21 diff --git a/cpan/Sys-Syslog/Makefile.PL b/cpan/Sys-Syslog/Makefile.PL 23 --- a/cpan/Sys-Syslog/Makefile.PL 24 +++ b/cpan/Sys-Syslog/Makefile.PL
|
/openbmc/phosphor-ipmi-flash/tools/ |
H A D | io.hpp | 15 explicit DevMemDevice(const internal::Sys* sys = &internal::sys_impl) : in DevMemDevice() 37 const internal::Sys* sys; 44 const internal::Sys* sys = &internal::sys_impl) : in PpcMemDevice() 67 const internal::Sys* sys;
|
H A D | p2a.hpp | 21 const internal::Sys* sys = &internal::sys_impl) : in P2aDataHandler() 28 const internal::Sys* sys = &internal::sys_impl) : in P2aDataHandler() 43 const internal::Sys* sys;
|
H A D | bt.hpp | 16 const internal::Sys* sys = &internal::sys_impl) : in BtDataHandler() 28 const internal::Sys* sys;
|
H A D | net.hpp | 23 const internal::Sys* sys = &internal::sys_impl) : in NetDataHandler() 37 const internal::Sys* sys;
|
H A D | lpc.hpp | 29 const internal::Sys* sys = &internal::sys_impl) : in LpcDataHandler() 45 const internal::Sys* sys;
|
H A D | p2a.cpp | 41 static void closeFd(int&& fd, const internal::Sys* const& sys) in closeFd() 45 using Fd = stdplus::Managed<int, const internal::Sys* const>::Handle<closeFd>;
|
H A D | net.cpp | 42 void closefd(int&& fd, const internal::Sys*& sys) in closefd() 46 using Fd = stdplus::Managed<int, const internal::Sys*>::Handle<closefd>;
|
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/ |
H A D | lpc_nuvoton.hpp | 29 const internal::Sys* sys = &internal::sys_impl) : in LpcMapperNuvoton() 45 const internal::Sys* sys;
|
H A D | pci_handler.hpp | 22 const internal::Sys* sys = &internal::sys_impl) : in PciDataHandler() 34 const internal::Sys* sys;
|
H A D | lpc_aspeed.hpp | 25 const internal::Sys* sys = &internal::sys_impl) : in LpcMapperAspeed() 54 const internal::Sys* sys;
|
/openbmc/phosphor-ipmi-flash/internal/ |
H A D | sys.hpp | 28 class Sys class 31 virtual ~Sys() = default; 65 class SysImpl : public Sys
|
/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/ |
H A D | 0001-Do-not-init-tables-from-dpkg-configuration.patch | 19 @@ -281,8 +281,8 @@ bool pkgInitSystem(Configuration &Cnf,pkgSystem *&Sys) 28 return Sys->Initialize(Cnf);
|
/openbmc/openbmc/meta-google/recipes-google/ipmi/ |
H A D | google-ipmi-sys_git.bb | 1 SUMMARY = "Google Sys OEM commands" 2 DESCRIPTION = "Google Sys OEM commands"
|
/openbmc/google-ipmi-sys/ |
H A D | gbmc-host-poweroff.target | 2 Description=Sys Host Power Off
|
H A D | README.md | 1 ### Sys Commands (0x32) 8 and the host's NIC. Sys specifies which if_name is expected to be connected. The 31 version exported to Sys via the cpld version command. 60 IPMI command set to read and write the networking configuration. Sys can be 82 Sys needs to be able to tell the BMC to reset the host but given a delay in 100 Sys can get the total number of PCIe slots from BMC using this command. When BMC 120 If Sys gets N total slots as part of the above command, then Sys can send this 121 command N times with Entry IDs ranging from 0 to N - 1. Say, Sys sends this 219 Sys command needs to be able to let the BMC knows host attempt S5 shutdown, it 403 Sys command to return the highest level of bifurcation for the target PCIe Slot.
|
H A D | gbmc-psu-hardreset-pre.target | 2 Description=Sys PSU Hard Reset
|
H A D | gbmc-psu-hardreset.target | 2 Description=Sys PSU Hard Reset
|
/openbmc/gpioplus/src/gpioplus/test/ |
H A D | sys.hpp | 11 class SysMock : public internal::Sys
|
/openbmc/gpioplus/src/gpioplus/ |
H A D | chip.hpp | 67 Chip(unsigned id, const internal::Sys* sys = &internal::sys_impl);
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nmon/nmon/ |
H A D | 0001-Fix-a-lot-of-Werror-format-security-errors-with-mvpr.patch | 22 …*mvwprintw(padsmp,2, 0, "CPU User%% Sys%% Wait%% Idle|0 |25 |50 |75 … 32 - mvwprintw(padsmp, 2, 9, " Sys%%"); 33 + mvwprintw(padsmp, 2, 9, "%s", " Sys%%");
|
/openbmc/phosphor-ipmi-flash/tools/test/ |
H A D | internal_sys_mock.hpp | 14 class InternalSysMock : public Sys
|