Symbol: devfs_bitmap
sys/dev/disk/dm/dm_dev.c
46
static struct devfs_bitmap dm_minor_bitmap;
sys/dev/misc/gpio/gpio.c
72
struct devfs_bitmap unit_bitmap;
sys/dev/netif/iwi/if_iwivar.h
141
struct devfs_bitmap sc_unr;
sys/kern/kern_conf.c
408
make_autoclone_dev(struct dev_ops *ops, struct devfs_bitmap *bitmap,
sys/kern/kern_conf.c
430
destroy_autoclone_dev(cdev_t dev, struct devfs_bitmap *bitmap)
sys/sys/devfs.h
332
struct devfs_bitmap DEVFS_CLONE_BITMAP(name)
sys/sys/devfs.h
334
extern struct devfs_bitmap DEVFS_CLONE_BITMAP(name)
sys/sys/devfs.h
351
void devfs_clone_bitmap_init(struct devfs_bitmap *);
sys/sys/devfs.h
352
void devfs_clone_bitmap_uninit(struct devfs_bitmap *);
sys/sys/devfs.h
353
int devfs_clone_bitmap_set(struct devfs_bitmap *, int);
sys/sys/devfs.h
354
int devfs_clone_bitmap_get(struct devfs_bitmap *, int);
sys/sys/devfs.h
355
int devfs_clone_bitmap_chk(struct devfs_bitmap *, int);
sys/sys/devfs.h
356
void devfs_clone_bitmap_put(struct devfs_bitmap *, int);
sys/sys/device.h
401
cdev_t make_autoclone_dev(struct dev_ops *ops, struct devfs_bitmap *bitmap,
sys/sys/device.h
404
void destroy_autoclone_dev(cdev_t dev, struct devfs_bitmap *bitmap);
sys/sys/device.h
51
struct devfs_bitmap;
sys/vfs/devfs/devfs_helper.c
136
devfs_clone_bitmap_chk(struct devfs_bitmap *bitmap, int unit)
sys/vfs/devfs/devfs_helper.c
170
devfs_clone_bitmap_set(struct devfs_bitmap *bitmap, int unit)
sys/vfs/devfs/devfs_helper.c
198
devfs_clone_bitmap_put(struct devfs_bitmap *bitmap, int unit)
sys/vfs/devfs/devfs_helper.c
221
devfs_clone_bitmap_get(struct devfs_bitmap *bitmap, int limit)
sys/vfs/devfs/devfs_helper.c
57
devfs_clone_bitmap_init(struct devfs_bitmap *bitmap)
sys/vfs/devfs/devfs_helper.c
67
devfs_clone_bitmap_uninit(struct devfs_bitmap *bitmap)
sys/vfs/devfs/devfs_helper.c
78
devfs_clone_bitmap_extend(struct devfs_bitmap *bitmap, int newchunks)
sys/vfs/devfs/devfs_helper.c
95
devfs_clone_bitmap_fff(struct devfs_bitmap *bitmap)