Lines Matching defs:removable
121 int32_t removable;
151 if (ioctl(fd, DKIOCREMOVABLE, &removable) < 0) {
156 if (!removable) {
158 gettext("Not a removable media device\n"));
409 * List removable devices.
415 int removable;
442 removable = find_device(defer, tmpstr);
443 if (removable == -1)
448 * manager is running and no removable devices are found.
451 if (defer || (vol_running && (removable == 0))) {