Searched refs:devstatus (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/
H A Deject.cpp137 status_t devstatus; local
185 if (ioctl(fd, B_GET_MEDIA_STATUS, &devstatus, sizeof(devstatus))
191 switch (devstatus) {
196 puts(strerror(devstatus));
200 if (ioctl(fd, B_GET_MEDIA_STATUS, &devstatus, sizeof(devstatus))
206 switch (devstatus) {

Completed in 30 milliseconds