Searched refs:ADD_NEW_DISK (Results 1 – 4 of 4) sorted by relevance
212 err = sys_ioctl(fd, ADD_NEW_DISK, (long)&dinfo); in md_setup_drive()222 sys_ioctl(fd, ADD_NEW_DISK, (long)&dinfo); in md_setup_drive()
48 #define ADD_NEW_DISK _IOW (MD_MAJOR, 0x21, mdu_disk_info_t) macro
115 Then each device is added using the ADD_NEW_DISK ioctl. This123 ADD_NEW_DISK.137 Then uninitialized devices can be added with ADD_NEW_DISK. The138 structure passed to ADD_NEW_DISK must specify the state of the device
5846 && cmd != ADD_NEW_DISK && cmd != STOP_ARRAY in md_ioctl()5933 case ADD_NEW_DISK: in md_ioctl()