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

/freebsd-12-stable/sys/dev/drm/
H A Dsis_ds.c200 int startofs, int size,
206 if (startofs > p->ofs) {
209 newblock->ofs = startofs;
210 newblock->size = p->size - (startofs - p->ofs);
222 newblock->ofs = startofs + size;
239 int mask, startofs, endofs; local
246 startofs = 0;
250 startofs = (p->ofs + mask) & ~mask;
251 if (startofs < startSearch) {
252 startofs
199 SliceBlock(TMemBlock * p, int startofs, int size, int reserved, int alignment) argument
[all...]

Completed in 57 milliseconds