Searched defs:devfs_rule (Results 1 – 1 of 1) sorted by relevance
66 struct devfs_rule { struct67 uint32_t dr_magic; /* Magic number. */68 devfs_rid dr_id; /* Identifier. */76 int dr_icond;79 int dr_dswflags; /* cdevsw flags to match. */81 char dr_pathptrn[DEVFS_MAXPTRNLEN]; /* Pattern to match path. */105 #define DEVFSIO_RADD _IOWR('D', 0, struct devfs_rule) argument