Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/
H A Dpreenlib.c54 uint_t *unitmap; /* unit #'s (from DKIOCINFO) */ member
234 rc = (*drvp->choosefunc)(devp->mapsize, devp->unitmap, in get_runnable()
367 devp->unitmap = NULL; in alloc_dev()
380 devp->unitmap = devp->mapsize ? in addunit()
381 (uint_t *)realloc(devp->unitmap, in addunit()
384 if (devp->unitmap == NULL) { in addunit()
388 (void) memset((char *)&devp->unitmap[devp->mapsize], 0, in addunit()
392 devp->unitmap[unit / WORDSIZE] |= (1 << (unit % WORDSIZE)); in addunit()
434 drvp->busymap[i] |= dev->unitmap[i]; in makebusy()
452 drvp->busymap[i] &= ~(devp->unitmap[i]); in notbusy()