Home
last modified time | relevance | path

Searched refs:mpath_dev (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/scsi/
H A Dmpath.c43 struct mpath_dev *g_dev;
48 struct mpath_dev { struct
67 struct mpath_dev *sc_devs[MPATH_BUSWIDTH]; argument
89 struct mpath_path *mpath_next_path(struct mpath_dev *);
92 void mpath_failover(struct mpath_dev *);
94 void mpath_failover_check(struct mpath_dev *);
143 struct mpath_dev *d = sc->sc_devs[link->target]; in mpath_probe()
154 mpath_next_path(struct mpath_dev *d) in mpath_next_path()
180 struct mpath_dev *d = sc->sc_devs[link->target]; in mpath_cmd()
237 struct mpath_dev *d = p->p_group->g_dev; in mpath_start()
[all …]