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