Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDconf.h105 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);
/NextBSD/sys/kern/
HDkern_conf.c1280 struct clonedevs { struct
1285 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()
/NextBSD/sys/net/
HDif_tap.c160 static struct clonedevs *tapclones;
HDif_tun.c112 static struct clonedevs *tunclones;
/NextBSD/sys/dev/vkbd/
HDvkbd.c171 static struct clonedevs *vkbd_dev_clones = NULL;