Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dconf.h107 struct clonedevs;
247 void clone_setup(struct clonedevs **cdp);
248 void clone_cleanup(struct clonedevs **);
251 int clone_create(struct clonedevs **, struct cdevsw *, int *unit, struct cdev **dev, int extra);
/freebsd/sys/kern/
H A Dkern_conf.c1292 struct clonedevs { struct
1297 clone_setup(struct clonedevs **cdp) in clone_setup()
1305 clone_create(struct clonedevs **cdp, struct cdevsw *csw, int *up, in clone_create()
1308 struct clonedevs *cd; in clone_create()
1392 clone_cleanup(struct clonedevs **cdp) in clone_cleanup()
1396 struct clonedevs *cd; in clone_cleanup()
/freebsd/sys/dev/vkbd/
H A Dvkbd.c172 static struct clonedevs *vkbd_dev_clones = NULL;
/freebsd/sys/net/
H A Dif_tuntap.c274 struct clonedevs *clones;