Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cdrw/
H A Dmisc_scsi.c886 "Read" : "Write", cdrw_bandwidth_to_x(rate)); in cd_speed_get()
909 return (cdrw_bandwidth_to_x(rate)); in cd_speed_ctrl()
913 return (cdrw_bandwidth_to_x(rate)); in cd_speed_ctrl()
986 ret = (int)cdrw_bandwidth_to_x(rate); in rt_streaming_ctrl()
991 ret = (int)cdrw_bandwidth_to_x(rate); in rt_streaming_ctrl()
H A Ddevice.h83 uint_t cdrw_bandwidth_to_x(uint_t rate);
H A Ddevice.c924 cdrw_bandwidth_to_x(uint_t rate) in cdrw_bandwidth_to_x() function