Home
last modified time | relevance | path

Searched defs:idt (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libcalendar/
H A Dcalendar.c69 date idt; /* Internal date representation */ in jdate() local
106 date idt; /* Internal date representation */ in ndaysj() local
119 ndaysji(date * idt) in ndaysji()
134 date idt; /* for internal date representation */ in gdate() local
185 date idt; /* Internal date representation */ in ndaysg() local
197 ndaysgi(date *idt) in ndaysgi()
251 date idt; in firstweek() local
296 date2idt(date *idt, date *dt) in date2idt()
315 idt2date(date *dt, date *idt) in idt2date()
/freebsd/stand/i386/libi386/
H A Drelocater_tramp.S338 idt: .word 0x3ff label
/freebsd/sys/i386/i386/
H A Dmachdep.c349 struct gate_descriptor *idt = &idt0[0]; /* interrupt descriptor table */ variable
642 DB_SHOW_COMMAND_FLAGS(idt, db_show_idt, DB_CMD_MEMSAFE) in DB_SHOW_COMMAND_FLAGS() argument
/freebsd/sys/amd64/amd64/
H A Dmachdep.c343 struct gate_descriptor *idt = &idt0[0]; /* interrupt descriptor table */ variable
520 DB_SHOW_COMMAND_FLAGS(idt, db_show_idt, DB_CMD_MEMSAFE) in DB_SHOW_COMMAND_FLAGS() argument
/freebsd/sys/amd64/vmm/amd/
H A Dvmcb.h310 struct vmcb_segment idt; member