Searched refs:cx_cdevsw (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/cx/
H A Dif_cx.c223 static struct cdevsw cx_cdevsw = { variable in typeref:struct:cdevsw
868 d->devt = make_dev (&cx_cdevsw, b->num*NCHAN + c->num + 64, UID_ROOT, GID_WHEEL, 0600, "cx%d", b->num*NCHAN + c->num);

Completed in 81 milliseconds