Home
last modified time | relevance | path

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

/dragonfly/lib/libcalendar/
H A Dcalendar.c74 idt.m = 0; in jdate()
75 idt.d = 0; in jdate()
77 idt.y--; in jdate()
85 for (idt.m = 11; month1[idt.m] > r; idt.m--) in jdate()
89 idt.d = r - month1[idt.m]; in jdate()
118 return (idt->d + month1[idt->m] + idt->y * 365 + idt->y / 4); in ndaysji()
142 idt.y--; in gdate()
160 for (idt.m = 11; montht[idt.m] > ndays; idt.m--) in gdate()
166 if (idt.y == jiswitch.y && idt.m == jiswitch.m && jiswitch.d < idt.d) in gdate()
247 date idt; in firstweek() local
[all …]
/dragonfly/test/nvmm/demo/smallkern/
H A Dmain.c232 struct gate_descriptor *idt; in init_idt() local
235 idt = (struct gate_descriptor *)&idtstore; in init_idt()
237 setgate(&idt[i], x86_exceptions[i], 0, SDT_SYS386IGT, in init_idt()
241 setgate(&idt[i], &Xintr, 0, SDT_SYS386IGT, in init_idt()
/dragonfly/sys/dev/virtual/nvmm/x86/
H A Dnvmm_x86_svm.c427 struct vmcb_segment idt; member
1862 &vmcb->state.idt); in svm_vcpu_setstate()
2010 &vmcb->state.idt); in svm_vcpu_getstate()