Home
last modified time | relevance | path

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

/openbsd-src/sys/scsi/
H A Dmpath.c54 struct mpath_groups d_groups; member
168 (g = TAILQ_FIRST(&d->d_groups)) != NULL) in mpath_next_path()
348 d->d_failover_iter = TAILQ_FIRST(&d->d_groups); in mpath_failover_start()
376 TAILQ_REMOVE(&d->d_groups, g, g_entry); in mpath_path_status()
377 TAILQ_INSERT_HEAD(&d->d_groups, g, g_entry); in mpath_path_status()
405 TAILQ_FOREACH(g, &d->d_groups, g_entry) { in mpath_minphys()
474 TAILQ_INIT(&d->d_groups); in mpath_path_attach()
493 TAILQ_FOREACH(g, &d->d_groups, g_entry) { in mpath_path_attach()
515 TAILQ_INSERT_TAIL(&d->d_groups, g, g_entry); in mpath_path_attach()
558 TAILQ_REMOVE(&d->d_groups, g, g_entry); in mpath_path_detach()
[all …]