Searched defs:this (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_sun_idr.c5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice (including the next
42 struct idr_free_id_range *this; local
44 this = kmem_zalloc(sizeof(struct idr_free_id_range), KM_SLEEP);
45 this->start = start;
46 this->end = 0x7fffffff;
47 this->min_unused_id = start;
49 return this;

Completed in 15 milliseconds