Searched defs:pass_softc (Results 1 – 1 of 1) sorted by relevance
126 struct pass_softc { struct127 pass_state state;128 pass_flags flags;129 uint8_t pd_type;130 int open_count;131 u_int maxio;132 struct devstat *device_stats;133 struct cdev *dev;134 struct cdev *alias_dev;135 struct task add_physpath_task;[all …]