/openbmc/qemu/tests/qemu-iotests/ |
H A D | 059.out | 19 virtual size: 2 GiB (2147483648 bytes) 29 virtual size: 0.977 TiB (1073741824000 bytes) 36 virtual size: 2147483648 40 virtual size: 2147483648 44 virtual size: 2147483648 48 virtual size: 2147483648 52 virtual size: 2147483648 56 virtual size: 2147483648 60 virtual size: 2147483648 64 virtual size: 2147483648 [all …]
|
/openbmc/sdeventplus/src/sdeventplus/internal/ |
H A D | sdevent.hpp | 16 virtual ~SdEvent() = default; 18 virtual int sd_event_default(sd_event** event) const = 0; 19 virtual int sd_event_new(sd_event** event) const = 0; 20 virtual sd_event* sd_event_ref(sd_event* event) const = 0; 21 virtual sd_event* sd_event_unref(sd_event* event) const = 0; 23 virtual int sd_event_add_io(sd_event* event, sd_event_source** source, 26 virtual int sd_event_add_time( 30 virtual int sd_event_add_signal(sd_event* event, sd_event_source** source, 33 virtual int sd_event_add_child( 36 virtual int sd_event_add_defer(sd_event* event, sd_event_source** source, [all …]
|
/openbmc/sdbusplus/include/sdbusplus/ |
H A D | sdbus.hpp | 20 virtual ~SdBusInterface() = default; 22 virtual int sd_bus_add_object_manager(sd_bus* bus, sd_bus_slot** slot, 25 virtual int sd_bus_add_object_vtable( 29 virtual int 33 virtual int sd_bus_attach_event(sd_bus* bus, sd_event* e, int priority) = 0; 35 virtual int sd_bus_call(sd_bus* bus, sd_bus_message* m, uint64_t usec, 39 virtual int sd_bus_call_async( 43 virtual int sd_bus_detach_event(sd_bus* bus) = 0; 45 virtual int sd_bus_emit_interfaces_added_strv(sd_bus* bus, const char* path, 47 virtual int sd_bus_emit_interfaces_removed_strv( [all …]
|
/openbmc/phosphor-pid-control/pid/ |
H A D | zone_interface.hpp | 17 virtual ~ZoneInterface() = default; 20 virtual int64_t getZoneID(void) const = 0; 23 virtual void initializeLog(void) = 0; 25 virtual void writeLog(const std::string& value) = 0; 28 virtual Sensor* getSensor(const std::string& name) = 0; 36 virtual void updateFanTelemetry(void) = 0; 41 virtual void updateSensors(void) = 0; 46 virtual void initializeCache(void) = 0; 54 virtual void setOutputCache(std::string_view name, 58 virtual double getCachedValue(const std::string& name) = 0; [all …]
|
/openbmc/linux/net/vmw_vsock/ |
H A D | Kconfig | 7 tristate "Virtual Socket protocol" 9 Virtual Socket Protocol is a socket protocol similar to TCP/IP 10 allowing communication between Virtual Machines and hypervisor 20 tristate "Virtual Sockets monitoring interface" 30 tristate "Virtual Sockets loopback transport" 35 This module implements a loopback transport for Virtual Sockets, 42 tristate "VMware VMCI transport for Virtual Sockets" 45 This module implements a VMCI transport for Virtual Sockets. 47 Enable this transport if your Virtual Machine runs on a VMware 54 tristate "virtio transport for Virtual Sockets" [all …]
|
/openbmc/phosphor-ipmi-flash/internal/ |
H A D | sys.hpp | 31 virtual ~Sys() = default; 33 virtual int open(const char* pathname, int flags) const = 0; 34 virtual int read(int fd, void* buf, std::size_t count) const = 0; 35 virtual int pread(int fd, void* buf, std::size_t count, 37 virtual int pwrite(int fd, const void* buf, std::size_t count, 39 virtual int close(int fd) const = 0; 40 virtual void* mmap(void* addr, std::size_t length, int prot, int flags, 42 virtual int munmap(void* addr, std::size_t length) const = 0; 43 virtual int getpagesize() const = 0; 44 virtual int ioctl(int fd, unsigned long request, void* param) const = 0; [all …]
|
/openbmc/smbios-mdr/include/ |
H A D | speed_select.hpp | 69 virtual ~SSTInterface() {} in ~SSTInterface() 76 virtual bool ready() = 0; 79 virtual bool supportsControl() = 0; 82 virtual bool ppEnabled() = 0; 84 virtual unsigned int currentLevel() = 0; 86 virtual unsigned int maxLevel() = 0; 93 virtual bool levelSupported(unsigned int level) = 0; 95 virtual bool bfSupported(unsigned int level) = 0; 97 virtual bool tfSupported(unsigned int level) = 0; 99 virtual bool bfEnabled(unsigned int level) = 0; [all …]
|
/openbmc/qemu/docs/devel/ |
H A D | replay.rst | 23 E.g. network packets are written into the log when they arrive into the virtual 54 of the virtual machine. We also use icount to control the occurrence of the 84 Replaying the execution of virtual machine is bound by sources of 90 of the virtual machine. Reads produce non-deterministic data taken from 95 Checkpoints here do not refer to virtual machine snapshots. They are just 103 Two other checkpoints govern the "warping" of the virtual clock. 104 While the virtual machine is idle, the virtual clock increments at 106 (called the warp timer) on the virtual real time clock, so that the 107 timer fires at the next deadline of the virtual clock; the virtual clock 108 is then incremented (which is called "warping" the virtual clock) as [all …]
|
/openbmc/gpioplus/src/gpioplus/internal/ |
H A D | sys.hpp | 17 virtual ~Sys() = default; 19 virtual int open(const char* pathname, int flags) const = 0; 20 virtual int dup(int oldfd) const = 0; 21 virtual int close(int fd) const = 0; 22 virtual int read(int fd, void* buf, size_t count) const = 0; 23 virtual int fcntl_setfl(int fd, int flags) const = 0; 24 virtual int fcntl_getfl(int fd) const = 0; 26 virtual int gpiohandle_get_line_values( 28 virtual int gpiohandle_set_line_values( 30 virtual int gpio_get_chipinfo(int fd, struct gpiochip_info* info) const = 0; [all …]
|
/openbmc/pldm/libpldmresponder/ |
H A D | oem_handler.hpp | 36 virtual int getOemStateSensorReadingsHandler( 60 virtual int oemSetStateEffecterStatesHandler( 70 virtual void buildOEMPDR(pldm::responder::pdr_utils::Repo& repo) = 0; 75 virtual void checkAndDisableWatchDog() = 0; 81 virtual bool watchDogRunning() = 0; 84 virtual void resetWatchDogTimer() = 0; 87 virtual void disableWatchDogTimer() = 0; 91 virtual void countSetEventReceiver() = 0; 94 virtual int checkBMCState() = 0; 97 virtual void updateOemDbusPaths(std::string& dbusPath) = 0; [all …]
|
/openbmc/telemetry/src/interfaces/ |
H A D | metric.hpp | 18 virtual ~Metric() = default; 20 virtual void initialize() = 0; 21 virtual void deinitialize() = 0; 22 virtual const std::vector<MetricValue>& getUpdatedReadings() = 0; 23 virtual LabeledMetricParameters dumpConfiguration() const = 0; 24 virtual uint64_t metricCount() const = 0; 25 virtual void registerForUpdates(interfaces::MetricListener& listener) = 0; 26 virtual void 28 virtual void updateReadings(Milliseconds) = 0; 29 virtual bool isTimerRequired() const = 0;
|
/openbmc/google-ipmi-sys/ |
H A D | handler.hpp | 41 virtual ~HandlerInterface() = default; 48 virtual uint8_t getBmcMode() = 0; 55 virtual std::tuple<std::uint8_t, std::string> 65 virtual std::int64_t getRxPackets(const std::string& name) const = 0; 74 virtual VersionTuple getCpldVersion(unsigned int id) const = 0; 82 virtual void psuResetDelay(std::uint32_t delay) const = 0; 89 virtual void psuResetOnShutdown() const = 0; 102 virtual std::string getEntityName(std::uint8_t id, 111 virtual uint32_t getFlashSize() = 0; 119 virtual std::string getMachineName() = 0; [all …]
|
/openbmc/openbmc/meta-phosphor/conf/distro/include/ |
H A D | phosphor-defaults.inc | 9 VIRTUAL-RUNTIME_obmc-bmc-state-manager ?= "phosphor-state-manager-bmc" 15 VIRTUAL-RUNTIME_obmc-chassis-state-manager ?= "phosphor-state-manager-chassis" 21 VIRTUAL-RUNTIME_obmc-host-state-manager ?= "phosphor-state-manager-host" 28 VIRTUAL-RUNTIME_obmc-discover-system-state ?= "phosphor-state-manager-discover" 33 VIRTUAL-RUNTIME_obmc-fan-presence ?= "phosphor-fan-presence-tach" 38 VIRTUAL-RUNTIME_obmc-fan-control ?= "phosphor-fan-control" 44 VIRTUAL-RUNTIME_obmc-inventory-manager ?= "phosphor-inventory-manager" 50 VIRTUAL-RUNTIME_obmc-sensors-hwmon ?= "phosphor-hwmon" 56 VIRTUAL-RUNTIME_phosphor-hwmon-config ?= "" 66 # This virtual is a native recipe that provides that mapping by installing [all …]
|
/openbmc/phosphor-virtual-sensor/ |
H A D | README.md | 1 # phosphor-virtual-sensor 3 phosphor-virtual-sensor reads the configuration file 7 2. `/var/lib/phosphor-virtual-sensor` 8 3. `/usr/share/phosphor-virtual-sensor` 14 ## virtual sensor configuration information 19 ## information to get a virtual sensor configuration from D-Bus 34 The virtual sensor configuration information needs to be added into the relevant 35 hardware configuration file in entity-manager. This method of adding a virtual 37 different virtual sensors for each configuration. 39 The virtual sensor configuration in entity manager follows a different format to
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | io.c | 67 .virtual = L3_24XX_VIRT, 73 .virtual = L4_24XX_VIRT, 83 .virtual = DSP_MEM_2420_VIRT, 89 .virtual = DSP_IPI_2420_VIRT, 95 .virtual = DSP_MMU_2420_VIRT, 107 .virtual = L4_WK_243X_VIRT, 113 .virtual = OMAP243X_GPMC_VIRT, 119 .virtual = OMAP243X_SDRC_VIRT, 125 .virtual = OMAP243X_SMS_VIRT, 137 .virtual = L3_34XX_VIRT, [all …]
|
/openbmc/phosphor-power/phosphor-power-sequencer/src/ |
H A D | services.hpp | 54 virtual ~Services() = default; 61 virtual sdbusplus::bus_t& getBus() = 0; 68 virtual void logErrorMsg(const std::string& message) = 0; 75 virtual void logInfoMsg(const std::string& message) = 0; 87 virtual void 101 virtual bool isPresent(const std::string& inventoryPath) = 0; 111 virtual std::vector<int> getGPIOValues(const std::string& chipLabel) = 0; 125 virtual std::unique_ptr<PMBusBase> createPMBus( 132 virtual void createBMCDump() = 0; 141 virtual void clearCache() = 0; [all …]
|
/openbmc/linux/arch/arm64/mm/ |
H A D | cache.S | 24 * - start - virtual start address of region 25 * - end - virtual end address of region 52 * - start - virtual start address of region 53 * - end - virtual end address of region 68 * - start - virtual start address of region 69 * - end - virtual end address of region 89 * - start - virtual start address of region 90 * - end - virtual end address of region 108 * - start - virtual start address of region 109 * - end - virtual end address of region [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/glmark2/ |
H A D | glmark2_git.bb | 36 PACKAGECONFIG[x11-gl] = ",,virtual/libgl virtual/libx11" 37 PACKAGECONFIG[x11-gles2] = ",,virtual/libgles2 virtual/libx11" 38 PACKAGECONFIG[drm-gl] = ",,virtual/libgl libdrm virtual/libgbm" 39 PACKAGECONFIG[drm-gles2] = ",,virtual/libgles2 libdrm virtual/libgbm" 40 PACKAGECONFIG[wayland-gl] = ",,virtual/libgl wayland" 41 PACKAGECONFIG[wayland-gles2] = ",,virtual/libgles2 wayland" 42 PACKAGECONFIG[dispmanx] = ",,virtual/libgles2 virtual/libx11"
|
/openbmc/openbmc/meta-inventec/meta-common/recipes-inventec/packagegroups/ |
H A D | packagegroup-inventec-apps.bb | 15 PROVIDES += "virtual/obmc-chassis-mgmt" 16 PROVIDES += "virtual/obmc-fan-mgmt" 17 PROVIDES += "virtual/obmc-flash-mgmt" 18 PROVIDES += "virtual/obmc-system-mgmt" 19 PROVIDES += "virtual/obmc-ipmi-oem" 21 RPROVIDES:${PN}-chassis += "virtual-obmc-chassis-mgmt" 22 RPROVIDES:${PN}-fans += "virtual-obmc-fan-mgmt" 23 RPROVIDES:${PN}-flash += "virtual-obmc-flash-mgmt" 24 RPROVIDES:${PN}-system += "virtual-obmc-system-mgmt" 25 RPROVIDES:${PN}-ipmi-oem += "virtual-obmc-ipmi-oem"
|
/openbmc/phosphor-power/phosphor-power-supply/ |
H A D | util_base.hpp | 20 virtual ~UtilBase() = default; 22 virtual bool getPresence(sdbusplus::bus_t& bus, 25 virtual void setPresence(sdbusplus::bus_t& bus, const std::string& invpath, 28 virtual void setAvailable(sdbusplus::bus_t& bus, const std::string& invpath, 31 virtual void handleChassisHealthRollup(sdbusplus::bus_t& bus, 35 virtual std::string getChassis(sdbusplus::bus_t& /*bus*/, 72 virtual ~GPIOInterfaceBase() = default; 74 virtual int read() = 0; 75 virtual void write(int value, std::bitset<32> flags) = 0; 76 virtual void toggleLowHigh(const std::chrono::milliseconds& delay) = 0; [all …]
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/leds/ |
H A D | phosphor-led-manager_%.bbappend | 3 SYSTEMD_SERVICE:${PN}:append:p10bmc = " obmc-led-create-virtual-leds@.service" 20 …emd_system_unitdir/multi-user.target.wants/obmc-led-create-virtual-leds@sys-class-leds-virtual-enc… 21 TARGET_FAULT="../obmc-led-create-virtual-leds@.service" 26 …emd_system_unitdir/multi-user.target.wants/obmc-led-create-virtual-leds@sys-class-leds-virtual-enc… 27 TARGET_ID="../obmc-led-create-virtual-leds@.service" 33 …emd_system_unitdir/multi-user.target.wants/obmc-led-create-virtual-leds@sys-class-leds-virtual-enc… 36 …emd_system_unitdir/multi-user.target.wants/obmc-led-create-virtual-leds@sys-class-leds-virtual-enc…
|
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/ |
H A D | packagegroup-core-boot.bb | 14 SYSVINIT_SCRIPTS = "${@bb.utils.contains('MACHINE_FEATURES', 'rtc', '${VIRTUAL-RUNTIME_base-utils-h… 16 ${VIRTUAL-RUNTIME_initscripts} \ 22 ${VIRTUAL-RUNTIME_base-utils} \ 24 ${@bb.utils.contains("MACHINE_FEATURES", "keyboard", "${VIRTUAL-RUNTIME_keymaps}", "", d)} \ 27 ${VIRTUAL-RUNTIME_login_manager} \ 28 ${VIRTUAL-RUNTIME_init_manager} \ 29 ${VIRTUAL-RUNTIME_dev_manager} \ 30 ${VIRTUAL-RUNTIME_update-alternatives} \ 34 ${VIRTUAL-RUNTIME_base-utils-syslog} \
|
/openbmc/openbmc/meta-quanta/meta-s6q/recipes-s6q/packagegroups/ |
H A D | packagegroup-s6q-apps.bb | 15 PROVIDES += " virtual/obmc-chassis-mgmt" 16 PROVIDES += " virtual/obmc-fan-mgmt" 17 PROVIDES += " virtual/obmc-flash-mgmt" 18 PROVIDES += " virtual/obmc-system-mgmt" 20 RPROVIDES:${PN}-chassis = " virtual-obmc-chassis-mgmt" 21 RPROVIDES:${PN}-fans = " virtual-obmc-fan-mgmt" 22 RPROVIDES:${PN}-flash = " virtual-obmc-flash-mgmt" 23 RPROVIDES:${PN}-system = " virtual-obmc-system-mgmt" 49 phosphor-virtual-sensor \
|
/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/packagegroups/ |
H A D | packagegroup-obmc-apps.bbappend | 24 virtual/obmc-chassis-mgmt \ 25 virtual/obmc-fan-mgmt \ 26 virtual/obmc-flash-mgmt \ 27 virtual/obmc-system-mgmt \ 30 RPROVIDES:${PN}-system += "virtual-obmc-system-mgmt" 31 RPROVIDES:${PN}-fans += "virtual-obmc-fan-mgmt" 32 RPROVIDES:${PN}-flash += "virtual-obmc-flash-mgmt" 33 RPROVIDES:${PN}-chassis += "virtual-obmc-chassis-mgmt" 41 phosphor-virtual-sensor \
|
/openbmc/phosphor-ipmi-flash/tools/ |
H A D | pciaccess.hpp | 36 virtual struct pci_device_iterator* pci_id_match_iterator_create( 38 virtual void 40 virtual void pci_device_enable(struct pci_device* dev) const = 0; 41 virtual struct pci_device* 43 virtual int pci_device_probe(struct pci_device* dev) const = 0; 44 virtual int pci_device_cfg_read_u8( 46 virtual int pci_device_cfg_write_u8( 48 virtual int pci_device_map_range(struct pci_device* dev, pciaddr_t base, 51 virtual int pci_device_unmap_range(struct pci_device* dev, void* memory, 54 virtual ~PciAccess() = default; [all …]
|