Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dconf.h306 int bdevsw_add(int, const struct bdevsw *);
/xnu-12377.61.12/bsd/kern/
H A Dbsd_stubs.c139 bdevsw_add(int index, const struct bdevsw * bsw) in bdevsw_add() function
/xnu-12377.61.12/bsd/dev/
H A Dmemdev.c665 …mdevBMajor = bdevsw_add(-1, &mdevbdevsw); /* Add to the table and figure out a major… in mdevadd()