Searched refs:clonedevs (Results 1 – 4 of 4) sorted by relevance
107 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);
1292 struct clonedevs { struct1297 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()
172 static struct clonedevs *vkbd_dev_clones = NULL;
274 struct clonedevs *clones;