Home
last modified time | relevance | path

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

/openbsd/sys/scsi/
H A Dmpath.c52 struct mpath_path *d_next_path; member
164 p = d->d_next_path; in mpath_next_path()
166 d->d_next_path = TAILQ_NEXT(p, p_entry); in mpath_next_path()
167 if (d->d_next_path == NULL && in mpath_next_path()
169 d->d_next_path = TAILQ_FIRST(&g->g_paths); in mpath_next_path()
378 d->d_next_path = p; in mpath_path_status()
526 if (d->d_next_path == NULL) in mpath_path_attach()
527 d->d_next_path = p; in mpath_path_attach()
554 if (d->d_next_path == p) in mpath_path_detach()
555 d->d_next_path = TAILQ_FIRST(&g->g_paths); in mpath_path_detach()
[all …]