Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount.kshlib241 typeset ropt=$(mount_get_ro_rw "$1")
242 log_must test $ropt == "ro"
248 typeset ropt=$(mount_get_ro_rw "$1")
249 log_must test $ropt == "rw"
/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 …]