removable
int removable;
removable = 0;
(void) ioctl(fd, DKIOCREMOVABLE, &removable);
if (removable == 0)
int removable = 0;
(void) ioctl(fd, DKIOCREMOVABLE, &removable);
if (removable && hotpluggable)
boolean_t removable, ssd;
removable = B_FALSE;
removable = B_TRUE;
condensed_tristate(removable, 'R'),
display_tristate(removable),
display_tristate(removable),
int32_t removable;
if (ioctl(fd, DKIOCREMOVABLE, &removable) < 0) {
if (!removable) {
int removable;
removable = find_device(defer, tmpstr);
if (removable == -1)
if (defer || (vol_running && (removable == 0))) {
int removable = 0;
if (!ioctl(t_dev->d_fd, DKIOCREMOVABLE, &removable) &&
if (removable || hotpluggable) {
bool removable;
removable = sockpath != NULL &&
if (removable &&
if (diskp->removable) {
int removable;
} removable;
if (diskp->removable) {
diskp->removable = 1;
diskp->removable = 1;
diskp->removable = get_prop(REMOVABLE_PROP, args->node);
if (diskp->removable == -1) {
diskp->removable = 0;
if (!dp->removable) {
if (dp->p.disk->removable) {
if (dp->removable) {
if (dp->p.disk->removable) {
if (dp->p.disk->removable) {