Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_conf.c579 if (dev2unit(si2) == args->mda_unit) { in newdev()
598 si->si_drv0 = args->mda_unit; in newdev()
869 args.mda_unit = unit; in make_dev_credv()
1366 args.mda_unit = unit | extra; in clone_create()
H A Dtty.c1401 args.mda_unit = TTYUNIT_INIT; in tty_makedevf()
1409 args.mda_unit = TTYUNIT_LOCK; in tty_makedevf()
1426 args.mda_unit = TTYUNIT_CALLOUT; in tty_makedevf()
1436 args.mda_unit = TTYUNIT_CALLOUT | TTYUNIT_INIT; in tty_makedevf()
1443 args.mda_unit = TTYUNIT_CALLOUT | TTYUNIT_LOCK; in tty_makedevf()
/f-stack/freebsd/sys/
H A Dconf.h268 int mda_unit; member
/f-stack/freebsd/arm/ti/am335x/
H A Dam335x_dmtpps.c579 mda.mda_unit = device_get_unit(dev); in dmtpps_attach()
/f-stack/freebsd/net/
H A Dif_tuntap.c817 args.mda_unit = unit; in tun_create_device()