Searched refs:bsw (Results 1 – 1 of 1) sorted by relevance
139 bdevsw_add(int index, const struct bdevsw * bsw) in bdevsw_add() argument146 bdevsw[index] = *bsw; in bdevsw_add()156 bdevsw_remove(int index, const struct bdevsw * bsw) in bdevsw_remove() argument166 if ((memcmp((const char *)devsw, (const char *)bsw, sizeof(struct bdevsw)) != 0)) { in bdevsw_remove()