Home
last modified time | relevance | path

Searched refs:entry0 (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/umsdos/
Demd.c207 struct umsdos_dirent entry0,*p; in umsdos_writeentry() local
232 memset (&entry0, 0, sizeof (entry0)); in umsdos_writeentry()
233 entry = &entry0; in umsdos_writeentry()
/linux-2.4.37.9/arch/x86_64/kernel/
Dio_apic.c1523 struct IO_APIC_route_entry entry0, entry1; in unlock_ExtINT_logic() local
1532 *(((int *)&entry0) + 1) = io_apic_read(0, 0x11 + 2 * pin); in unlock_ExtINT_logic()
1533 *(((int *)&entry0) + 0) = io_apic_read(0, 0x10 + 2 * pin); in unlock_ExtINT_logic()
1543 entry1.polarity = entry0.polarity; in unlock_ExtINT_logic()
1570 io_apic_write(0, 0x11 + 2 * pin, *(((int *)&entry0) + 1)); in unlock_ExtINT_logic()
1571 io_apic_write(0, 0x10 + 2 * pin, *(((int *)&entry0) + 0)); in unlock_ExtINT_logic()
/linux-2.4.37.9/arch/i386/kernel/
Dio_apic.c1525 struct IO_APIC_route_entry entry0, entry1; in unlock_ExtINT_logic() local
1534 *(((int *)&entry0) + 1) = io_apic_read(0, 0x11 + 2 * pin); in unlock_ExtINT_logic()
1535 *(((int *)&entry0) + 0) = io_apic_read(0, 0x10 + 2 * pin); in unlock_ExtINT_logic()
1545 entry1.polarity = entry0.polarity; in unlock_ExtINT_logic()
1572 io_apic_write(0, 0x11 + 2 * pin, *(((int *)&entry0) + 1)); in unlock_ExtINT_logic()
1573 io_apic_write(0, 0x10 + 2 * pin, *(((int *)&entry0) + 0)); in unlock_ExtINT_logic()