Home
last modified time | relevance | path

Searched refs:drive_unallocated (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/raid/vinum/
H A Dvinumstate.h248 drive_unallocated, enumerator
H A Dvinumconfig.c457 if (DRIVE[driveno].state == drive_unallocated) /* bingo */ in get_empty_drive()
491 &&(drive->state > drive_unallocated)) /* and it's a real one: found */ in find_drive()
521 drive->state > drive_unallocated in find_drive_by_dev()
983 drive->state = drive_unallocated; /* deallocate the drive */ in config_drive()
1029 drive->state = drive_unallocated; /* throw it away completely */ in config_drive()
1070 drive->state = drive_unallocated; /* deallocate the drive */ in config_drive()
1732 ||(drive->state == drive_unallocated)) { /* or nothing there */ in remove_drive_entry()
H A Dvinumio.c342 drive->state = drive_unallocated; /* put it back, it's not ours */ in read_drive_label()
379 &&(DRIVE[i].state != drive_unallocated) /* and it's allocated */ in check_drive()
622 if ((drive->state != drive_unallocated) in daemon_save_config()
H A Dvinumioctl.c262 ||(DRIVE[index].state == drive_unallocated)) { in vinumioctl()
H A Dvinumstate.c57 if (drive->state == drive_unallocated) /* no drive to do anything with, */ in set_drive_state()
/dragonfly/sbin/vinum/
H A Dlist.c157 if (drive.state != drive_unallocated) { in vinum_ldi()
1091 if (drive.state != drive_unallocated) { in printconfig()
1173 if ((drive.state != drive_unallocated) /* drive exists */ in list_defective_objects()
H A Dv.c505 if (drive.state == drive_unallocated) in find_drive_by_devname()