Searched refs:idt (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/lib/libcalendar/
H A Dcalendar.c56 static date *date2idt(date *idt, date *dt);
57 static date *idt2date(date *dt, date *idt);
58 static int ndaysji(date *idt);
59 static int ndaysgi(date *idt);
69 date idt; /* Internal date representation */ local
77 idt.y = ndays / 365;
78 idt.m = 0;
79 idt.d = 0;
80 while ((r = ndaysji(&idt)) > ndays)
81 idt
106 date idt; /* Internal date representation */ local
119 ndaysji(date * idt) argument
134 date idt; /* for internal date representation */ local
185 date idt; /* Internal date representation */ local
197 ndaysgi(date *idt) argument
251 date idt; local
296 date2idt(date *idt, date *dt) argument
315 idt2date(date *dt, date *idt) argument
[all...]
/freebsd-10.0-release/etc/rc.d/
H A Datm173 idt[0-9] | idt[0-9][0-9])
/freebsd-10.0-release/sys/i386/include/
H A Dsegments.h66 * region descriptors, used to load gdt/idt tables before segments yet exist.
94 extern struct gate_descriptor *idt;
/freebsd-10.0-release/sys/amd64/include/
H A Dsegments.h82 * region descriptors, used to load gdt/idt tables before segments yet exist.
92 extern struct gate_descriptor *idt;
/freebsd-10.0-release/sys/amd64/vmm/
H A Dvmm_ipi.c72 ip = &idt[idx];
/freebsd-10.0-release/sys/mips/idt/
H A Duart_bus_rc32434.c49 #include <mips/idt/idtreg.h>
H A Dobio.c47 #include <mips/idt/idtreg.h>
48 #include <mips/idt/obiovar.h>
H A Didtpci.c91 #include <mips/idt/idtreg.h>
H A Dif_kr.c72 #include <mips/idt/if_krreg.h>
/freebsd-10.0-release/sys/dev/dcons/
H A Ddcons_crom.c71 #include <machine/segments.h> /* for idt */
126 idt_paddr = (char *)idt - (char *)KERNBASE;
/freebsd-10.0-release/sys/i386/isa/
H A Dnpx.c224 save_idt_npxtrap = idt[IDT_MF];
301 idt[IDT_MF] = save_idt_npxtrap;
/freebsd-10.0-release/sys/pc98/pc98/
H A Dmachdep.c1455 struct gate_descriptor *idt = &idt0[0]; /* interrupt descriptor table */ variable in typeref:struct:gate_descriptor
1717 ip = idt + idx;
1744 DB_SHOW_COMMAND(idt, db_show_idt)
1750 ip = idt;
2264 r_idt.rd_base = (int) idt;
2442 bcopy(idt, new_idt, sizeof(idt0));
2445 idt = new_idt;
/freebsd-10.0-release/sys/amd64/amd64/
H A Dmachdep.c1032 struct gate_descriptor *idt = &idt0[0]; /* interrupt descriptor table */ variable in typeref:struct:gate_descriptor
1177 ip = idt + idx;
1207 DB_SHOW_COMMAND(idt, db_show_idt)
1213 ip = idt;
1788 r_idt.rd_base = (long) idt;
/freebsd-10.0-release/sys/i386/i386/
H A Dmachdep.c1657 struct gate_descriptor *idt = &idt0[0]; /* interrupt descriptor table */ variable in typeref:struct:gate_descriptor
1921 ip = idt + idx;
1951 DB_SHOW_COMMAND(idt, db_show_idt)
1957 ip = idt;
2938 r_idt.rd_base = (int) idt;
3155 bcopy(idt, new_idt, sizeof(idt0));
3158 idt = new_idt;
H A Dtrap.c874 if ((eva == (unsigned int)&idt[6]) && has_f00f_bug)

Completed in 127 milliseconds