Searched refs:index_t (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dbitmap.c51 index_t
54 index_t maxword; /* index of last in map */
55 index_t wx; /* word index in map */
72 index_t bx; /* bit index in word */
73 index_t maxbit; /* last bit to look at */
177 index_t partial_start = start & BT_ULMASK;
178 index_t partial_stop = stop & BT_ULMASK;
H A Derrorq.c475 static index_t
476 errorq_availbit(ulong_t *bitmap, size_t nbits, index_t curindex)
479 index_t rval, nextindex = curindex + 1;
480 index_t nextword = nextindex >> BT_ULSHIFT;
482 index_t maxindex = nbits - 1;
483 index_t maxword = maxindex >> BT_ULSHIFT;
H A Dschedctl.c140 index_t index;
163 index = (index_t)(ssp - pagep->spc_base);
475 index_t index;
/illumos-gate/usr/src/uts/common/sys/
H A Derrorq_impl.h89 index_t eq_rotor; /* best efforts bitmap rotor */
H A Dbitmap.h74 * bitmap is a ulong_t *, bitindex an index_t
143 extern index_t bt_availbit(ulong_t *bitmap, size_t nbits);
H A Dtypes.h127 typedef short index_t; typedef
/illumos-gate/usr/src/uts/common/io/
H A Dsysevent.c110 static index_t
113 index_t idx;
136 sysevent_minor_rele(index_t idx)
/illumos-gate/usr/src/ucbhead/sys/
H A Dtypes.h99 typedef short index_t; typedef
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvlds.c226 static index_t
229 index_t idx;
252 vlds_minor_rele(index_t idx)
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.c2638 index_t id;

Completed in 99 milliseconds