Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libcalendar/
H A Dcalendar.c71 date idt; /* Internal date representation */ in jdate() local
108 date idt; /* Internal date representation */ in ndaysj() local
121 ndaysji(date * idt) in ndaysji()
136 date idt; /* for internal date representation */ in gdate() local
187 date idt; /* Internal date representation */ in ndaysg() local
199 ndaysgi(date *idt) in ndaysgi()
253 date idt; in firstweek() local
298 date2idt(date *idt, date *dt) in date2idt()
317 idt2date(date *dt, date *idt) in idt2date()
/freebsd-13.1/stand/i386/libi386/
H A Drelocater_tramp.S340 idt: .word 0x3ff label
/freebsd-13.1/sys/i386/i386/
H A Dmachdep.c352 struct gate_descriptor *idt = &idt0[0]; /* interrupt descriptor table */ variable
645 DB_SHOW_COMMAND(idt, db_show_idt) in DB_SHOW_COMMAND() argument
/freebsd-13.1/sys/amd64/amd64/
H A Dmachdep.c349 struct gate_descriptor *idt = &idt0[0]; /* interrupt descriptor table */ variable
526 DB_SHOW_COMMAND(idt, db_show_idt) in DB_SHOW_COMMAND() argument
/freebsd-13.1/sys/amd64/vmm/amd/
H A Dvmcb.h295 struct vmcb_segment idt; member