Home
last modified time | relevance | path

Searched refs:devfs_bitmap (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/sys/vfs/devfs/
H A Ddevfs_helper.c57 devfs_clone_bitmap_init(struct devfs_bitmap *bitmap) in devfs_clone_bitmap_init()
67 devfs_clone_bitmap_uninit(struct devfs_bitmap *bitmap) in devfs_clone_bitmap_uninit()
78 devfs_clone_bitmap_extend(struct devfs_bitmap *bitmap, int newchunks) in devfs_clone_bitmap_extend()
95 devfs_clone_bitmap_fff(struct devfs_bitmap *bitmap) in devfs_clone_bitmap_fff()
136 devfs_clone_bitmap_chk(struct devfs_bitmap *bitmap, int unit) in devfs_clone_bitmap_chk()
170 devfs_clone_bitmap_set(struct devfs_bitmap *bitmap, int unit) in devfs_clone_bitmap_set()
198 devfs_clone_bitmap_put(struct devfs_bitmap *bitmap, int unit) in devfs_clone_bitmap_put()
221 devfs_clone_bitmap_get(struct devfs_bitmap *bitmap, int limit) in devfs_clone_bitmap_get()
/dflybsd-src/sys/sys/
H A Ddevfs.h332 struct devfs_bitmap DEVFS_CLONE_BITMAP(name)
334 extern struct devfs_bitmap DEVFS_CLONE_BITMAP(name)
336 struct devfs_bitmap { struct
351 void devfs_clone_bitmap_init(struct devfs_bitmap *); argument
352 void devfs_clone_bitmap_uninit(struct devfs_bitmap *);
353 int devfs_clone_bitmap_set(struct devfs_bitmap *, int);
354 int devfs_clone_bitmap_get(struct devfs_bitmap *, int);
355 int devfs_clone_bitmap_chk(struct devfs_bitmap *, int);
356 void devfs_clone_bitmap_put(struct devfs_bitmap *, int);
H A Ddevice.h51 struct devfs_bitmap;
401 cdev_t make_autoclone_dev(struct dev_ops *ops, struct devfs_bitmap *bitmap,
404 void destroy_autoclone_dev(cdev_t dev, struct devfs_bitmap *bitmap);
/dflybsd-src/sys/kern/
H A Dkern_conf.c408 make_autoclone_dev(struct dev_ops *ops, struct devfs_bitmap *bitmap, in make_autoclone_dev()
430 destroy_autoclone_dev(cdev_t dev, struct devfs_bitmap *bitmap) in destroy_autoclone_dev()
/dflybsd-src/sys/dev/netif/iwi/
H A Dif_iwivar.h141 struct devfs_bitmap sc_unr;
/dflybsd-src/sys/dev/disk/dm/
H A Ddm_dev.c46 static struct devfs_bitmap dm_minor_bitmap;
/dflybsd-src/sys/dev/misc/gpio/
H A Dgpio.c72 struct devfs_bitmap unit_bitmap;