Searched refs:cdsetspeed (Results 1 – 1 of 1) sorted by relevance
298 static int cdsetspeed(struct cam_periph *periph,2565 error = cdsetspeed(periph, *(u_int32_t *)addr, CDR_MAX_SPEED); in cdioctl()2570 error = cdsetspeed(periph, CDR_MAX_SPEED, *(u_int32_t *)addr); in cdioctl()3661 cdsetspeed(struct cam_periph *periph, u_int32_t rdspeed, u_int32_t wrspeed) in cdsetspeed() function