Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cdrw/
H A Dmmc.h126 int test_unit_ready(int fd);
H A Ddevice.c657 !test_unit_ready(dev->d_fd)) { in check_device()
670 if (!test_unit_ready(dev->d_fd) && (uscsi_status == 2) && in check_device()
H A Dmmc.c39 test_unit_ready(int fd) in test_unit_ready() function