Searched refs:clonedevs (Results 1 – 5 of 5) sorted by relevance
105 struct clonedevs;223 void clone_setup(struct clonedevs **cdp);224 void clone_cleanup(struct clonedevs **);227 int clone_create(struct clonedevs **, struct cdevsw *, int *unit, struct cdev **dev, int extra);
1280 struct clonedevs { struct1285 clone_setup(struct clonedevs **cdp) in clone_setup()1293 clone_create(struct clonedevs **cdp, struct cdevsw *csw, int *up, in clone_create()1296 struct clonedevs *cd; in clone_create()1381 clone_cleanup(struct clonedevs **cdp) in clone_cleanup()1385 struct clonedevs *cd; in clone_cleanup()
160 static struct clonedevs *tapclones;
112 static struct clonedevs *tunclones;
171 static struct clonedevs *vkbd_dev_clones = NULL;