Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/vinum/
H A Dvinumstate.c316 enum volplexstate vps; /* how do we compare with the other plexes? */ in set_plex_state() local
333 vps = vpstate(plex); /* how do we compare with the other plexes? */ in set_plex_state()
349 if (((vps == volplex_onlyus) in set_plex_state()
350 || (vps == volplex_onlyusup)) in set_plex_state()
496 enum volplexstate vps; /* how do we compare with the other plexes? */ in update_plex_state() local
501 vps = vpstate(plex); /* how do we compare with the other plexes? */ in update_plex_state()
518 if ((vps & volplex_otherup) == 0) { /* no other plex is up */ in update_plex_state()
/dragonfly/sys/dev/netif/oce/
H A Doce_hw.h3255 struct vport_stats vps; member