/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/ |
H A D | disable-tests.patch | 28 - tools/notification/test_notification_ust_error \ 29 - tools/notification/test_notification_ust_buffer_usage \ 30 - tools/notification/test_notification_ust_capture \ 31 - tools/notification/test_notification_ust_event_rule_condition_exclusion \ 32 - tools/notification/test_notification_kernel_error \ 33 - tools/notification/test_notification_kernel_buffer_usage \ 34 - tools/notification/test_notification_kernel_capture \ 35 - tools/notification/test_notification_kernel_instrumentation \ 36 - tools/notification/test_notification_kernel_syscall \ 37 - tools/notification/test_notification_notifier_discarded_count \ [all …]
|
H A D | 0001-tests-add-check_skip_kernel_test-to-check-root-user-.patch | 66 .../notification/test_notification_multi_app | 14 +++----- 589 … --git a/tests/regression/tools/notification/test_notification_kernel_buffer_usage b/tests/regress… 591 --- a/tests/regression/tools/notification/test_notification_kernel_buffer_usage 592 +++ b/tests/regression/tools/notification/test_notification_kernel_buffer_usage 633 - skip 0 "Root access is needed. Skipping all kernel notification tests." $NUM_TESTS 640 …iff --git a/tests/regression/tools/notification/test_notification_kernel_capture b/tests/regressio… 642 --- a/tests/regression/tools/notification/test_notification_kernel_capture 643 +++ b/tests/regression/tools/notification/test_notification_kernel_capture 672 - skip 0 "Root access is needed. Skipping all kernel notification tests." $NUM_TESTS 678 diff --git a/tests/regression/tools/notification/test_notification_kernel_error b/tests/regression/… [all …]
|
/openbmc/u-boot/arch/x86/include/asm/acpi/ |
H A D | statdef.asl | 9 /* Status and notification definitions */ 32 /* Device Object Notification Values */ 46 /* Battery Device Notification Values */ 51 /* Power Source Object Notification Values */ 55 /* Thermal Zone Object Notification Values */ 61 /* Power Button Notification Values */ 64 /* Sleep Button Notification Values */ 67 /* Lid Notification Values */ 70 /* Processor Device Notification Values */ 75 /* User Presence Device Notification Values */ [all …]
|
/openbmc/phosphor-snmp/ |
H A D | snmp_notification.hpp | 2 * @brief SNMP Error Notification class. 96 /** @class Notification 97 * @brief Notification interface. 100 * send the list of objects defined by the specific notification 104 class Notification class 107 Notification() = default; 108 Notification(const Notification&) = delete; 109 Notification(Notification&&) = default; 110 Notification& operator=(const Notification&) = delete; 111 Notification& operator=(Notification&&) = default; [all …]
|
/openbmc/phosphor-webui/app/common/styles/components/ |
H A D | alert-banner.scss | 16 background-color: $notification-error--light; 17 border-left-color: $notification-error--dark; 20 background-color: $notification-success--light; 21 border-left-color: $notification-success--dark; 24 background-color: $notification-warn--light; 25 border-left-color: $notification-warn--dark; 28 background-color: $notification-info--light; 29 border-left-color: $notification-info--dark;
|
/openbmc/phosphor-webui/app/common/styles/elements/ |
H A D | toast.scss | 35 background-color: $notification-error--light; 36 border-left-color: $notification-error--dark; 39 background-color: $notification-success--light; 40 border-left-color: $notification-success--dark; 43 background-color: $notification-warn--light; 44 border-left-color: $notification-warn--dark; 47 background-color: $notification-info--light; 48 border-left-color: $notification-info--dark;
|
H A D | alerts.scss | 29 .notification-banner { 37 .notification-banner__text { 43 .notification-banner--information { 48 .notification-banner--warning { 60 .notification-banner__text {
|
/openbmc/linux/Documentation/core-api/ |
D | watch_queue.rst |
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_layerdetails_page.py | 181 notification = self.wait_until_visible("#change-notification-msg") 185 self.assertTrue(expected_text in notification.text, 186 "Expected notification text \"%s\" not found instead" 188 (expected_text, notification.text)) 197 notification = self.wait_until_visible("#change-notification-msg") 202 self.assertIn(expected_text, notification.text, 203 "Expected notification text %s not found was " 205 (expected_text, notification.text)) 209 self.wait_until_not_visible('#change-notification') 215 notification = self.wait_until_visible("#change-notification-msg") [all …]
|
/openbmc/phosphor-snmp/mibs/ |
H A D | NotificationMIB.txt | 1 OPENBMC-NOTIFICATION-MIB DEFINITIONS ::= BEGIN 4 MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, 7 MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP 18 "This MIB module defines the notification object and the notification 77 obmcErrorNotification NOTIFICATION-TYPE 84 "Notification about openbmc error." 98 obmcNotifyGroup NOTIFICATION-GROUP
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | layerBtn.js | 16 /* In-cell notification */ 17 …var notification = $('<div id="temp-inline-notify" style="display: none; font-size: 11px; line-hei… 18 thisBtn.parent().append(notification); 22 notification.text(String(layerDepsList.length + 1) + " layers added"); 24 notification.text("1 layer added"); 38 notification.fadeIn().delay(500).fadeOut(function(){ 41 notification.remove(); 45 notification.text("1 layer removed"); 48 notification.fadeIn().delay(500).fadeOut(function(){ 50 notification.remove();
|
/openbmc/qemu/contrib/ivshmem-client/ |
H A D | ivshmem-client.h | 28 * Maximum number of notification vectors supported by the client 37 * client receives a notification, it creates a IvshmemClientPeer 54 * notification from a peer. 66 * server, our own client information, and a pointer the notification 67 * callback function used when we receive a notification from a peer. 77 IvshmemClientNotifCb notif_cb; /**< notification callback */ 78 void *notif_arg; /**< notification argument */ 89 * our IvshmemClient receives a notification from a peer 90 * @notif_arg: Opaque pointer given as-is to the notification callback 153 * Send a notification to a vector of a peer [all …]
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libwnck/ |
H A D | libwnck_2.31.0.bb | 8 PACKAGECONFIG ??= "startup-notification" 9 PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification…
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_event_groups.c | 7 * This test checks the notification of group events and the 22 * Notification function, increments the notification count if parameter 26 * @context pointer to the notification count 88 "Notification function was called\n"); in execute() 102 "Notification function was called\n"); in execute() 105 /* Call notification function */ in execute() 117 "Notification function not called\n"); in execute()
|
H A D | efi_selftest_exitbootservices.c | 7 * This unit test checks that the notification function of an 18 * Notification function, increments the notification count. 21 * @context pointer to the notification count 83 * Check that the notification function of the EVT_SIGNAL_EXIT_BOOT_SERVICES 86 * Call ExitBootServices again and check that the notification function is
|
H A D | efi_selftest_tpl.c | 19 * Notification function, increments the notification count. 22 * @context pointer to the notification count 104 * that the notification function is not called again. 106 * Lower the TPL level and check that the queued notification 148 "Notification count with TPL level TPL_APPLICATION: %u\n", in execute() 186 "Notification count with TPL level TPL_CALLBACK: %u\n", in execute() 206 "Notification count with TPL level TPL_APPLICATION: %u\n", in execute()
|
/openbmc/linux/drivers/soc/fsl/dpio/ |
D | dpio.h |
|
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/ |
D | fib_notifications.sh |
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfwm4/ |
H A D | xfwm4_4.20.0.bb | 18 startup-notification \ 23 PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification…
|
/openbmc/linux/include/uapi/linux/ |
D | watch_queue.h |
|
/openbmc/openbmc/poky/meta/recipes-graphics/startup-notification/startup-notification-0.12/ |
H A D | obsolete_automake_macros.patch | 4 diff -Nurd startup-notification-0.12/configure.in startup-notification-0.12/configure.in 5 --- startup-notification-0.12/configure.in 2011-05-16 17:29:20.000000000 +0300 6 +++ startup-notification-0.12/configure.in 2013-01-07 06:00:48.921905409 +0200
|
/openbmc/linux/Documentation/ABI/testing/ |
D | sysfs-class-fc_host |
|
D | sysfs-class-fc_remote_ports |
|
/openbmc/phosphor-webui/app/common/styles/base/ |
H A D | colors.scss | 93 $notification-info--dark: $color--blue-40; 94 $notification-info--light: $color--blue-10; 95 $notification-success--dark: $color--green-50; 96 $notification-success--light: $color--green-10; 97 $notification-warn--dark: $color--yellow-50; 98 $notification-warn--light: $color--yellow-10; 99 $notification-error--dark: $color--red-50; 100 $notification-error--light: $color--red-10;
|
/openbmc/linux/Documentation/ABI/stable/ |
D | thermal-notification |
|