Lines Matching refs:status

62  * and the watermarks are updated.  The status is then changed to "okay"
82 * 7. Set the status to "Okay"
197 sp_status_t status, md_error_t *ep);
442 * INPUT: sp - the set name for the devices to set the status on
443 * minors - an array of minor numbers of devices to set status on
445 * status - status value to set all units to
448 * PURPOSE: sets the status of one or more soft partitions to the
456 sp_status_t status,
464 /* update status of all soft partitions to the status passed in */
467 status_params.new_status = status;
2021 * INPUT: xsp_status - the status value to convert to a string
2025 * RETURNS: char * - a pointer to the string representing the status value
2027 * status value for a soft partition. The strings are
2097 char *status;
2132 /* Determine if device is available before displaying status */
2137 status = meta_sp_status_to_name(msp->status, tstate & MD_DEV_ERRORED);
2143 status) == EOF) {
2144 Free(status);
2149 " State: %s\n"), status) == EOF) {
2150 Free(status);
2154 free(status);
3483 * status - the initial status of the unit structure
3497 sp_status_t status,
3531 mp->un_status = status;
3692 /* fill in status field */
3693 msp->status = mp->un_status;
4238 * the watermarks are updated. Finally, the status is changed to
4494 /* second phase of commit, set status to MD_SP_OK */
4708 /* cleanup return status */
5038 /* second phase of commit, set status to MD_SP_OK */
5520 if (msp->status >= MD_SP_LAST) {
5522 "%s: status value %u is out of range.\n"),
5523 curnp->cname, msp->status);
5536 curnp->cname, meta_sp_status_to_name(msp->status,
5832 * status - new status to be applied to all soft parts in array
5836 * PURPOSE: update status of soft partitions to new status. minors is an
5837 * array of minor numbers to apply the new status to.
5839 * cluster to update the status locally.
5846 sp_status_t status,
5861 sp_setstat_params.sp_setstat_status = status;
5878 if (meta_sp_setstatus(sp, minors, num_sps, status, ep) < 0)
5883 "Error updating status on recovered soft "
5902 * changes), and, finally, set the status of all recovered
6278 /* update status of all soft partitions to OK */