search for: saved_

Displaying 2 results from an estimated 2 matches for "saved_".

Did you mean: saved
2007 Jun 27
0
[PATCH 1/10] Provide basic Xen PM infrastructure
...DEFINE_SPINLOCK(pm_lock); + +extern void do_suspend_lowlevel(void); + +static char *acpi_states[ACPI_S_STATE_COUNT] = +{ + [ACPI_STATE_S1] = "standby", + [ACPI_STATE_S3] = "mem", + [ACPI_STATE_S4] = "disk", +}; + +unsigned long acpi_video_flags; +unsigned long saved_videomode; + +/* XXX: Add suspend failure recover later */ +static int device_power_down(void) +{ + console_suspend(); + + time_suspend(); + + i8259A_suspend(); + + ioapic_suspend(); + + lapic_suspend(); + + return 0; +} + +static void device_power_up(void) +{ + lapic_re...
2005 Oct 05
1
extra characters after mailbox names
After installing alpha3, when I view a list of my IMAP mailboxes in Pine 4.64 on Linux, several of the mailbox names are followed by odd characters: ., ~, and _. So the list of mailboxes looks like: INBOX saved_ sent-mail~ Biz Service. Home_ and so forth. The distribution of the characters remains the same throughout the Pine session, but is different every time I restart Pine. It doesn't happen in Pine 4.63 or any other client, but I associate it with Dovecot rather than Pine because it started ex...