Home
last modified time | relevance | path

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

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