Lines Matching defs:controller

517 	    "[-z <capacity>] [-s <stripe_size>] <controller>\n"), prog_namep,
533 (void) printf(gettext("%s -l -g <disk> <controller>\n"), prog_namep);
541 "{<volume> | <controller>}\n"), prog_namep);
543 (void) printf(gettext("%s -S [<volume> | <controller>]\n"), prog_namep);
545 (void) printf(gettext("%s -S -g <disk> <controller>\n"), prog_namep);
590 /* Check controller tag */
659 /* Open controller before accessing its object */
711 /* Close controller */
721 * as SUCCESS, FAILURE, or INVALID_ARG. It only supports LSI MPT controller
723 * be specified for LSI MPT controller, and they use zero and default value.
786 /* Get disks tag and controller tag */
803 /* get_disk_handle_ctd has opened controller. */
813 /* Check if the controller is host raid type */
822 /* -c only support host raid controller, return failure here */
824 gettext("Option -c only supports host raid controller.\n"));
866 /* Close controller */
881 * controller. The return value can be SUCCESS, FAILURE, or INVALID_ARG.
1097 * This function downloads and updates firmware for specified controller, and
1122 "controller %d (%s/%s)? "), ctl_tag, yesstr, nostr);
1143 (void) fprintf(stdout, gettext("Start updating controller "
1152 (void) fprintf(stdout, gettext("Update controller "
1163 * This function set or unset HSP relationship between disk and controller/
1241 /* Open controller */
1255 /* Get controller's attribute */
1310 "and controller %s successfully.\n"),
1326 "disk %s and controller %s successfully.\n"),
1337 * The changeable attribute is up to controller's feature.
1462 * This function prints snapshot of specified controller's configuration,
1807 char controller[8];
1821 (void) snprintf(controller, sizeof (controller), "%u",
1823 (void) printf("c%s\t\t", controller);
2079 * This function prints attribute of specified controller, and return
2454 * c0t0d0, and translates it to controller tag and disk tag.
2455 * Then it calls lib api and get disk handle. The controller tag and disk
2510 * This function translates controller string to tag. The return value is
2527 * This function parses array string to get array tag and controller tag.
2597 * disk tag and controller tag. The tags is returned by out parameters.