Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/
H A Dbsd_stubs.c139 bdevsw_add(int index, const struct bdevsw * bsw) in bdevsw_add() argument
146 bdevsw[index] = *bsw; in bdevsw_add()
156 bdevsw_remove(int index, const struct bdevsw * bsw) in bdevsw_remove() argument
166 if ((memcmp((const char *)devsw, (const char *)bsw, sizeof(struct bdevsw)) != 0)) { in bdevsw_remove()