Searched refs:rr_target (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/mlx/
H A Dmlxio.h76 int rr_target; member in struct:mlx_rebuild_request
H A Dmlx.c937 rb->rr_status = mlx_rebuild(sc, rb->rr_channel, rb->rr_target);
/freebsd-12-stable/usr.sbin/mlxcontrol/
H A Dcommand.c607 if ((sscanf(argv[2], "disk%2d%2d", &rb.rr_channel, &rb.rr_target) != 2) &&
608 (sscanf(argv[2], "unknown%2d%2d", &rb.rr_channel, &rb.rr_target) != 2)) {
621 warnx("the drive at %d:%d is already ONLINE", rb.rr_channel, rb.rr_target);
627 warnx("there is no drive at channel %d, target %d", rb.rr_channel, rb.rr_target);

Completed in 150 milliseconds