Home
last modified time | relevance | path

Searched refs:Sys (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/gpioplus/src/gpioplus/internal/
H A Dfd.hpp25 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 Dfd.cpp15 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 Dsys.hpp14 class Sys class
17 virtual ~Sys() = default;
42 class SysImpl : public Sys
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A D0001-cpan-Sys-Syslog-Makefile.PL-Fix-_PATH_LOG-for-determ.patch4 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 Dio.hpp15 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 Dp2a.hpp21 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 Dbt.hpp16 const internal::Sys* sys = &internal::sys_impl) : in BtDataHandler()
28 const internal::Sys* sys;
H A Dnet.hpp23 const internal::Sys* sys = &internal::sys_impl) : in NetDataHandler()
37 const internal::Sys* sys;
H A Dlpc.hpp29 const internal::Sys* sys = &internal::sys_impl) : in LpcDataHandler()
45 const internal::Sys* sys;
H A Dp2a.cpp41 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 Dnet.cpp42 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 Dlpc_nuvoton.hpp29 const internal::Sys* sys = &internal::sys_impl) : in LpcMapperNuvoton()
45 const internal::Sys* sys;
H A Dpci_handler.hpp22 const internal::Sys* sys = &internal::sys_impl) : in PciDataHandler()
34 const internal::Sys* sys;
H A Dlpc_aspeed.hpp25 const internal::Sys* sys = &internal::sys_impl) : in LpcMapperAspeed()
54 const internal::Sys* sys;
/openbmc/phosphor-ipmi-flash/internal/
H A Dsys.hpp28 class Sys class
31 virtual ~Sys() = default;
65 class SysImpl : public Sys
/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/
H A D0001-Do-not-init-tables-from-dpkg-configuration.patch19 @@ -281,8 +281,8 @@ bool pkgInitSystem(Configuration &Cnf,pkgSystem *&Sys)
28 return Sys->Initialize(Cnf);
/openbmc/openbmc/meta-google/recipes-google/ipmi/
H A Dgoogle-ipmi-sys_git.bb1 SUMMARY = "Google Sys OEM commands"
2 DESCRIPTION = "Google Sys OEM commands"
/openbmc/google-ipmi-sys/
H A Dgbmc-host-poweroff.target2 Description=Sys Host Power Off
H A DREADME.md1 ### 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 Dgbmc-psu-hardreset-pre.target2 Description=Sys PSU Hard Reset
H A Dgbmc-psu-hardreset.target2 Description=Sys PSU Hard Reset
/openbmc/gpioplus/src/gpioplus/test/
H A Dsys.hpp11 class SysMock : public internal::Sys
/openbmc/gpioplus/src/gpioplus/
H A Dchip.hpp67 Chip(unsigned id, const internal::Sys* sys = &internal::sys_impl);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nmon/nmon/
H A D0001-Fix-a-lot-of-Werror-format-security-errors-with-mvpr.patch22 …*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 Dinternal_sys_mock.hpp14 class InternalSysMock : public Sys

12