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

/freebsd-13-stable/sys/sys/
H A Dconf.h109 struct clonedevs;
249 void clone_setup(struct clonedevs **cdp);
250 void clone_cleanup(struct clonedevs **);
253 int clone_create(struct clonedevs **, struct cdevsw *, int *unit, struct cdev **dev, int extra);
/freebsd-13-stable/sys/kern/
H A Dkern_conf.c1299 struct clonedevs { struct
1304 clone_setup(struct clonedevs **cdp)
1312 clone_create(struct clonedevs **cdp, struct cdevsw *csw, int *up,
1315 struct clonedevs *cd;
1399 clone_cleanup(struct clonedevs **cdp)
1403 struct clonedevs *cd;
/freebsd-13-stable/sys/dev/vkbd/
H A Dvkbd.c173 static struct clonedevs *vkbd_dev_clones = NULL;
/freebsd-13-stable/sys/net/
H A Dif_tuntap.c271 struct clonedevs *clones;

Completed in 79 milliseconds