/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | Schedule_v1.xml | 4 <!--# Redfish Schema: Schedule v1.2.5 --> 25 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Schedule"> 29 <ComplexType Name="Schedule" Abstract="true"> 32 …<Annotation Term="OData.LongDescription" String="The properties of this type shall schedule a seri… 36 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Schedule.v1_0_0"> 39 <ComplexType Name="Schedule" BaseType="Schedule.Schedule"> 40 <Annotation Term="OData.Description" String="Schedule a series of occurrences."/> 41 …<Annotation Term="OData.LongDescription" String="The properties of this type shall schedule a seri… 44 <Annotation Term="OData.Description" String="The schedule name."/> 45 …<Annotation Term="OData.LongDescription" String="The name of the schedule, which is constructed as… [all …]
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __schedulers.hpp | 30 // [execution.senders.schedule] 38 noexcept(noexcept(static_cast<_Scheduler&&>(__sched).schedule())) in tag_invoke() 39 -> decltype(static_cast<_Scheduler&&>(__sched).schedule()) in tag_invoke() 42 sender<decltype(static_cast<_Scheduler&&>(__sched).schedule())>, in tag_invoke() 43 "schedule() member functions must return a sender"); in tag_invoke() 44 return static_cast<_Scheduler&&>(__sched).schedule(); in tag_invoke() 65 inline constexpr schedule_t schedule{}; variable 70 { schedule(static_cast<_Scheduler&&>(__sched)) } -> sender; 78 get_env(schedule(static_cast<_Scheduler&&>(__sched)))))
|
H A D | __starts_on.hpp | 99 // schedule `__child` on the given scheduler: in transform_sender() 101 schedule(__data), in transform_sender()
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | Schedule.v1_2_5.json | 2 "$id": "http://redfish.dmtf.org/schemas/v1/Schedule.v1_2_5.json", 72 "Schedule": { object 74 "description": "Schedule a series of occurrences.", 75 … "longDescription": "The properties of this type shall schedule a series of occurrences.", 161 … "description": "The time after provisioning when the schedule as a whole expires.", 162 … contain a Redfish Duration that describes the time after provisioning when the schedule expires.", 180 "description": "The schedule name.", 181 …"longDescription": "The name of the schedule, which is constructed as OrgID:ScheduleName. Example… 205 "title": "#Schedule.v1_2_5"
|
H A D | MetricReportDefinition.v1_4_7.json | 306 … when the metric report is generated. If the value is `Periodic`, the `Schedule` property shall b… 311 …lways be a value greater than the `RecurrenceInterval` property within `Schedule` and should only … 363 "Schedule": { object 364 … "$ref": "http://redfish.dmtf.org/schemas/v1/Schedule.json#/definitions/Schedule", 365 "description": "The schedule for generating the metric report.", 366 …schedule of the metric report. The metric report shall be generated at an interval specified by t… 410 …"The metric report is generated at a periodic time interval, specified in the `Schedule` property."
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler/ |
H A D | 0001-Do-not-overwrite-all-our-build-flags.patch | 28 set(CMAKE_CXX_FLAGS_DEBUG "-g -O2 -fno-reorder-blocks -fno-schedule-insns -fno-inline") 35 set(CMAKE_C_FLAGS_DEBUG "-g -O2 -fno-reorder-blocks -fno-schedule-insns -fno-inline") 44 # clang does not support -fno-reorder-blocks -fno-schedule-insns, so do not use -O2 52 # clang does not support -fno-reorder-blocks -fno-schedule-insns, so do not use -O2
|
/openbmc/qemu/include/hw/usb/ |
H A D | ehci-regs.h | 18 #define USBCMD_PSE (1 << 4) // Periodic Schedule Enable 19 #define USBCMD_ASE (1 << 5) // Asynch Schedule Enable 37 #define USBSTS_PSS (1 << 14) // Periodic Schedule Status 38 #define USBSTS_ASS (1 << 15) // Asynchronous Schedule Status
|
/openbmc/u-boot/doc/device-tree-bindings/clock/ |
H A D | rockchip,rk3368-dmc.txt | 9 (c) a memory-schedule (i.e. mapping from physical addresses to the address 44 - rockchip,memory-schedule: 66 rockchip,memory-schedule = <DMC_MSCH_CBRD>;
|
H A D | rockchip,rk3399-dmc.txt | 9 …ress, PHY Independent(PI) address, phy controller(PHYCTL) address and memory schedule(MSCH) address
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | OCCT-PL | 39 …al Developer as they appear in the Original Code and attached hereto as Schedule "A" and any other… 45 …yright and other proprietary notices and disclaimers attached hereto as Schedule "B" or any other … 91 Schedule "A" 98 End of Schedule "A" 101 Schedule "B" 112 End of Schedule "B"
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | rk3368-lion-u-boot.dtsi | 42 * details on the 'rockchip,memory-schedule' property and how it 45 rockchip,memory-schedule = <DMC_MSCH_CBDR>;
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | MetricReportDefinition.v1_4_7.json | 306 … when the metric report is generated. If the value is `Periodic`, the `Schedule` property shall b… 311 …lways be a value greater than the `RecurrenceInterval` property within `Schedule` and should only … 363 "Schedule": { object 364 … "$ref": "http://redfish.dmtf.org/schemas/v1/Schedule.json#/definitions/Schedule", 365 "description": "The schedule for generating the metric report.", 366 …schedule of the metric report. The metric report shall be generated at an interval specified by t… 410 …"The metric report is generated at a periodic time interval, specified in the `Schedule` property."
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/ |
H A D | init-valkey-server | 33 # efectively simulating a stop with --retry=TERM/5/KILL/5 schedule. 59 # the schedule ended in a successfull stop or not.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/ |
H A D | init-redis-server | 33 # efectively simulating a stop with --retry=TERM/5/KILL/5 schedule. 59 # the schedule ended in a successfull stop or not.
|
/openbmc/u-boot/doc/driver-model/ |
H A D | MIGRATION.txt | 1 Migration Schedule 5 2014. This file describes the schedule for deprecation of pre-driver-model
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.8/ |
H A D | init-redis-server | 33 # efectively simulating a stop with --retry=TERM/5/KILL/5 schedule. 59 # the schedule ended in a successfull stop or not.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/python/ |
H A D | python3-apscheduler_3.10.4.bb | 1 SUMMARY = "Advanced Python Scheduler (APScheduler) is a Python library that lets you schedule your …
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-schedule_1.2.2.bb | 2 HOMEPAGE = "https://github.com/dbader/schedule"
|
/openbmc/u-boot/drivers/mtd/ubi/ |
H A D | wl.c | 554 * __schedule_ubi_work - schedule a work. 556 * @wrk: the work to schedule 575 * schedule_ubi_work - schedule a work. 577 * @wrk: the work to schedule 593 * schedule_erase - schedule an erase work. 610 dbg_wl("schedule erasure of PEB %d, EC %d, torture %d", in schedule_erase() 801 * detected. It is better to schedule this PEB for 892 * Well, the target PEB was put meanwhile, schedule it for 909 * have been changed, schedule it for erasure. 972 * ensure_wear_leveling - schedule wear-leveling if it is needed. [all …]
|
/openbmc/phosphor-networkd/test/ |
H A D | test_network_manager.hpp | 13 MOCK_METHOD((void), schedule, (), (override));
|
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/management/commands/ |
H A D | runbuilds.py | 40 def schedule(self): member in Command 179 self.schedule() 181 logger.warning("runbuilds: schedule exception %s" % str(e))
|
/openbmc/openbmc/meta-arm/ |
H A D | README.md | 76 Releases and Release Schedule 78 We follow the Yocto Project release methodology, schedule, and stable/LTS support timelines. For m…
|
/openbmc/phosphor-gpio-monitor/ |
H A D | gpioMon.cpp | 121 /* Schedule a wait event */ in gpioEventHandler() 173 /* Schedule a wait event */ in requestGPIOEvents()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/ |
H A D | ScheduledHostTransition.interface.yaml | 2 Implement to schedule Epoch time to power on/off the Host.
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | ehci.h | 39 #define CMD_ASE (1 << 5) /* async schedule enable */ 40 #define CMD_PSE (1 << 4) /* periodic schedule enable */ 142 * Schedule Interface Space. 216 #define QH_ENDPT2_UFSMASK(x) (((x) & 0xff) << 0) /* Interrupt Schedule Mask */
|