Displaying 5 results from an estimated 5 matches for "oshp".
Did you mean:
ohp
2006 Feb 18
2
CentOS 4.2 hangs at power-on boot
...execution failed [\_SB_.LSTA] (Node
f7f5ff00), AE_AML_OPERAND_TYPE
ACPI-1133: *** Error: Method execution failed [\_SB_.LATA._STA]
(Node f7f001e0), AE_AML_OPERAND_TYPE
ACPI-0158: *** Error: Method execution failed [\_SB_.LATA._STA]
(Node f7f001e0), AE_AML_OPERAND_TYPE
pciehp: Both _OSC and OSHP methods do not exist
Evaluate _OSC Set fails. Status = 0x0005
ACPI-1133: *** Error: Method execution failed [\_SB_.LSTA] (Node
f7f5ff00), AE_AML_OPERAND_TYPE
ACPI-1133: *** Error: Method execution failed [\_SB_.LATA._STA]
(Node f7f001e0), AE_AML_OPERAND_TYPE
ACPI-0158: *** Error: Method...
2016 Jul 30
2
IMAP flags and dovecot-keywords not working as expected
...erted one of these Outlook 'categories' users to Thunderbird. I added the
appropriate flag letters to their IMAP messages, changed their tag names in Thunderbird, and
created the following dovecot-keywords file as:
0 Board_and_Committee
1 Completed
2 Health_Care_meetings
3 Notifications
4 OSHP-DAS
5 personal_or_To_Do
6 Retirement_exits
7 $label5
8 Junk
9 $Forwarded
10 $MDNSent
11 $label2
However, none of the tags show up correctly in Thunderbird. If I manually set a message to
have a tag of 0, the corresponding IMAP file gets a flag of 'm', not 'a' and the following is...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...rg)
-#define warn(format, arg...) printk(KERN_WARNING "%s: " format , MY_NAME , ## arg)
+#define dbg(fmt, arg...) \
+do { \
+ if (debug_acpi) \
+ pr_debug("%s: " fmt, __func__, ##arg); \
+} while (0)
#define METHOD_NAME__SUN "_SUN"
#define METHOD_NAME_OSHP "OSHP"
@@ -68,9 +71,8 @@ decode_type0_hpx_record(union acpi_object *record, struct hotplug_params *hpx)
hpx->t0->enable_perr = fields[5].integer.value;
break;
default:
- printk(KERN_WARNING
- "%s: Type 0 Revision %d record not supported\n",
- _...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...rg)
-#define warn(format, arg...) printk(KERN_WARNING "%s: " format , MY_NAME , ## arg)
+#define dbg(fmt, arg...) \
+do { \
+ if (debug_acpi) \
+ pr_debug("%s: " fmt, __func__, ##arg); \
+} while (0)
#define METHOD_NAME__SUN "_SUN"
#define METHOD_NAME_OSHP "OSHP"
@@ -68,9 +71,8 @@ decode_type0_hpx_record(union acpi_object *record, struct hotplug_params *hpx)
hpx->t0->enable_perr = fields[5].integer.value;
break;
default:
- printk(KERN_WARNING
- "%s: Type 0 Revision %d record not supported\n",
- _...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...rg)
-#define warn(format, arg...) printk(KERN_WARNING "%s: " format , MY_NAME , ## arg)
+#define dbg(fmt, arg...) \
+do { \
+ if (debug_acpi) \
+ pr_debug("%s: " fmt, __func__, ##arg); \
+} while (0)
#define METHOD_NAME__SUN "_SUN"
#define METHOD_NAME_OSHP "OSHP"
@@ -68,9 +71,8 @@ decode_type0_hpx_record(union acpi_object *record, struct hotplug_params *hpx)
hpx->t0->enable_perr = fields[5].integer.value;
break;
default:
- printk(KERN_WARNING
- "%s: Type 0 Revision %d record not supported\n",
- _...