Searched refs:sgd_type (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c619 switch (gate->sgd_type) {
630 (void) mdb_snprintf(type, sizeof (type), "%3x", gate->sgd_type);
649 if (gate->sgd_type == SDT_SYSTASKGT)
/opensolaris-onvv-gate/usr/src/uts/intel/sys/
H A Dsegments.h346 uint32_t sgd_type:5; /* segment type, includes S bit */ member in struct:gate_desc
370 uint64_t sgd_type:5; /* segment type, includes S bit */ member in struct:gate_desc
/opensolaris-onvv-gate/usr/src/uts/intel/ia32/os/
H A Ddesctbls.c336 dp->sgd_type = type;
353 dp->sgd_type = type;
428 ASSERT(sgd->sgd_type == SDT_SYSIGT);
435 if (sgd->sgd_type == SDT_SYSIGT) {
H A Dsysi86.c329 sgd->sgd_type = ssd->acc1;
332 ASSERT(sgd->sgd_type == SDT_SYSCGT);

Completed in 109 milliseconds