Searched refs:clonedevs (Results 1 – 3 of 3) sorted by relevance
109 struct clonedevs;248 void clone_setup(struct clonedevs **cdp);249 void clone_cleanup(struct clonedevs **);252 int clone_create(struct clonedevs **, struct cdevsw *, int *unit, struct cdev **dev, int extra);
1296 struct clonedevs { struct1301 clone_setup(struct clonedevs **cdp) in clone_setup()1309 clone_create(struct clonedevs **cdp, struct cdevsw *csw, int *up, in clone_create()1312 struct clonedevs *cd; in clone_create()1396 clone_cleanup(struct clonedevs **cdp) in clone_cleanup()1400 struct clonedevs *cd; in clone_cleanup()
271 struct clonedevs *clones;