Home
last modified time | relevance | path

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

/freebsd/usr.sbin/service/
H A Dservice.sh63 r) RCORDER=ropt ;;
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_torus.c7400 struct endpoint *rnpt, *ropt; in tsw_changes() local
7454 ropt = &opt->link->end[1]; in tsw_changes()
7456 ropt = &opt->link->end[0]; in tsw_changes()
7458 ropt = NULL; in tsw_changes()
7460 if (rnpt && !ropt) { in tsw_changes()
7471 if (ropt && !rnpt) { in tsw_changes()
7478 p, ropt->type == PASSTHRU ? "sw" : "node", in tsw_changes()
7479 cl_ntoh64(ropt->n_id), ropt->port); in tsw_changes()
7482 if (!(rnpt && ropt)) in tsw_changes()
7485 if (rnpt->n_id != ropt->n_id) { in tsw_changes()
[all …]