search for: entry1

Displaying 13 results from an estimated 13 matches for "entry1".

Did you mean: entry
2011 May 09
1
Bug#625438: [PATCH] xen: ioapic: avoid gcc 4.6 warnings about uninitialised variables
...rqrestore(&ioapic_lock, flags); + ioapic_write_entry(ioapic_i8259.apic, ioapic_i8259.pin, 0, entry); } disconnect_bsp_APIC(ioapic_i8259.pin != -1); } @@ -1838,17 +1839,13 @@ static void __init unlock_ExtINT_logic(v int apic, pin, i; struct IO_APIC_route_entry entry0, entry1; unsigned char save_control, save_freq_select; - unsigned long flags; pin = find_isa_irq_pin(8, mp_INT); apic = find_isa_irq_apic(8, mp_INT); if (pin == -1) return; - spin_lock_irqsave(&ioapic_lock, flags); - *(((int *)&entry0) + 1) = io_apic_read(a...
2011 May 09
1
Bug#625438: [PATCH] xen: ioapic: avoid gcc 4.6 warnings about uninitialised variables
...rqrestore(&ioapic_lock, flags); + ioapic_write_entry(ioapic_i8259.apic, ioapic_i8259.pin, 0, entry); } disconnect_bsp_APIC(ioapic_i8259.pin != -1); } @@ -1838,17 +1839,13 @@ static void __init unlock_ExtINT_logic(v int apic, pin, i; struct IO_APIC_route_entry entry0, entry1; unsigned char save_control, save_freq_select; - unsigned long flags; pin = find_isa_irq_pin(8, mp_INT); apic = find_isa_irq_apic(8, mp_INT); if (pin == -1) return; - spin_lock_irqsave(&ioapic_lock, flags); - *(((int *)&entry0) + 1) = io_apic_read(a...
2007 Aug 14
2
Question about unicode characters in tcltk
...e mu's, and the 1 and 2 subscripts, but it won't create the 0. Is there a certain set of characters that R won't recognize the unicode for? Or am I input the \u2080 incorrectly? library(tcltk) m <-tktoplevel() frame1 <- tkframe(m) frame2 <- tkframe(m) frame3 <- tkframe(m) entry1 <- tkentry(frame1,width=5,bg='white') entry2 <- tkentry(frame2,width=5,bg='white') entry3 <- tkentry(frame3,width=5,bg='white') tkpack(tklabel(frame1,text='\u03bc\u2080'),side='left') tkpack(tklabel(frame2,text='\u03bc\u2081'),side='left...
2012 Jul 25
2
Purge-like ability for the augeas type?
I''ve been searching around but haven''t found a way to do something like a purge with augeas. If you have a file such as [iniheader] entry1 (managed by puppet) entry2 (not managed by puppet) And you want to add ''entry3'' as well as removing anything not managed by puppet in that subsection then you currently do not have this capability. Is this correct? I know how to get around this with concat, but I was hoping to...
2007 Apr 18
2
refactoring io_apic.c
...not support the ExtINT mode, unfortunately. We need to send these - * cycles as some i82489DX-based boards have glue logic that keeps the - * 8259A interrupt line asserted until INTA. --macro - */ -static inline void unlock_ExtINT_logic(void) -{ - int pin, i; - struct IO_APIC_route_entry entry0, entry1; - unsigned char save_control, save_freq_select; - unsigned long flags; - - pin = find_isa_irq_pin(8, mp_INT); - if (pin == -1) - return; - - spin_lock_irqsave(&ioapic_lock, flags); - *(((int *)&entry0) + 1) = io_apic_read(0, 0x11 + 2 * pin); - *(((int *)&entry0) + 0) = io_apic_read(0,...
2007 Apr 18
2
refactoring io_apic.c
...not support the ExtINT mode, unfortunately. We need to send these - * cycles as some i82489DX-based boards have glue logic that keeps the - * 8259A interrupt line asserted until INTA. --macro - */ -static inline void unlock_ExtINT_logic(void) -{ - int pin, i; - struct IO_APIC_route_entry entry0, entry1; - unsigned char save_control, save_freq_select; - unsigned long flags; - - pin = find_isa_irq_pin(8, mp_INT); - if (pin == -1) - return; - - spin_lock_irqsave(&ioapic_lock, flags); - *(((int *)&entry0) + 1) = io_apic_read(0, 0x11 + 2 * pin); - *(((int *)&entry0) + 0) = io_apic_read(0,...
2007 Jan 01
0
autofill for a tkentry field
...} fruitList <<- c("Apple", "Banana", "Peach", "Pear", "Plum", "Mango") tkdestroy(tt) tt <- tktoplevel() pw <- tkframe(tt) ppw <- tk2labelframe(pw, text="Fruits:") f1 <<- tclVar("") entry1.f <- tkentry(ppw, width=30, textvariable=f1, validate="key", validatecommand=autofill) tkgrid(entry1.f) tkgrid(ppw) tkgrid(pw) I don't know how to pass arguments to the autofill function, so I can manipulate the textvariable. Any help is much appreciat...
2009 Feb 06
1
Joint test
...ith, with the obvious shortcomings. modelPG2 <- coxph(Surv(t0, t, d) ~ civilian + monarch + txmonarch + civwar + lngdpcap + growth + tropen4 + dopen4 + lnpop + age0 + entry1 + powtimes + initiator2 + defender2 + inherit + milwinsh + millosesh + mildrawsh + milwinwar + millosewar + mildrawwar + civwinsh + civlosesh + civdrawsh + civwinwar + civlosewar + civdrawwar...
2005 Dec 31
0
File_column and multiple file select
...e" %> </head> <body> <%= start_form_tag ({ :action => "create" }, :multipart => true) %> <%= error_messages_for ''entry'' %><br/> <!-- p> <b>Picture1:</b><br /> <%= file_column_field "entry1", "image" %> </p --> <!-- The file element -- NOTE: it has an ID --> <input type="file" id="my_file_element"> <p><input type="submit" name="Save" /></p> <%= end_form_tag %> Files: <!--...
2009 Apr 08
1
menu module behaviour for menu exit
...ompt 1 label menu menu hide kernel menu.c32 label bootlocal menu hide localboot -1 menu begin main menu title Main menu menu start label submenu menu label ^Submenu menu goto submenu menu end menu begin submenu menu title Submenu menu return main label entry1 menu label Entry ^1 menu return submenu kernel hdt.c32 label entry2 menu label Entry ^2 menu return submenu kernel rosh.c32 menu end ---- In this case I expected Escape inside the Submenu to automatically go to the main menu, but instead it went to the 'top&...
2009 Jan 30
8
[PATCH 0/7] ocfs2: Directory indexing support
The following patches implement indexed directory support in Ocfs2, mostly according to the design doc I wrote up a while ago: http://oss.oracle.com/osswiki/OCFS2/DesignDocs/IndexedDirectories The patches have been rebased on top of 2.6.29-rc2. It should be trivial to put them into merge_window. Things are what I'd call complete now. I'd like to get these into the merge_window branch
2009 Mar 17
33
[git patches] Ocfs2 updates for 2.6.30
Hi, The following patches comprise the bulk of Ocfs2 updates for the 2.6.30 merge window. Aside from larger, more involved fixes, we're adding the following features, which I will describe in the order their patches are mailed. Sunil's exported some more state to our debugfs files, and consolidated some other aspects of our debugfs infrastructure. This will further aid us in debugging
2005 Aug 04
0
[PATCH 6/11] Xenstore watch rework
...ts2 1 waitwatch 1 read /test2/foo diff -r ba5d5bd28edf -r b0de1894df67 tools/xenstore/testsuite/08transaction.sh --- a/tools/xenstore/testsuite/08transaction.sh Thu Aug 4 10:43:03 2005 +++ b/tools/xenstore/testsuite/08transaction.sh Thu Aug 4 11:39:03 2005 @@ -45,27 +45,27 @@ sleep 1 rm /test/entry1 commit -dir /test'' | ./xs_test`" = "" ] +dir /test'' | ./xs_test --no-timeout`" = "" ] # ... as long as noone is waiting. [ "`echo -e ''1 start /test 2 mkdir /test/dir 1 mkdir /test/dir 1 dir /test -1 commit'' | ./xs_test 2...