Home
last modified time | relevance | path

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

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