devfs_rule_ioctl
rule_ioctl(unsigned long cmd, struct devfs_rule_ioctl *rule)
rule_fill(struct devfs_rule_ioctl *dr, struct rule *r, struct groupdevid *id)
struct devfs_rule_ioctl dr;
struct devfs_rule_ioctl dr;
static int rule_ioctl(unsigned long, struct devfs_rule_ioctl *);
static void rule_fill(struct devfs_rule_ioctl *, struct rule *,
struct devfs_rule_ioctl dummy_rule;
#define DEVFS_RULE_ADD _IOWR('d', 221, struct devfs_rule_ioctl)
#define DEVFS_RULE_APPLY _IOWR('d', 222, struct devfs_rule_ioctl)
#define DEVFS_RULE_CLEAR _IOWR('d', 223, struct devfs_rule_ioctl)
#define DEVFS_RULE_RESET _IOWR('d', 224, struct devfs_rule_ioctl)
devfs_rule_insert(struct devfs_rule_ioctl *templ)
devfs_rule_clear(struct devfs_rule_ioctl *templ)
struct devfs_rule_ioctl *rule;
rule = (struct devfs_rule_ioctl *)ap->a_data;
static struct devfs_rule *devfs_rule_alloc(struct devfs_rule_ioctl *);
static int devfs_rule_insert(struct devfs_rule_ioctl *);
static int devfs_rule_clear(struct devfs_rule_ioctl *);
devfs_rule_alloc(struct devfs_rule_ioctl *templ)