Searched refs:removable (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/block/
H A Ddasd_fba.h52 unsigned char removable:1; member in struct:dasd_fba_characteristics::__anon14029::__anon14030
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_ioctl.c113 if (sdev->removable)
116 if (sdev->removable) {
121 default: /* Fall through for non-removable media */
139 if (!sdev->removable || !sdev->lockable)
H A Dsd.c19 * not being read in sd_open. Fix problem where removable media
811 if (sdev->removable || sdkp->write_prot)
818 if (sdev->removable && !sdkp->media_present && !(mode & FMODE_NDELAY))
839 if ((atomic_inc_return(&sdkp->openers) == 1) && sdev->removable) {
873 if (atomic_dec_return(&sdkp->openers) == 0 && sdev->removable) {
989 if (!sdp->removable)
1036 * For removable scsi disk we have to recognise the presence
1470 * Set dirty bit for removable devices if not ready -
1473 if (sdp->removable &&
2283 if (sdp->removable)
[all...]
H A Dscsi_scan.c735 sdev->removable = 1;
738 sdev->removable = (inq_result[1] & 0x80) >> 7;
790 sdev->lockable = sdev->removable;
H A Dscsi_lib.c810 if (cmd->device->removable) {
1972 * removable media, a return of NOT_READY or UNIT_ATTENTION is
1994 if (sdev->removable && scsi_sense_valid(sshdr) &&
2004 if (sdev->removable && scsi_sense_valid(sshdr) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dacpi_pcihp.c415 unsigned long long removable; local
422 status = acpi_evaluate_integer(handle, "_RMV", NULL, &removable);
423 if (ACPI_SUCCESS(status) && removable)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/
H A Dmemory.c121 * Show whether the section of memory is likely to be hot-removable
286 * a complete removable unit or fru.
302 static SYSDEV_ATTR(removable, 0444, show_mem_removable, NULL);
462 ret = mem_create_simple_file(mem, removable);
512 mem_remove_simple_file(mem, removable);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dartstd.cpp131 #include "../../art/removable.xpm"
190 ART(wxART_REMOVABLE, removable)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/paride/
H A Dpd.c232 int removable; /* removable media device ? */ member in struct:pd_unit
686 disk->removable = pd_scratch[0] & 0x80;
693 disk->removable ? "removable" : "fixed");
742 if (disk->removable) {
789 if (!--disk->access && disk->removable)
800 if (!disk->removable)
H A Dpf.c230 int removable; /* removable media device ? */ member in struct:pf_unit
318 if (pf->removable)
371 if (!pf->access && pf->removable)
645 pf->removable = (buf[1] & 0x80);
655 if (pf->removable)
656 printk(", removable");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dfile_storage.c216 int removable; member in struct:__anon16171
236 .removable = 0,
260 module_param_named(removable, mod_data.removable, bool, S_IRUGO);
261 MODULE_PARM_DESC(removable, "true to simulate removable media");
1486 if (mod_data.removable)
1705 if (!mod_data.removable) {
1755 if (!mod_data.removable) {
3244 if (mod_data.removable) { // Enabl
[all...]
H A Df_mass_storage.c51 * function can indicate that LUN is removable and/or CD-ROM. (The
66 * removable.
72 * ->removable Flag specifying that LUN shall be indicated as
73 * being removable.
109 * If "removable" is not set for a LUN then a backing file must be
126 * removable=b[,b...]
127 * Default true, boolean for removable media.
160 * directory. If the "removable" option is set, writing to these
167 * if the LUN is removable, the backing file is released to simulate
326 * marked as non-removable o
410 char removable; member in struct:fsg_config::fsg_lun_config
3042 int removable[FSG_MAX_LUNS]; member in struct:fsg_module_parameters
[all...]
H A Dstorage_common.c170 #define USB_SC_8070 0x05 /* SFF-8070i (removable) */
282 unsigned int removable:1; member in struct:fsg_lun
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-atapi.c38 u8 gcw[2], protocol, device_type, removable, drq_type, packet_size; local
44 removable = (gcw[0] & 0x80) >> 7;
63 else if (removable == 0)
64 printk(KERN_ERR "%s: %s: the removable flag is not set\n",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pnp/pnpacpi/
H A Dcore.c231 if (device->flags.removable)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dub.c277 int removable; member in struct:ub_lun
1624 * media checks on removable media drives.
1641 if (lun->removable || lun->readonly)
1649 if (lun->removable && lun->changed && !(mode & FMODE_NDELAY)) {
1745 if (!lun->removable)
2269 lun->removable = 1;
2301 if (lun->removable)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/acpi/
H A Dacpi_bus.h145 u32 removable:1; member in struct:acpi_device_flags
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dscsi_device.h116 unsigned removable:1; member in struct:scsi_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dsgiarcs.h75 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/core/
H A Dcore.c52 * known to be on a non-removable bus, to avoid the risk of writing
61 module_param_named(removable, mmc_assume_removable, bool, 0644);
63 removable,
64 "MMC/SD cards are removable and may be removed during suspend");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dgenhd.c869 static DEVICE_ATTR(removable, S_IRUGO, disk_removable_show, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aacraid/
H A Daachba.c2260 scsicmd->device->removable = 1;
2289 scsicmd->device->removable = 1;
H A Dlinit.c412 sdev->removable = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/cdrom/
H A Dcdrom-standard.tex190 that are common to all \cdrom\ (and really, all removable-media
631 two entirely different purposes. One is to mount removable
639 On the other hand, when used as a removable-media disc drive (what the
649 removable medium in a drive, and we believe we should exploit that
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dscan.c893 /* Presence of _RMV indicates 'removable' */
896 device->flags.removable = 1;

Completed in 218 milliseconds

12