Home
last modified time | relevance | path

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

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