Home
last modified time | relevance | path

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

/xnu-11215/bsd/dev/
H A Dmemdev.c143 static const struct cdevsw mdevcdevsw = { variable
673 …mdevCMajor = cdevsw_add_with_bdev(-1, &mdevcdevsw, mdevBMajor); /* Add to the table and fi… in mdevadd()