Home
last modified time | relevance | path

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

/openbsd/src/sys/scsi/
Dmpathvar.h50 int mpath_path_attach(struct mpath_path *, u_int,
Dmpath_sym.c163 if (mpath_path_attach(&sc->sc_path, id, ops) != 0) in sym_attach()
Dmpath_emc.c163 if (mpath_path_attach(&sc->sc_path, sp, &emc_mpath_ops) != 0) in emc_attach()
Dmpath_hds.c168 if (mpath_path_attach(&sc->sc_path, in hds_attach()
Dmpath_rdac.c228 if (mpath_path_attach(&sc->sc_path, id, &rdac_mpath_ops) != 0) in rdac_attach()
Dmpath.c435 mpath_path_attach(struct mpath_path *p, u_int g_id, const struct mpath_ops *ops) in mpath_path_attach() function