Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dnata.h481 #define IOCATARAIDDELETE _IOW('a', 201, int) macro
/dragonfly/sbin/natacontrol/
H A Dnatacontrol.c587 if (ioctl(fd, IOCATARAIDDELETE, &array) < 0) in main()
/dragonfly/sys/dev/disk/nata/
H A Data-raid.c257 case IOCATARAIDDELETE: in ata_raid_ioctl()