Home
last modified time | relevance | path

Searched refs:kte_key (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/intel/io/agpgart/
H A Dagpgart.c1256 newentryp->kte_key = key; in agp_fill_empty_keyent()
1434 ASSERT((entryp->kte_key >= 0) && (entryp->kte_key < AGP_MAXKEYS)); in agp_unbind_key()
1439 entryp->kte_key)); in agp_unbind_key()
1461 entryp->kte_key)); in agp_unbind_key()
1541 entryp->kte_key)); in agp_dealloc_mem()
2126 ASSERT((entryp->kte_key >= 0) && (entryp->kte_key < AGP_MAXKEYS)); in agp_alloc_kmem()
2387 ASSERT((keyent->kte_key >= 0) && (keyent->kte_key < AGP_MAXKEYS)); in agp_bind_key()
2395 keyent->kte_key)); in agp_bind_key()
2985 ASSERT((entryp->kte_key >= 0) && (entryp->kte_key < AGP_MAXKEYS)); in ioctl_agpgart_alloc()
2986 alloc_info.agpa_key = entryp->kte_key; in ioctl_agpgart_alloc()
/titanic_41/usr/src/uts/common/sys/agp/
H A Dagpgart_impl.h87 int kte_key; /* memory key */ member