Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dtask_switch.c871 int error, ext, fault, minlimit, nt_type, ot_type; in vmexit_task_switch() local
905 nt_type = SEG_DESC_TYPE(nt.access); in vmexit_task_switch()
906 if (nt_type != SDT_SYS386BSY && nt_type != SDT_SYS386TSS && in vmexit_task_switch()
907 nt_type != SDT_SYS286BSY && nt_type != SDT_SYS286TSS) { in vmexit_task_switch()
922 if (nt_type == SDT_SYS386BSY || nt_type == SDT_SYS386TSS) in vmexit_task_switch()
924 else if (nt_type == SDT_SYS286BSY || nt_type == SDT_SYS286TSS) in vmexit_task_switch()
936 if (reason == TSR_IRET && !TSS_BUSY(nt_type)) { in vmexit_task_switch()
945 if (reason != TSR_IRET && TSS_BUSY(nt_type)) { in vmexit_task_switch()
999 if (nt_type == SDT_SYS286BSY || nt_type == SDT_SYS286TSS) { in vmexit_task_switch()
1050 error = push_errcode(vcpu, &task_switch->paging, nt_type, in vmexit_task_switch()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dconfigdefs.h69 short nt_type; member
/illumos-gate/usr/src/cmd/mailx/
H A Doptim.c372 return(np->nt_type); in nettype()