Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dconf.h109 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);
/f-stack/freebsd/kern/
H A Dkern_conf.c1296 struct clonedevs { struct
1301 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()
/f-stack/freebsd/net/
H A Dif_tuntap.c271 struct clonedevs *clones;